3 #include "API/Device/robot.hpp"
4 #include <jsoncpp/json/json.h>
22 Agent( std::string global_json_path);
28 std::string getPath();
32 bool importJsonFile(
const std::string &path);
33 bool createAgentInRob(Json::Value
const & value);
36 bool setToObjRob(
Robot *rob,
const Json::Value &value);
40 std::string _global_json_path;
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...
Agent distinguish between agents and objects.
Definition: ent_agent.hpp:18