6 #ifndef LIB_ALMATH_SCENEGRAPH_URDFRIGIDBODYSYSTEMTRAVERSER_H
7 #define LIB_ALMATH_SCENEGRAPH_URDFRIGIDBODYSYSTEMTRAVERSER_H
9 #include <almath/api.h>
23 RigidBodySystemBuilder::Interface<double> &builder,
urdf::ptree &pt,
24 bool remove_root_joint =
false,
bool make_continuous_joints_fixed =
false);
27 RigidBodySystemBuilder::Interface<double> &builder, std::istream &is,
28 bool remove_root_joint =
false,
bool make_continuous_joints_fixed =
false);
ALMATH_API void buildRigidBodySystemFromUrdf(RigidBodySystemBuilder::Interface< double > &builder, urdf::ptree &pt, bool remove_root_joint=false, bool make_continuous_joints_fixed=false)
boost::property_tree::ptree ptree