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

https://github.com/jderobot/roboticsacademy

Learn Robotics with JdeRobot
https://github.com/jderobot/roboticsacademy

computer-vision gazebo hacktoberfest robotics robotics-programming ros

Last synced: 5 months ago
JSON representation

Learn Robotics with JdeRobot

Awesome Lists containing this project

README

          

# RoboticsAcademy: Learn Robotics, Artificial Intelligence and Computer Vision

JdeRobot Academy is an **open source** platform that provides a collection of exercises for learning robotics in a practical way. Its latest documentation (including installation recipes, current available exercises and illustrative videos) is on its webpage. RoboticsAcademy is completely ROS-based, and includes robotics standard tools like Gazebo and Rviz.

If you are a contributor, please note that we use GitHub Pages and a Jekyll theme (MinimalMistakes) for the Academy web page. Feel free to install Jekyll locally, so that, you can test your changes before submitting your pull-request.

# Running RoboticsAcademy

```
curl -s https://raw.githubusercontent.com/JdeRobot/RoboticsAcademy/humble-devel/scripts/run_academy.sh | sudo bash
```

# How to contribute?

Take a look at the [contributing](CONTRIBUTING.md) guide lines.

## Development resources

- [Instructions for developers.][]
- [Coding Style Guide][]
- [Client side.][] (Robotics Academy architecture)
- [Repository Architecture.][]
- [Generate a RADI.][]
- [Publishing a RADI.][]
- [Humble RADI structure.][]
- [Troubleshooting Robotics Academy][]
- [Exercises Status][]

[Instructions for developers.]: ./docs/InstructionsForDevelopers.md
[Coding Style Guide]: ./docs/coding_style_guide.md
[Client side.]: ./docs/clientside.md
[Repository Architecture.]: ./docs/RepositoryArchitecture.md
[Generate a RADI.]: ./docs/generate_a_radi.md
[Publishing a RADI.]: ./.github/workflows/README.md
[Humble RADI structure.]: ./scripts/RADI/README.md
[Troubleshooting Robotics Academy]: ./docs/troubleshooting.md
[Exercises Status]: ./docs/exercise-status.md