|
Mujoco KDL Wrapper
0.2.2
MuJoCo + KDL bridge for robot kinematics and dynamics
|
#include <mj_kdl_wrapper.hpp>
Public Attributes | |
| std::string | name |
| std::string | force_sensor |
| std::string | torque_sensor |
| std::string | frame_site |
| int | force_adr = -1 |
| int | torque_adr = -1 |
| int | frame_site_id = -1 |
| KDL::Wrench | wrench = KDL::Wrench::Zero() |
Runtime force-torque sensor state. The wrench is updated by update().
Definition at line 263 of file mj_kdl_wrapper.hpp.
| int mj_kdl::ForceTorqueSensor::force_adr = -1 |
Definition at line 270 of file mj_kdl_wrapper.hpp.
| std::string mj_kdl::ForceTorqueSensor::force_sensor |
Definition at line 266 of file mj_kdl_wrapper.hpp.
Referenced by TEST_F().
| std::string mj_kdl::ForceTorqueSensor::frame_site |
Definition at line 268 of file mj_kdl_wrapper.hpp.
| int mj_kdl::ForceTorqueSensor::frame_site_id = -1 |
Definition at line 272 of file mj_kdl_wrapper.hpp.
Referenced by admittance_ft::measured_force(), admittance_ft::tare_force(), and TEST_F().
| std::string mj_kdl::ForceTorqueSensor::name |
Definition at line 265 of file mj_kdl_wrapper.hpp.
| int mj_kdl::ForceTorqueSensor::torque_adr = -1 |
Definition at line 271 of file mj_kdl_wrapper.hpp.
| std::string mj_kdl::ForceTorqueSensor::torque_sensor |
Definition at line 267 of file mj_kdl_wrapper.hpp.
Referenced by TEST_F().
| KDL::Wrench mj_kdl::ForceTorqueSensor::wrench = KDL::Wrench::Zero() |
Definition at line 274 of file mj_kdl_wrapper.hpp.
Referenced by admittance_ft::measured_force(), admittance_ft::tare_force(), and TEST_F().