The goal of this ROS publisher is to publish relevant data concerning the hand at a regular time interval. Those data are (not exhaustive): positions, targets, temperatures, currents, forces, error flags, ... More...
#include <ros/ros.h>
#include <sr_robot_msgs/joints_data.h>
#include <sr_robot_msgs/joint.h>
#include <sensor_msgs/JointState.h>
#include <vector>
#include <string>
#include <sstream>
#include "sr_hand/sr_publisher.h"
Go to the source code of this file.
Namespaces | |
shadowrobot | |
The goal of this ROS publisher is to publish relevant data concerning the hand at a regular time interval. Those data are (not exhaustive): positions, targets, temperatures, currents, forces, error flags, ...
Definition in file sr_publisher.cpp.