#include <mjcf-graph.hpp>
Public Types | |
typedef boost::property_tree::ptree | ptree |
Public Member Functions | |
void | fill (const ptree &el, const MjcfBody ¤tBody, const MjcfGraph ¤tGraph) |
void | goThroughElement (const ptree &el, const MjcfGraph ¤tGraph) |
Public Attributes | |
std::string | siteName |
SE3 | sitePlacement = SE3::Identity() |
Definition at line 317 of file mjcf-graph.hpp.
typedef boost::property_tree::ptree pinocchio::mjcf::details::MjcfSite::ptree |
Definition at line 319 of file mjcf-graph.hpp.
void pinocchio::mjcf::details::MjcfSite::fill | ( | const ptree & | el, |
const MjcfBody & | currentBody, | ||
const MjcfGraph & | currentGraph | ||
) |
Definition at line 473 of file mjcf-graph-geom.cpp.
void pinocchio::mjcf::details::MjcfSite::goThroughElement | ( | const ptree & | el, |
const MjcfGraph & | currentGraph | ||
) |
Definition at line 451 of file mjcf-graph-geom.cpp.
std::string pinocchio::mjcf::details::MjcfSite::siteName |
Definition at line 323 of file mjcf-graph.hpp.
SE3 pinocchio::mjcf::details::MjcfSite::sitePlacement = SE3::Identity() |
Definition at line 321 of file mjcf-graph.hpp.