An open API service indexing awesome lists of open source software.

https://github.com/rickstaa/moveit-tutorials-python-examples

A number of python examples that were created based on the Moveit tutorials C++ tutorials.
https://github.com/rickstaa/moveit-tutorials-python-examples

Last synced: 9 months ago
JSON representation

A number of python examples that were created based on the Moveit tutorials C++ tutorials.

Awesome Lists containing this project

README

          

# MoveIt! Tutorials python examples

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/f18ba970edf04d288bf444e09b207a4e)](https://www.codacy.com/gh/rickstaa/moveit-tutorials-python-examples/dashboard?utm_source=github.com\&utm_medium=referral\&utm_content=rickstaa/moveit-tutorials-python-examples\&utm_campaign=Badge_Grade)
[![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green)](https://github.com/rickstaa/moveit_tutorials_python_examples/pulse)
[![Contributions](https://img.shields.io/badge/contributions-welcome-orange.svg)](contributing.md)

This repository contains a number of python examples that were created based on the [Moveit tutorials](https://github.com/ros-planning/moveit_tutorials) which are mostly written in C++.

## Examples

* *Pick and place tutorial*: Python translation of the Moveit tutorials `pick and place` tutorial which was originally written in C++.

## How to use

1. Create a [catkin workspace](http://wiki.ros.org/catkin/Tutorials/create_a_workspace).
2. Build the examples in this repository using `catkin_make` or `catkin build`.
3. Execute a example using `rosrun .py`.

## Contributing

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. :rocket: Please consult the [contribution guidelines](CONTRIBUTING.md) for more information.

## License

[MIT](LICENSE)