|
controls
3.0.0
|
This is the complete list of members for VehicleControllerInterface, including all inherited members.
| controller_config | VehicleControllerInterface | |
| getBodyPoseError() const =0 | VehicleControllerInterface | pure virtual |
| onStationkeepEntered()=0 | VehicleControllerInterface | pure virtual |
| onTrajectoryFinished()=0 | VehicleControllerInterface | pure virtual |
| onTrajectoryProgress(double progress)=0 | VehicleControllerInterface | pure virtual |
| onTrajectoryStarting()=0 | VehicleControllerInterface | pure virtual |
| spinControllerOnce(const State &goal, const State ¤t, const bool saturatedOnYawXYAxis, const bool saturatedOnDepthRollPitchAxis, double dt)=0 | VehicleControllerInterface | pure virtual |
| systemDynamics | VehicleControllerInterface | |
| VehicleControllerInterface(std::shared_ptr< SystemDynamicsBase > systemDynamics, std::shared_ptr< ControllerConfig > controller_config) | VehicleControllerInterface | inline |
| ~VehicleControllerInterface()=default | VehicleControllerInterface | virtual |