|
Mujoco KDL Wrapper
0.1.0
MuJoCo + KDL bridge for robot kinematics and dynamics
|
#include <mj_kdl_wrapper.hpp>
Public Attributes | |
| const char * | tool_body = nullptr |
| const char * | tcp_site = nullptr |
| KDL::Frame | tcp_frame = KDL::Frame::Identity() |
Optional tool/end-effector description used while building the KDL chain.
tool_body names the root of the attached tool subtree whose mass/inertia is lumped into the arm dynamics. tcp_site names an authored MuJoCo site that becomes the KDL terminal frame for FK/IK (takes priority when set). When the model has no suitable site, tcp_frame provides an equivalent manual transform expressed in the tip body's local frame. For the prefixed Robotiq 2F-85 this is typically {"g_base", "g_pinch"}.
Definition at line 156 of file mj_kdl_wrapper.hpp.
| KDL::Frame mj_kdl::ToolFrameSpec::tcp_frame = KDL::Frame::Identity() |
Definition at line 160 of file mj_kdl_wrapper.hpp.
| const char* mj_kdl::ToolFrameSpec::tcp_site = nullptr |
Definition at line 159 of file mj_kdl_wrapper.hpp.
Referenced by main().
| const char* mj_kdl::ToolFrameSpec::tool_body = nullptr |
Definition at line 158 of file mj_kdl_wrapper.hpp.
Referenced by main(), main(), MjcfGripperTest::SetUp(), MjcfPickTest::SetUp(), MjcfTrqCtrlTest::SetUp(), and TEST_F().