File List
Here is a list of all files with brief descriptions:
 __init__.py
 CAN_compatibility_arm.cpp
 CAN_compatibility_arm.hppThis compatibility interface is a wrapper around the new CAN Hand ROS driver. It is used to present the same interface as the CAN hand
 CAN_compatibility_arm_node.cppContains the main for the EtherCAT wrapper. We start the publishers / subscribers in this node. They all share the same CANCompatibilityArm 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
 etherCAT_compatibility_hand.cpp
 etherCAT_compatibility_hand.hppThis compatibility interface is a wrapper around the new etherCAT Hand ROS driver. It is used to present the same interface as the CAN hand
 etherCAT_compatibility_hand_node.cppContains the main for the EtherCAT wrapper. We start the publishers / subscribers in this node. They all share the same EtherCATCompatibilityHand 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
 Grasp.py
 grasps_interpoler.py
 grasps_parser.py
 hand_commander.cppThis is a library that offers a simple interface to send commands to hand joints. It is compatible with the Shadow Robot CAN hand and ethercat hand. It allows the user not worry about the name of the currently running controllers. Only position control is allowed (targets must represent angles)
 hand_commander.hppThis is a library that offers a simple interface to send commands to hand joints. It is compatible with the Shadow Robot CAN hand and ethercat hand. It allows the user not worry about the name of the currently running controllers. Only position control is allowed (targets must represent angles)
 hand_commander_test.cpp
 real_arm.cppThe real arm can be used as a simulator. It modelizes the Shadow Robot muscle arm
 real_arm.hThe real arm is a ROS interface to Shadow Robot muscle arm
 real_arm_node.cppContains 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
 real_shadowhand.hThe real shadowhand is the ROS interface to Shadow Robot robotic hand
 real_shadowhand_node.cppContains 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
 setup.py
 shadowhand_commander.py
 shadowhand_ros.py
 sr_articulated_robot.cpp
 sr_articulated_robot.hThis 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
 sr_diagnosticer.cppThe 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.hThe 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.cppThe 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.hThis class reads and publishes data concerning the shadowhand / shadowarm. To publish those data, just call the publish() function
 sr_subscriber.cppThe 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.hThis ROS subscriber is used to issue commands to the hand / arm, from sending a set of targets, to changing the controller parameters
 tactile_receiver.py
 valves.cppThis is a ROS Interface used to directly access the valves on Shadow Robot's muscle robots
 valves.hThis is a ROS Interface used to directly access the valves on Shadow Robot's muscle robots
 valves_node.cpp
 virtual_arm.cppThe virtual arm can be used as a simulator. It modelizes the Shadow Robot muscle arm
 virtual_arm.hThe virtual arm can be used as a simulator. It modelizes the Shadow Robot muscle arm
 virtual_arm_node.cppContains 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
 virtual_shadowhand.hThe 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_library.cpp
 virtual_shadowhand_library.h
 virtual_shadowhand_node.cppContains 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


sr_hand
Author(s): Ugo Cupcic
autogenerated on Tue Oct 13 2020 03:55:53