The code used in this tutorial is available!
Code can be found at industrial_training repository in doc folder. Use kinetic-devel branch.
Introduction¶
Goal¶
- This application will demonstrate how to use the various components in the Descartes library for planning and executing a robot path from a semi-constrained trajectory of points.
Objectives¶
- Become familiar with the Descartes workflow.
- Learn how to load a custom Descartes RobotModel.
- Learn how to create a semi-constrained trajectory from 6DOF tool poses.
- Plan a robot path with a Descartes Planner.
- Convert a Descartes Path into a MoveIt! message for execution.
- Executing the path on the robot.
Open Source Feedback
See something that needs improvement? Please open a pull request on this GitHub page