|
2 | 2 |
|
3 | 3 | # RoboticsAcademy: Learn Robotics, Artificial Intelligence and Computer Vision
|
4 | 4 |
|
5 |
| -JdeRobot Academy is an **open source** platform that has a collection of exercises to learn robotics in a practical way. Gazebo simulator is the main tool required for testing with ROS. Its latest documentation (including installation recipes, current available exercises and illustrative videos) is on its <a href="https://jderobot.github.io/RoboticsAcademy">webpage</a>. |
| 5 | +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 <a href="https://jderobot.github.io/RoboticsAcademy">webpage</a>. RoboticsAcademy is completely ROS-based, and includes robotics standard tools like Gazebo and Rviz. |
6 | 6 |
|
7 |
| -If you are a contributor, please note that we use GitHub Pages and a Jekyll theme (MinimalMistakes) for Academy web page. Feel free to install Jekyll locally, so that, you can test your changes before submitting your pull-request. |
| 7 | +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. |
8 | 8 |
|
9 |
| -## How to contribute? |
| 9 | +# Running RoboticsAcademy |
10 | 10 |
|
11 |
| -Take a look at the [contributing](CONTRIBUTING.md) guide lines. |
| 11 | +``` |
| 12 | +curl -s https://raw.githubusercontent.com/JdeRobot/RoboticsAcademy/humble_devel/scripts/run_academy.sh | sudo bash |
| 13 | +``` |
| 14 | + |
| 15 | +# How to contribute? |
12 | 16 |
|
| 17 | +Take a look at the [contributing](CONTRIBUTING.md) guide lines. |
13 | 18 |
|
| 19 | +## Development resources |
14 | 20 |
|
15 |
| -## INDEX |
16 | 21 | - [Instructions for developers.][]
|
17 | 22 | - [Client side.][] (Robotics Academy architecture)
|
18 | 23 | - [Repository Architecture.][]
|
19 | 24 | - [Generate a mini RADI.][]
|
20 | 25 | - [Humble mini RADI structure.][]
|
21 | 26 | - [Develop using volume binding.][]
|
| 27 | +- [ROS2 and superthin templates migration.][] |
22 | 28 |
|
23 | 29 | [Instructions for developers.]: ./docs/InstructionsForDevelopers.md
|
24 | 30 | [Client side.]: ./docs/clientside.md
|
25 | 31 | [Repository Architecture.]: ./docs/RepositoryArchitecture.md
|
26 | 32 | [Generate a mini RADI.]: ./docs/generate_a_mini_radi.md
|
27 | 33 | [Humble mini RADI structure.]: ./scripts/mini_RADI/README.md
|
28 | 34 | [Develop using volume binding.]: ./docs/develop_binding_volumes.md
|
| 35 | +[ROS2 and superthin templates migration.]: ./docs/exercise-status.md |
0 commit comments