4 #include "API/Device/robot.hpp"
5 #include <jsoncpp/json/json.h>
28 Surface( std::string global_json_path);
34 std::string getPath();
38 bool importJsonFile(
const std::string &path);
39 bool createSurfaceInObjects(Json::Value
const & value);
42 bool setToObjRob(
Robot *rob,
const Json::Value &value);
46 std::string _global_json_path;
51 #endif // ENT_SURFACE_H
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...
Surface Find the list of surfaces per object.
Definition: ent_surface.hpp:24