This ROS subscriber is used to issue commands to the hand / arm, from sending a set of targets, to changing the controller parameters. More...
#include <ros/ros.h>
#include <vector>
#include <string>
#include <map>
#include <boost/smart_ptr.hpp>
#include <sr_robot_msgs/joints_data.h>
#include <sr_robot_msgs/joint.h>
#include <sr_robot_msgs/contrlr.h>
#include <sr_robot_msgs/sendupdate.h>
#include <sr_robot_msgs/config.h>
#include <sr_robot_msgs/reverseKinematics.h>
#include <std_msgs/Float64.h>
#include "sr_hand/hand/sr_articulated_robot.h"
Go to the source code of this file.
Classes | |
class | shadowrobot::SRSubscriber |
Namespaces | |
shadowrobot | |
This ROS subscriber is used to issue commands to the hand / arm, from sending a set of targets, to changing the controller parameters.
Definition in file sr_subscriber.h.