28 #ifndef SR_HAND_HAND_REAL_SHADOWHAND_H 29 #define SR_HAND_HAND_REAL_SHADOWHAND_H 77 virtual int16_t sendupdate(std::string joint_name,
double target);
79 virtual JointData getJointData(std::string joint_name);
87 virtual int16_t setConfig(std::vector <std::string> myConfig);
89 virtual void getConfig(std::string joint_name);
91 virtual std::vector <DiagnosticData> getDiagnostics();
143 std::pair<unsigned char, std::string> test_messages_routine(std::string joint_name,
unsigned int repeat,
154 #endif // SR_HAND_HAND_REAL_SHADOWHAND_H
static const std::string joints_to_test[joints_to_test_size]
static const unsigned int nb_targets_to_send
The number of targets to send during the test.
std::map< std::string, JointData > JointsMap
static const unsigned int msgs_frequency_size
the size of the msgs_frequency array
static const int msgs_frequency[msgs_frequency_size]
the rate at which we'll publish the data
This is a parent class for the different types of Shadowhand we can have. It makes it possible to swa...
static const unsigned int joints_to_test_size
the size of the joints_to_test array
This is a parent class for the different types of Shadowhand we can have. It makes it possible to swa...