Class AssistedTeleop
Defined in File assisted_teleop.hpp
Inheritance Relationships
Base Type
public nav2_behaviors::TimedBehavior< AssistedTeleopAction >
(Template Class TimedBehavior)
Class Documentation
An action server behavior for assisted teleop.
Public Functions
Initialization to run behavior.
- Parameters:
command – Goal to execute
- Returns:
Status of behavior
func to run at the completion of the action
Loop function to run behavior.
- Returns:
Status of behavior
Protected Functions
Configuration of behavior action.
project a position
- Parameters:
pose – initial pose to project
twist – velocity to project pose by
projection_time – time to project by
Callback function for velocity subscriber.
- Parameters:
msg – received Twist message
Callback function to preempt assisted teleop.
- Parameters:
msg – empty message
Protected Attributes