Skip to content

Commit

Permalink
Provide example for robot-specific finishing request (#255)
Browse files Browse the repository at this point in the history
* Provide example for robot-specific finishing request

Signed-off-by: Xiyu Oh <[email protected]>

* Change parking_spot to waypoint_name

Signed-off-by: Xiyu Oh <[email protected]>

---------

Signed-off-by: Xiyu Oh <[email protected]>
  • Loading branch information
xiyuoh authored Nov 27, 2024
1 parent 11e5d9d commit b100888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rmf_demos/config/office/tinyRobot_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ rmf_fleet:
robots:
tinyRobot1:
charger: "tinyRobot1_charger"
finishing_request: # Optionally define any robot-specific finishing request. Overrides the fleet-wide setting.
type: "park" # [park, charge, nothing]
waypoint_name: "supplies" # This is a required field if the finishing_request type is "park"
responsive_wait: False # Should responsive wait be on/off for this specific robot? Overrides the fleet-wide setting.
tinyRobot2:
charger: "tinyRobot2_charger"
# No mention of responsive_wait means the fleet-wide setting will be used
Expand Down

0 comments on commit b100888

Please sign in to comment.