PR2 / pr2_controllers

The controllers that run in realtime on the PR2 and supporting packages.
46 stars 34 forks source link

move JointTrajectoryAction to non PR2 specific package (ros ticket #4837) #344

Closed ahendrix closed 11 years ago

ahendrix commented 11 years ago

JointTrajectoryAction reside in pr2_controllers_msgs, but is used by a number of common packages. So it should be moved to a more common package for example manipulation_msgs.

trac data:

ahendrix commented 11 years ago

[sglaser] I'm creating a new "control" stack for generic control doodads. The action is being added to a new control_msgs package. The code is currently available on bitbucket:

https://bitbucket.org/sglaser/control

ahendrix commented 11 years ago

[sglaser] control stack is released