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

SHARED_CLASSES: Updated enumerations

parent 88158ef8
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,11 @@ FWD_SECTOR_SIZE = 0.5236 # equates to approximately 30 degrees ...@@ -15,9 +15,11 @@ FWD_SECTOR_SIZE = 0.5236 # equates to approximately 30 degrees
#Waypoint control modes #Waypoint control modes
PD_CONTROL = 0 PD_CONTROL = 0
PF_CONTROL = 1 PF_CONTROL = 1
BUG2_CONTROL = 2 BUG1_CONTROL = 1
LINE_FOLLOWING = 3 BUG2_CONTROL = 3
WALL_FOLLOWING = 4 TANGENT_BUG_CONTROL = 4
LINE_FOLLOWING = 5
WALL_FOLLOWING = 6
class RobotState: class RobotState:
......
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