Skip to content

Commit

Permalink
Testing 'left' mapping values
Browse files Browse the repository at this point in the history
  • Loading branch information
lu0079 committed Mar 26, 2018
1 parent fb54754 commit ac9215f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def __init__(self):
'left': [
pf.Waypoint(0, 0, 0),
pf.Waypoint(6, -6, 0),
#pf.Waypoint(18, -5, math.radians(-90)),
pf.Waypoint(11, -6, 0),
pf.Waypoint(8, 0, math.radians(-90)),
#pf.Waypoint(18, 0, 0)
#pf.Waypoint(14, 14, 0)
#pf.Waypoint(10, 15, 0),
Expand Down
Binary file modified trajectory.pickle
Binary file not shown.

0 comments on commit ac9215f

Please sign in to comment.