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.
Copyright 2011 Shadow Robot Company Ltd.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file sr_articulated_robot.h.