#include "auv_control/PIDControllerBase.hpp"
#include <base/Timeout.hpp>
Go to the source code of this file.
|
| class | auv_control::PIDController |
| | The task context provides and requires services. It uses an ExecutionEngine to perform its functions. Essential interfaces are operations, data flow ports and properties. These interfaces have been defined using the oroGen specification. In order to modify the interfaces you should (re)use oroGen and rely on the associated workflow. Controller that takes either positions or velocities, expressed in either the world or aligned frames, and outputs "whatever" in the same frame. More...
|
| |