WaitAtWaypoint
Lets robot to pause for a specified amount of time after reaching each waypoints.
Parameters
<nav2_waypoint_follower plugin>: nav2_waypoint_follower plugin name defined in the waypoint_task_executor_plugin_id parameter in Waypoint Follower.
<nav2_waypoint_follower plugin>.enabled
- Type:
boolDefault:true -
Whether
waypoint_task_executorplugin is enabled.
<nav2_waypoint_follower plugin>.waypoint_pause_duration
- Type:
intDefault:0 -
Amount of time in milliseconds, for robot to sleep/wait after each waypoint is reached. If zero, robot will directly continue to next waypoint.