1 #ifndef SEM_MANIPULABLE_H
2 #define SEM_MANIPULABLE_H
4 #include "API/Device/robot.hpp"
5 #include <jsoncpp/json/json.h>
33 std::string getPath();
37 bool importJsonFile(
const std::string &path);
38 bool createManipulableObjects(Json::Value
const & value);
41 bool setToObjRob(
Robot *rob,
const Json::Value &value);
45 std::string _global_json_path;
51 #endif // SEM_MANIPULABLE_H
Manipulable find the list of manipulable objects and their stable rotations.
Definition: ent_manipulable.hpp:23
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
This file implements macros to help with the logging, in a way similar to ROS, using log4cxx...