Inverse Kinematics for one HyQ leg attached to a brick (base). More...
#include <inverse_kinematics_hyq1.h>

Public Member Functions | |
| Joints | GetAllJointAngles (const EndeffectorsPos &pos_B) const override |
| Returns joint angles to reach for a specific foot position. | |
| int | GetEECount () const override |
| Number of endeffectors (feet, hands) this implementation expects. | |
| InverseKinematicsHyq1 () | |
| virtual | ~InverseKinematicsHyq1 () |
Private Attributes | |
| HyqlegInverseKinematics | leg |
Inverse Kinematics for one HyQ leg attached to a brick (base).
Definition at line 41 of file inverse_kinematics_hyq1.h.
| virtual xpp::InverseKinematicsHyq1::~InverseKinematicsHyq1 | ( | ) | [virtual] |
| Joints xpp::InverseKinematicsHyq1::GetAllJointAngles | ( | const EndeffectorsPos & | pos_B | ) | const [override, virtual] |
Returns joint angles to reach for a specific foot position.
| pos_B | 3D-position of the foot expressed in the base frame (B). |
Implements xpp::InverseKinematics.
Definition at line 38 of file inverse_kinematics_hyq1.cc.
| int xpp::InverseKinematicsHyq1::GetEECount | ( | ) | const [inline, override, virtual] |
Number of endeffectors (feet, hands) this implementation expects.
Implements xpp::InverseKinematics.
Definition at line 55 of file inverse_kinematics_hyq1.h.
Definition at line 55 of file inverse_kinematics_hyq1.h.