This repository contains a number of python examples that were created based on the Moveit tutorials which are mostly written in C++.
- Pick and place tutorial: Python translation of the Moveit tutorials
pick and place
tutorial which was originally written in C++.
- Create a catkin workspace.
- Build the examples in this repository using
catkin_make
orcatkin build
. - Execute a example using
rosrun <EXAMPLE_NAME> <EXAMPLE_NAME>.py
.
Feel free to open an issue if you have ideas on how to make this GitHub action better or if you want to report a bug! All contributions are welcome. 🚀 Please consult the contribution guidelines for more information.