Skip to content

Commit

Permalink
Change parking_spot to waypoint_name
Browse files Browse the repository at this point in the history
Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
  • Loading branch information
xiyuoh committed Sep 27, 2024
1 parent ff0457e commit b707aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmf_demos/config/office/tinyRobot_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rmf_fleet:
charger: "tinyRobot1_charger"
finishing_request: # Optionally define any robot-specific finishing request. Overrides the fleet-wide setting.
type: "park" # [park, charge, nothing]
parking_spot: "supplies" # This is a required field if the finishing_request type is "park"
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"
Expand Down

0 comments on commit b707aed

Please sign in to comment.