|
orogen/ctrl_lib
|
#include <CartesianPositionController.hpp>
Public Member Functions | |
| CartesianPositionController (std::string const &name="ctrl_lib::CartesianPositionController") | |
| CartesianPositionController (std::string const &name, RTT::ExecutionEngine *engine) | |
| ~CartesianPositionController () | |
| bool | configureHook () |
| bool | startHook () |
| void | updateHook () |
| void | errorHook () |
| void | stopHook () |
| void | cleanupHook () |
Protected Member Functions | |
| virtual bool | readFeedback () |
| virtual bool | readSetpoint () |
| virtual void | updateController () |
| virtual const base::VectorXd & | computeActivation (wbc::ActivationFunction &activation_function) |
Protected Attributes | |
| base::samples::RigidBodyStateSE3 | setpoint |
| base::samples::RigidBodyStateSE3 | control_output |
| base::samples::RigidBodyStateSE3 | feedback |
| wbc::CartesianPosPDController * | controller |
Friends | |
| class | CartesianPositionControllerBase |
PositionControlFeedForward in Cartesian space
| CartesianPositionController::CartesianPositionController | ( | std::string const & | name = "ctrl_lib::CartesianPositionController" | ) |
| CartesianPositionController::CartesianPositionController | ( | std::string const & | name, |
| RTT::ExecutionEngine * | engine ) |
|
inline |
| void CartesianPositionController::cleanupHook | ( | ) |
|
protectedvirtual |
Compute Activation function
| bool CartesianPositionController::configureHook | ( | ) |
| void CartesianPositionController::errorHook | ( | ) |
|
protectedvirtual |
Read all feedback values of the controller. Return false if there is no feedback, true otherwise
|
protectedvirtual |
Read all setpoints of the controller. Return false if there is no setpoint, true otherwise
| bool CartesianPositionController::startHook | ( | ) |
| void CartesianPositionController::stopHook | ( | ) |
|
protectedvirtual |
Compute output of the controller
| void CartesianPositionController::updateHook | ( | ) |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |