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 <diagnostic_msgs/DiagnosticStatus.h>
#include <diagnostic_msgs/DiagnosticArray.h>
#include <vector>
#include <string>
#include <map>
#include <sstream>
#include <boost/smart_ptr.hpp>
#include "sr_hand/sr_diagnosticer.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_diagnosticer.cpp.