All Bodies informations extracted from mjcf model. More...
#include <pinocchio/parsers/mjcf/mjcf-graph.hpp>
Public Attributes | |
| std::string | bodyClassName |
| Inertia | bodyInertia = Inertia::Identity() |
| std::string | bodyName |
| std::string | bodyParent |
| SE3 | bodyPlacement = SE3::Identity() |
| std::string | childClass |
| std::vector< MjcfGeom > | geomChildren |
| std::vector< MjcfJoint > | jointChildren |
| std::vector< MjcfSite > | siteChildren |
All Bodies informations extracted from mjcf model.
Definition at line 89 of file mjcf-graph.hpp.
| std::string bodyClassName |
Definition at line 97 of file mjcf-graph.hpp.
| Inertia bodyInertia = Inertia::Identity() |
Definition at line 105 of file mjcf-graph.hpp.
| std::string bodyName |
Definition at line 93 of file mjcf-graph.hpp.
| std::string bodyParent |
Definition at line 95 of file mjcf-graph.hpp.
| SE3 bodyPlacement = SE3::Identity() |
Definition at line 103 of file mjcf-graph.hpp.
| std::string childClass |
Definition at line 100 of file mjcf-graph.hpp.
| std::vector<MjcfGeom> geomChildren |
Definition at line 110 of file mjcf-graph.hpp.
| std::vector<MjcfJoint> jointChildren |
Definition at line 108 of file mjcf-graph.hpp.
| std::vector<MjcfSite> siteChildren |
Definition at line 112 of file mjcf-graph.hpp.