File List

Here is a list of all files with brief descriptions:
fancy_touch_demo.py [code]
Grasp.py [code]
grasps_interpoler.py [code]
grasps_parser.py [code]
link_joints.cpp [code]This is an example to show how to get data from the hand, read the position for a specific joint and send this as the target to another joint
link_joints.py [code]
real_arm.cpp [code]The real arm can be used as a simulator. It modelizes the Shadow Robot muscle arm
real_arm.h [code]The real arm is a ROS interface to Shadow Robot muscle arm
real_arm_node.cpp [code]Contains the main for the real arm. We start the publishers / subscribers in this node. They all share the same RealArm object, this way the subscriber can update the arm properties, while the publishers publish up to date data. The diagnostics and the other publisher are started in two different threads, to allow them to be published at different frequencies
real_shadowhand.cpp [code]
real_shadowhand.h [code]The real shadowhand is the ROS interface to Shadow Robot robotic hand
real_shadowhand_node.cpp [code]Contains the main for the real Shadow Dextrous Hand. We start the publishers / subscribers in this node. They all share the same RealShadowhand object, this way the subscriber can update the hand properties, while the publishers publish up to date data. The diagnostics and the other publisher are started in two different threads, to allow them to be published at different frequencies
shadowhand_publisher.py [code]
shadowhand_ros.py [code]
shadowhand_subscriber.py [code]
sr_articulated_robot.cpp [code]
sr_articulated_robot.h [code]
sr_diagnosticer.cpp [code]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, ..
sr_diagnosticer.h [code]The Diagnosticer is a ROS publisher which publishes diagnostic data regarding the Dextrous Hand or the Shadow Robot Arm, on the \/diagnostics topic. The diagnostics can be viewed using the robot_monitor package
sr_publisher.cpp [code]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, ..
sr_publisher.h [code]This class reads and publishes data concerning the shadowhand / shadowarm. To publish those data, just call the publish() function
sr_subscriber.cpp [code]The role of this ROS subscriber is to receive commands messages (sent by a publisher) and pass them to the hand after translating them to the correct format
sr_subscriber.h [code]This ROS subscriber is used to issue commands to the hand / arm, from sending a set of targets, to changing the controller parameters
sr_tactile_sensor_pub.cpp [code]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, ..
sr_tactile_sensor_pub.h [code]This class reads and publishes data concerning the shadowhand. To publish those data, just call the publish() function
sr_tactile_sensor_pub_node.cpp [code]
test.py [code]
valves.cpp [code]This is a ROS Interface used to directly access the valves on Shadow Robot's muscle robots
valves.h [code]This is a ROS Interface used to directly access the valves on Shadow Robot's muscle robots
valves_node.cpp [code]
virtual_arm.cpp [code]The virtual arm can be used as a simulator. It modelizes the Shadow Robot muscle arm
virtual_arm.h [code]The virtual arm can be used as a simulator. It modelizes the Shadow Robot muscle arm
virtual_arm_node.cpp [code]Contains the main for the virtual arm. We start the publishers / subscribers in this node. They all share the same VirtualArm object, this way the subscriber can update the arm properties, while the publishers publish up to date data. The diagnostics and the other publisher are started in two different threads, to allow them to be published at different frequencies
virtual_shadowhand.cpp [code]
virtual_shadowhand.h [code]The Virtual Shadowhand can be used as a simulator. As both the real hand and the virtual hand are children from the shadowhand class, using a virtual or a real hand doesn't change anything in the way you call them in your programs
virtual_shadowhand_node.cpp [code]Contains the main for the virtual hand. We start the publishers / subscribers in this node. They all share the same VirtualHand object, this way the subscriber can update the hand properties, while the publishers publish up to date data. The diagnostics and the other publisher are started in two different threads, to allow them to be published at different frequencies
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator


sr_hand
Author(s): Ugo Cupcic / ugo@shadowrobot.com, contact@shadowrobot.com
autogenerated on Fri Jan 11 09:32:58 2013