This is a parent class for the different types of Shadowhand we can have. It makes it possible to swap from a virtual to a real hand while using the same utilities to interact with the hand. One (or more) ROS subscriber and publisher can then share the same instance of a Shadowhand object to update the information contained in this object. More...
#include <ros/ros.h>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
#include "diagnostic_msgs/SelfTest.h"
#include "self_test/self_test.h"
#include <boost/smart_ptr.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/noncopyable.hpp>
#include <boost/assign.hpp>
Go to the source code of this file.
Classes | |
struct | shadowrobot::DiagnosticData |
struct | shadowrobot::JointControllerData |
struct | shadowrobot::JointData |
struct | shadowrobot::Parameters |
class | shadowrobot::SRArticulatedRobot |
This is a parent class for the different types of Shadowhand we can have. It makes it possible to swap from a virtual to a real hand while using the same utilities to interact with the hand. One (or more) ROS subscriber and publisher can then share the same instance of a Shadowhand object to update the information contained in this object. More... | |
Namespaces | |
debug_values | |
shadowrobot | |
Variables | |
static const std::map< const std::string, const unsigned int > | debug_values::names_and_offsets |
a map containing the names and offsets of the smart motor node More... | |
This is a parent class for the different types of Shadowhand we can have. It makes it possible to swap from a virtual to a real hand while using the same utilities to interact with the hand. One (or more) ROS subscriber and publisher can then share the same instance of a Shadowhand object to update the information contained in this object.
Definition in file sr_articulated_robot.h.