4 #include "API/Device/robot.hpp"
5 #include <jsoncpp/json/json.h>
22 Vertical( std::string global_json_path);
28 std::string getPath();
32 bool importJsonFile(
const std::string &path);
33 bool createVerticalConst(Json::Value
const & value);
36 bool setToObjRob(
Robot *rob,
const Json::Value &value);
40 std::string _global_json_path;
45 #endif // ENT_VERTICAL_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...
Vertical lists the objects that should stay in a certain orientation (e.g.
Definition: ent_vertical.hpp:18