Update path_generator.py
This commit is contained in:
parent
c7b13c1e66
commit
9af5f221e7
@ -79,7 +79,7 @@ def gen_fastwalk_path(standby_coordinate,
|
|||||||
|
|
||||||
def gen_turn_path(standby_coordinate,
|
def gen_turn_path(standby_coordinate,
|
||||||
g_steps=20,
|
g_steps=20,
|
||||||
g_radius=25,
|
g_radius=35,
|
||||||
direction='left'):
|
direction='left'):
|
||||||
assert (g_steps % 4) == 0
|
assert (g_steps % 4) == 0
|
||||||
halfsteps = int(g_steps/2)
|
halfsteps = int(g_steps/2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user