Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Motion module of FollowJointTrajectoryAction server #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmurooka
Copy link

Implemented motion module which is action server of FollowJointTrajectoryAction. Some parts such as minjerk interpolation are same with op3_direct_control_module.

New op3_joint_trajectory_control_module is using actionlib, so more advanced processing such as interruption and waiting for finishing are available. Also, you can set the transition time although it was fixed in op3_direct_control_module.

Now only single point trajectory is supported.
I confirmed that this module works well with this branch of op2_manager package and real Darwin OP2 robot and actionlib client implemented in our software platform.

…e to send command via FollowJointTrajectoryAction.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants