10 #ifndef SPATIAL_DYN_PARSERS_URDF_H_
11 #define SPATIAL_DYN_PARSERS_URDF_H_
15 #include "spatial_dyn/structs/articulated_body.h"
29 ArticulatedBody LoadModel(
const std::string& path_urdf,
30 const std::string& path_meshes =
"",
31 bool simplify =
true);
Definition: discrete_dynamics.cc:21