Class Controller
Defined in File controller.hpp
Class Documentation
Default control law for approaching a dock target.
Public Functions
Create a controller instance. Configure ROS 2 parameters.
Compute a velocity command using control law.
- Parameters:
pose – Target pose, in robot centric coordinates.
cmd – Command velocity.
backward – If true, robot will drive backwards to goal.
- Returns:
True if command is valid, false otherwise.
Callback executed when a parameter change is detected.
- Parameters:
event – ParameterEvent message
Public Members
Protected Attributes