pal-robotics / play_motion

A tool to play pre-recorded motions on a robot using ros_control
9 stars 23 forks source link

Implement convenience move_joint script. #33

Closed adolfo-rt closed 10 years ago

adolfo-rt commented 10 years ago

In another project, we have developed a convenience command-line tool called move_joint that allows to easily move a joint to a given position, optionally specifying the motion duration. Considering the current state of play_motion, it should be straightforward to reimplement this tool as a Python script that leverages play_motion.

The script will need to use functionality from the motion_planning branch, so it will be implemented there.

adolfo-rt commented 10 years ago

Noteworthy improvements over the existing implementation are:

po1 commented 10 years ago

Has this been merged as part of #36?

adolfo-rt commented 10 years ago

Yes