|
Mujoco KDL Wrapper
0.2.2
MuJoCo + KDL bridge for robot kinematics and dynamics
|
#include <mj_kdl_wrapper.hpp>
Public Attributes | |
| AttachKind | kind = AttachKind::World |
| const char * | name = nullptr |
Where to attach a robot, object, or attachment in the accumulated scene spec. Tagged so exactly one alternative is encoded; defaulting to World keeps callers that omit attach_to anchored to the worldbody. For Site, the site's own pos/quat becomes the placement frame and the accompanying pos/euler are an additional offset on top of it (matches MJCF).
Definition at line 94 of file mj_kdl_wrapper.hpp.
| AttachKind mj_kdl::AttachTarget::kind = AttachKind::World |
Definition at line 96 of file mj_kdl_wrapper.hpp.
| const char* mj_kdl::AttachTarget::name = nullptr |
Definition at line 97 of file mj_kdl_wrapper.hpp.