4 #include "API/Device/robot.hpp"
5 #include <jsoncpp/json/json.h>
22 Virtual( std::string global_json_path);
28 std::string getPath();
32 bool importJsonFile(
const std::string &path);
33 bool createVirtualObjects(Json::Value
const & value);
36 bool setToObjRob(
Robot *rob);
40 std::string _global_json_path;
45 #endif // ENT_VIRTUAL_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...
Virtual distinguish between virtual and normal objects.
Definition: ent_virtual.hpp:18