12 #include <gazebo/gazebo_client.hh> 14 #include "yaml-cpp/yaml.h" 28 const std::string & file_name,
29 const std::string & object_name,
30 std::vector<ignition::math::Pose3d> & rest_poses,
31 const bool as_pose=
true,
32 const bool as_matrix=
false);
41 const std::string & file_name,
42 const std::string & object_name,
43 const std::vector<ignition::math::Pose3d> & rest_poses,
44 const bool as_pose=
true,
45 const bool as_matrix=
false);
RestPose tools class.
Definition: RestPose.hh:19
static void writeToYml(const std::string &file_name, const std::string &object_name, const std::vector< ignition::math::Pose3d > &rest_poses, const bool as_pose=true, const bool as_matrix=false)
Writes set of rest poses to yml file.
Definition: RestPose.cc:75
static void loadFromYml(const std::string &file_name, const std::string &object_name, std::vector< ignition::math::Pose3d > &rest_poses, const bool as_pose=true, const bool as_matrix=false)
Load set of rest poses from yml file.
Definition: RestPose.cc:11