1 #ifndef HATPCONNECTION_HPP
2 #define HATPCONNECTION_HPP
7 #include "../taskManagerInterface.hpp"
48 bool connectMsgConnector();
50 const std::string& interpreteJson(
const std::string& u);
83 #endif // HATPCONNECTION_HPP
Kinect joint.
Definition: hatpConnection.hpp:14
Only HEAD, NECK, TORSO, SHOULDERS, ELBOW, HAND, HIP, KNEE and FOOT.
Definition: hatpConnection.hpp:23
Definition: taskManagerInterface.hpp:43
Definition: hatpConnection.hpp:42
configPt getConfFromJointsPos(p3d_rob *robot, HumanJoints &data)
Computes a condfiguration from a set of points.
Definition: hatpConnection.cpp:22
void updateScenario(std::string rootStr)
Change the current scene following the details in the param.
Definition: hatpConnection.cpp:1072
void readFromFile(std::string path)
read the file with the given path this file must be under json format, with all the commands numbered...
Definition: hatpConnection.cpp:1030