Cartesian velocity controller - does that already exist?

asked 2014-11-07 05:52:14 -0500

arennuit gravatar image

Hello,

I am in the process of building a cartesian space velocity controller (taking a desired cartesian trajectory as input and outputting a twist command). This is normally done by the navigation stack but my use case is not covered by this stack.

In my case: I am already given an explicit cartesian trajectory (i.e. a trajectory with timing, cartesian positions and velocities) which I want to closely follow and thus I'd like to control it using a PID. This is very close to what joint_trajectory_controller is doing except it would be done in cartesian space.

Is it something that already exists or should I code it in a custom-node of mine?

Regards,

Antoine.

edit retag flag offensive close merge delete