Class InputAtWaypoint
Defined in File input_at_waypoint.hpp
Inheritance Relationships
Base Type
public nav2_core::WaypointTaskExecutor
Class Documentation
Simple plugin based on WaypointTaskExecutor, lets robot to wait for a user input at waypoint arrival.
Public Functions
Construct a new Input At Waypoint Arrival object.
Destroy the Input At Waypoint Arrival object.
declares and loads parameters used
- Parameters:
parent – parent node
plugin_name – name of plugin
Processor.
- Parameters:
curr_pose – current pose of the robot
curr_waypoint_index – current waypoint, that robot just arrived
- Returns:
if task execution failed
Protected Functions
Processor callback.
- Parameters:
msg – Empty message
Protected Attributes