Skip to content
Snippets Groups Projects
Commit 18c68ba4 authored by Davis, Duane T's avatar Davis, Duane T
Browse files

Fixed enumeration error in shared_robot_classes.py

parent ec5ed9ff
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ FWD_SECTOR_SIZE = 0.5236 # equates to approximately 30 degrees
#Waypoint control modes
PD_CONTROL = 0
PF_CONTROL = 1
BUG1_CONTROL = 1
BUG1_CONTROL = 2
BUG2_CONTROL = 3
TANGENT_BUG_CONTROL = 4
LINE_FOLLOWING = 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment