#include <JointPathEx.h>
Public Member Functions | |
InvDynStateBuffer () | |
void | setInitState (const hrp::BodyPtr _m_robot, const double _dt) |
~InvDynStateBuffer () | |
Definition at line 89 of file JointPathEx.h.
|
inline |
Definition at line 98 of file JointPathEx.h.
|
inline |
Definition at line 99 of file JointPathEx.h.
|
inline |
Definition at line 100 of file JointPathEx.h.
hrp::Matrix33 hrp::InvDynStateBuffer::base_dR |
Definition at line 96 of file JointPathEx.h.
hrp::Vector3 hrp::InvDynStateBuffer::base_dv |
Definition at line 95 of file JointPathEx.h.
hrp::Vector3 hrp::InvDynStateBuffer::base_dw |
Definition at line 97 of file JointPathEx.h.
hrp::Vector3 hrp::InvDynStateBuffer::base_p |
Definition at line 95 of file JointPathEx.h.
hrp::Vector3 hrp::InvDynStateBuffer::base_p_old |
Definition at line 95 of file JointPathEx.h.
hrp::Vector3 hrp::InvDynStateBuffer::base_p_oldold |
Definition at line 95 of file JointPathEx.h.
hrp::Matrix33 hrp::InvDynStateBuffer::base_R |
Definition at line 96 of file JointPathEx.h.
hrp::Matrix33 hrp::InvDynStateBuffer::base_R_old |
Definition at line 96 of file JointPathEx.h.
hrp::Vector3 hrp::InvDynStateBuffer::base_v |
Definition at line 95 of file JointPathEx.h.
hrp::Vector3 hrp::InvDynStateBuffer::base_w |
Definition at line 97 of file JointPathEx.h.
hrp::Matrix33 hrp::InvDynStateBuffer::base_w_hat |
Definition at line 96 of file JointPathEx.h.
hrp::Vector3 hrp::InvDynStateBuffer::base_w_old |
Definition at line 97 of file JointPathEx.h.
hrp::dvector hrp::InvDynStateBuffer::ddq |
Definition at line 94 of file JointPathEx.h.
hrp::dvector hrp::InvDynStateBuffer::dq |
Definition at line 94 of file JointPathEx.h.
double hrp::InvDynStateBuffer::DT |
Definition at line 93 of file JointPathEx.h.
bool hrp::InvDynStateBuffer::is_initialized |
Definition at line 92 of file JointPathEx.h.
int hrp::InvDynStateBuffer::N_DOF |
Definition at line 91 of file JointPathEx.h.
hrp::dvector hrp::InvDynStateBuffer::q |
Definition at line 94 of file JointPathEx.h.
hrp::dvector hrp::InvDynStateBuffer::q_old |
Definition at line 94 of file JointPathEx.h.
hrp::dvector hrp::InvDynStateBuffer::q_oldold |
Definition at line 94 of file JointPathEx.h.