Skip to content

Commit

Permalink
Modify ChargerState and RobotMode
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@openrobotics.org>
  • Loading branch information
Yadunund committed Jul 14, 2021
1 parent 322b776 commit eb12e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rmf_charger_msgs/msg/ChargerState.msg
Expand Up @@ -4,7 +4,7 @@ builtin_interfaces/Time charger_time
uint32 CHARGER_IDLE = 1 # Charger is not occupied
uint32 CHARGER_ASSIGNED = 2 # Charger has been assigned a robot
uint32 CHARGER_CHARGING = 3 # Charger is charging
uint32 CHARGER_COMPLETED = 4 # Charging is completed
uint32 CHARGER_RELEASED = 4 # Charger has been disconnected from a robot
uint32 CHARGER_ERROR = 200 # Error state, see error_message for info

uint32 state # One of the previously enumerated states
Expand Down
2 changes: 2 additions & 0 deletions rmf_fleet_msgs/msg/RobotMode.msg
Expand Up @@ -12,4 +12,6 @@ uint32 MODE_DOCKING=7
# has a problem and needs to be recomputed.
uint32 MODE_ADAPTER_ERROR=8

uint32 MODE_CLEANING=9

uint64 mode_request_id

0 comments on commit eb12e62

Please sign in to comment.