shadow-robot / sr-ros-interface

A ROS interface for Shadow Robot's hand.
GNU General Public License v2.0
22 stars 12 forks source link

sr_description still depends on robot_mechanism_controllers #299

Closed guihomework closed 9 years ago

guihomework commented 9 years ago

I reinstalled a system from scratch and was surprised sr_description still depends on robot_mechanism_controllers This package indeed requires the whole pr2 stuff to be installed.

I checked the sr-ros-interface repository, apparently the last dependency was removed with the switch to newer arm_trajectory controller (ros_control based) but robot_mechanism_controller was added as a dependency where joint_trajectory_controller should have been (contains the newmly used effort_controllers/JointTrajectoryController)

So the package xml and cmakelists.txt of sr_description should change this dependency to joint_trajectoy_controller.

Was tested on indigo, source compilation of sr-ros-interface, and could run the gazebo_arm_and_hand.launch without any problems.

PR to come