Closed adolfo-rt closed 10 years ago
Noteworthy improvements over the existing implementation are:
joint_trajectory_controller
(not the topic interface).move_joint
is aware of the execution result, so we know if the motion succeeded or not.move_joint
is now preemtible, i.e., ctrl-c will immediately abort execution of the current goal.play_motion
) instead of defaulting to 5s.Has this been merged as part of #36?
Yes
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 ofplay_motion
, it should be straightforward to reimplement this tool as a Python script that leveragesplay_motion
.The script will need to use functionality from the
motion_planning
branch, so it will be implemented there.