26 #ifndef SR_HAND_HAND_REAL_ARM_H 27 #define SR_HAND_HAND_REAL_ARM_H 29 #include <robot/config.h> 59 virtual int16_t
sendupdate(std::string joint_name,
double target);
75 virtual int16_t
setConfig(std::vector <std::string> myConfig);
77 virtual void getConfig(std::string joint_name);
94 #endif // SR_HAND_HAND_REAL_ARM_H
virtual int16_t setContrl(std::string contrlr_name, JointControllerData ctrlr_data)
std::map< std::string, JointData > JointsMap
virtual JointData getJointData(std::string joint_name)
virtual JointsMap getAllJointsData()
virtual int16_t setConfig(std::vector< std::string > myConfig)
This is a parent class for the different types of Shadowhand we can have. It makes it possible to swa...
virtual std::vector< DiagnosticData > getDiagnostics()
virtual void getConfig(std::string joint_name)
virtual int16_t sendupdate(std::string joint_name, double target)
virtual JointControllerData getContrl(std::string ctrlr_name)
This is a parent class for the different types of Shadowhand we can have. It makes it possible to swa...