A generic controller for the Shadow Robot EtherCAT hand's joints. More...
#include <ros/node_handle.h>
#include <pr2_controller_interface/controller.h>
#include <control_toolbox/pid.h>
#include <boost/scoped_ptr.hpp>
#include <boost/thread/condition.hpp>
#include <realtime_tools/realtime_publisher.h>
#include <std_msgs/Float64.h>
#include <std_srvs/Empty.h>
#include <pr2_controllers_msgs/JointControllerState.h>
#include <utility>
#include <sr_robot_msgs/SetPidGains.h>
#include <sr_utilities/sr_deadband.hpp>
#include <sr_mechanism_controllers/sr_friction_compensation.hpp>
Go to the source code of this file.
Classes | |
class | controller::SrController |
Namespaces | |
namespace | controller |
A generic controller for the Shadow Robot EtherCAT hand's joints.
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_controller.hpp.