mj-kdl-wrapper  0.1.0
MuJoCo + KDL bridge for robot kinematics and dynamics
Loading...
Searching...
No Matches
mj_kdl::AttachmentSpec Struct Reference

#include <mj_kdl_wrapper.hpp>

Public Attributes

const char * mjcf_path = nullptr
 
const char * attach_to = nullptr
 
double pos [3] = { 0, 0, 0 }
 
double euler [3] = { 0, 0, 0 }
 
const char * prefix = ""
 
std::vector< std::pair< std::string, std::string > > contact_exclusions
 

Detailed Description

One link in an ordered attachment chain for a robot. An attachment is any MJCF body (end effector, mount, FT sensor, tool, additional arm on a mobile base, etc.) attached under a named body in the accumulated robot spec. Attachments are applied in declaration order; attach_to may reference any body present after all prior attachments have been applied.

Definition at line 74 of file mj_kdl_wrapper.hpp.

Member Data Documentation

◆ attach_to

const char* mj_kdl::AttachmentSpec::attach_to = nullptr

◆ contact_exclusions

std::vector<std::pair<std::string, std::string> > mj_kdl::AttachmentSpec::contact_exclusions

Definition at line 83 of file mj_kdl_wrapper.hpp.

◆ euler

double mj_kdl::AttachmentSpec::euler[3] = { 0, 0, 0 }

◆ mjcf_path

const char* mj_kdl::AttachmentSpec::mjcf_path = nullptr

◆ pos

double mj_kdl::AttachmentSpec::pos[3] = { 0, 0, 0 }

◆ prefix

const char* mj_kdl::AttachmentSpec::prefix = ""

The documentation for this struct was generated from the following file: