lipm_walking_controller
1.6.0
|
Observe net contact wrench from force/torque measurements. More...
#include <lipm_walking/NetWrenchObserver.h>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | NetWrenchObserver () |
Empty constructor. More... | |
NetWrenchObserver (const std::vector< std::string > &sensorNames) | |
Constructor from list of sensor names. More... | |
void | update (const mc_rbdyn::Robot &robot, const Contact &contact) |
Update estimates based on the sensed net contact wrench. More... | |
const sva::ForceVecd & | wrench () |
Net contact wrench. More... | |
const Eigen::Vector3d & | zmp () |
Zero-tilting moment point in the latest contact frame. More... | |
Observe net contact wrench from force/torque measurements.
Definition at line 41 of file NetWrenchObserver.h.
lipm_walking::NetWrenchObserver::NetWrenchObserver | ( | ) |
Empty constructor.
Definition at line 33 of file NetWrenchObserver.cpp.
lipm_walking::NetWrenchObserver::NetWrenchObserver | ( | const std::vector< std::string > & | sensorNames | ) |
Constructor from list of sensor names.
sensorNames | Identifiers of end-effector force-torque sensors. |
Definition at line 35 of file NetWrenchObserver.cpp.
void lipm_walking::NetWrenchObserver::update | ( | const mc_rbdyn::Robot & | robot, |
const Contact & | contact | ||
) |
Update estimates based on the sensed net contact wrench.
robot | Robot state. |
contact | Support contact frame. |
Definition at line 37 of file NetWrenchObserver.cpp.
|
inline |
Net contact wrench.
Definition at line 69 of file NetWrenchObserver.h.
|
inline |
Zero-tilting moment point in the latest contact frame.
Definition at line 77 of file NetWrenchObserver.h.