|
humoto
|
#include <model.h>
Public Member Functions | |
| Constraints () | |
| Initialize bounds. More... | |
| void | checkJointPositions (const JointAnglesVector &joint_angles) const |
| Check joint angle position bounds. More... | |
| void | checkJointVelocities (const JointAnglesVector &joint_angles_from, const JointAnglesVector &joint_angles_to, const double dt) const |
| Check joint velocity bounds. More... | |
| void | checkWheelVelocities (const etools::Vector3 &velocities) const |
| Check velocities of the wheels. More... | |
Public Attributes | |
| double | error_tol_ |
| JointAnglesVector | joint_position_bounds_max_ |
| JointAnglesVector | joint_position_bounds_min_ |
| JointAnglesVector | joint_velocity_bounds_ |
| etools::Vector3 | wheel_velocities_max_ |
|
inline |
|
inline |
|
inline |
|
inline |
| double humoto::pepper_ik::Model< t_features >::Constraints::error_tol_ |
| JointAnglesVector humoto::pepper_ik::Model< t_features >::Constraints::joint_position_bounds_max_ |
| JointAnglesVector humoto::pepper_ik::Model< t_features >::Constraints::joint_position_bounds_min_ |
| JointAnglesVector humoto::pepper_ik::Model< t_features >::Constraints::joint_velocity_bounds_ |
| etools::Vector3 humoto::pepper_ik::Model< t_features >::Constraints::wheel_velocities_max_ |
1.8.13