|
orogen/ctrl_lib
|
#include <JointLimitAvoidance.hpp>
Public Member Functions | |
| JointLimitAvoidance (std::string const &name="ctrl_lib::JointLimitAvoidance") | |
| JointLimitAvoidance (std::string const &name, RTT::ExecutionEngine *engine) | |
| ~JointLimitAvoidance () | |
| 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::JointLimits | joint_limits |
| base::samples::Joints | feedback |
| base::VectorXd | position_raw |
| base::commands::Joints | control_output |
| base::VectorXd | influence_distance |
| wbc::JointLimitAvoidanceController * | controller |
Friends | |
| class | JointLimitAvoidanceBase |
RadialPotentialFields in joint space. Each joint will have one 1-dimensional potential field. See wbc/controllers/RadialPotentialField.hpp and wbc/controllers/PotentialFieldsController.hpp for details
| JointLimitAvoidance::JointLimitAvoidance | ( | std::string const & | name = "ctrl_lib::JointLimitAvoidance" | ) |
| JointLimitAvoidance::JointLimitAvoidance | ( | std::string const & | name, |
| RTT::ExecutionEngine * | engine ) |
|
inline |
| void JointLimitAvoidance::cleanupHook | ( | ) |
|
protectedvirtual |
Compute Activation function
| bool JointLimitAvoidance::configureHook | ( | ) |
| void JointLimitAvoidance::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 JointLimitAvoidance::startHook | ( | ) |
| void JointLimitAvoidance::stopHook | ( | ) |
|
protectedvirtual |
Compute output of the controller
| void JointLimitAvoidance::updateHook | ( | ) |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |