trajectory_files_manager_2.hpp
Go to the documentation of this file.
1 #ifndef RAM_UTILS_TRAJECTORY_FILES_MANAGER_2_HPP
2 #define RAM_UTILS_TRAJECTORY_FILES_MANAGER_2_HPP
3 
4 
5 #include <ram_msgs/AdditiveManufacturingTrajectory.h>
7 #include <ros/ros.h>
8 #include <string>
9 #include <unique_id/unique_id.h>
10 #include <vector>
11 #include <yaml-cpp/yaml.h>
12 
13 namespace ram_utils
14 {
15 bool yamlFileToPoses(std::string yaml_file,
16  PosesTrajectory &poses);
17 
18 bool yamlFileToTrajectory(const std::string yaml_file,
19  ram_msgs::AdditiveManufacturingTrajectory &traj);
20 }
21 
22 #endif
23 
bool yamlFileToPoses(std::string yaml_file, PosesTrajectory &poses)
bool yamlFileToTrajectory(const std::string yaml_file, ram_msgs::AdditiveManufacturingTrajectory &traj)
std::vector< PosesLayer > PosesTrajectory


ram_utils
Author(s): Victor Lamoine - Institut Maupertuis
autogenerated on Mon Jun 10 2019 14:49:54