This is a library that offers a simple interface to send commands to hand joints. It is compatible with the Shadow Robot CAN hand and ethercat hand. It allows the user not worry about the name of the currently running controllers. Only position control is allowed (targets must represent angles). More...
#include <sr_hand/hand_commander.hpp>
#include <controller_manager_msgs/ListControllers.h>
#include <sr_robot_msgs/sendupdate.h>
#include <std_msgs/Float64.h>
#include <boost/algorithm/string.hpp>
#include <utility>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
shadowrobot | |
This is a library that offers a simple interface to send commands to hand joints. It is compatible with the Shadow Robot CAN hand and ethercat hand. It allows the user not worry about the name of the currently running controllers. Only position control is allowed (targets must represent angles).
Definition in file hand_commander.cpp.