#include <RobotComponents/components/ReflexCombination/vor.h>
|
| std::string | getName () const override |
| |
| void | reportHeadTargetChanged (const NameValueMap &targetJointAngles, const FramedPositionBasePtr &targetPosition) |
| |
| void | reportJointAngles (const NameValueMap &values, bool valueChanged, const Ice::Current &c) |
| |
| void | reportJointVelocities (const NameValueMap &values, bool valueChanged, const Ice::Current &c) |
| |
| void | reportSensorValues (const IMUData &values) |
| |
| void | setBools (bool armar4, bool velocityBased) |
| |
| void | setJointNames (std::string eye_pitch_left, std::string eye_pitch_right, std::string eye_yaw_left, std::string eye_yaw_right, std::string neck_roll) |
| |
| void | setPIDValues (float kp, float ki, float kd) |
| |
| | VOR (int interval) |
| |
| | ~VOR () override |
| |
| std::map< std::string, float > | getJoints () |
| |
| float | getWeight () const |
| |
| | Reflex (int interval) |
| |
| void | setEnabled (bool enabled) |
| |
| void | setWeight (float weight) |
| |
| void | start () |
| |
| void | stop () |
| |
| virtual | ~Reflex () |
| |
Definition at line 38 of file vor.h.
◆ VOR()
Definition at line 41 of file vor.h.
◆ ~VOR()
Definition at line 46 of file vor.h.
◆ getName()
| std::string getName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ reportHeadTargetChanged()
| void reportHeadTargetChanged |
( |
const NameValueMap & |
targetJointAngles, |
|
|
const FramedPositionBasePtr & |
targetPosition |
|
) |
| |
◆ reportJointAngles()
| void reportJointAngles |
( |
const NameValueMap & |
values, |
|
|
bool |
valueChanged, |
|
|
const Ice::Current & |
c |
|
) |
| |
◆ reportJointVelocities()
| void reportJointVelocities |
( |
const NameValueMap & |
values, |
|
|
bool |
valueChanged, |
|
|
const Ice::Current & |
c |
|
) |
| |
◆ reportSensorValues()
| void reportSensorValues |
( |
const IMUData & |
values | ) |
|
◆ setBools()
| void setBools |
( |
bool |
armar4, |
|
|
bool |
velocityBased |
|
) |
| |
◆ setJointNames()
| void setJointNames |
( |
std::string |
eye_pitch_left, |
|
|
std::string |
eye_pitch_right, |
|
|
std::string |
eye_yaw_left, |
|
|
std::string |
eye_yaw_right, |
|
|
std::string |
neck_roll |
|
) |
| |
◆ setPIDValues()
The documentation for this class was generated from the following files:
- RobotComponents/components/ReflexCombination/vor.h
- RobotComponents/components/ReflexCombination/vor.cpp