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

Is it the plan result produced by tesseract is "trajopt/display_tesseract_trajectory" to drive real robot #175

Open
dbdxnuliba opened this issue Sep 13, 2022 · 2 comments

Comments

@dbdxnuliba
Copy link

Is it the plan result produced by tesseract is "trajopt/display_tesseract_trajectory"
and I subscribe this topic in robot driver such as ur_driver ,to driver real robot,
is there a interface like follow_joint_trajectory to driver real robot such as moveit provided.

@Levi-Armstrong
Copy link
Contributor

The results should be return when you make a planning request. Then you must create a FollowJointTrajectoryAction and submit it to execute the trajectory. There is a conversion utility to convert the composite to the Trajectory message needed by the action.

@dbdxnuliba
Copy link
Author

ok, where can I found the code to show usage demo about conversion utility and planning request

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

No branches or pull requests

2 participants