Skip to content

Commit

Permalink
constants
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-gt committed Jun 26, 2024
1 parent a698781 commit dead2a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
PROCESSED_REWIND = 'PROCESSED_REWIND' # Continues the rewind phase until another TPOSE is detected
PAUSE = 'PAUSE' # Freezes the robot in place (TODO: nice to have, make it still oriente itself towards the target, but not move)
END = 'END'
REACH_A = 'REACH_A'
REACH_B = 'REACH_B'

# poses
FIGURE_IDLE = "IDLE" # Continue state
Expand Down

0 comments on commit dead2a6

Please sign in to comment.