InputAtWaypoint
Lets robot to wait for external input, with timeout, at a waypoint.
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>.timeout
- Type:
doubleDefault:10.0 -
Amount of time in seconds to wait for user input before moving on to the next waypoint.
<nav2_waypoint_follower plugin>.input_topic
- Type:
stringDefault:"input_at_waypoint/input" -
Topic input is published to to indicate to move to the next waypoint, in
std_msgs/Empty.
allow_parameter_qos_overrides
- Type:
boolDefault:true -
Whether to allow QoS profiles to be overwritten with parameterized values.