epfl-lasa / kuka-lwr-ros

ROS KUKA robot control (simulation & physical)
58 stars 30 forks source link

added publisher for cartesian_velocity + refactoring #8

Closed gpldecha closed 8 years ago

gpldecha commented 8 years ago

The Cartesian controller transforms a target Twist to target joint velocities, these get integrated in an open loop to given the target joint positions for the next time step.

It is useful to know that target Cartesian position of the open loop controller.

I added a publisher for it + some re-factoring.