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

Create commander example that shows how to generate a trajectory for the hand #337

Closed toliver closed 9 years ago

toliver commented 9 years ago

The example could show how to generate a trajectory that moves a joint in a sinusoid profile where joint_pos = sin(t) (obviously respecting max and min of the joint).

And then how to send the trajectory using the commander unsafe function.

ugocupcic commented 9 years ago

It can be found here