Skip to content

Commit 980b084

Browse files
authored
Update follow_the_carrot.py
1 parent e51ee62 commit 980b084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/follow_the_carrot.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
w_limit = 0.48
1717
#waypoints = [[0, 8], [5, 8], [5, 0], [12, 0]]
1818
#waypoints = [[0, 8], [5, 8], [6, 10], [5, 0], [12, 0]]
19-
waypoints = [[0, 8], [5, 8], [5, 5], [3, 3], [5 ,0], [8, 2], [12, 0]]
19+
#waypoints = [[0, 8], [5, 8], [5, 5], [3, 3], [5 ,0], [8, 2], [12, 0]]
20+
waypoints = [[0, 0], [0, 8], [5, 8], [5, 5], [3, 3], [5 ,0], [8, 2], [12, 0]]
2021
position = [0, 8.5]
2122

2223
def position_vector(vx, w, theta):

0 commit comments

Comments
 (0)