Skip to content

Commit 65ad529

Browse files
committed
Readme added
1 parent c29f786 commit 65ad529

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ Take a look at the [contributing](CONTRIBUTING.md) guide lines.
1717
- [Client side.][] (Robotics Academy architecture)
1818
- [Repository Architecture.][]
1919
- [Generate a mini RADI.][]
20+
- [Humble mini RADI structure.][]
2021
- [Develop using volume binding.][]
2122

2223
[Instructions for developers.]: ./docs/InstructionsForDevelopers.md
2324
[Client side.]: ./docs/clientside.md
2425
[Repository Architecture.]: ./docs/RepositoryArchitecture.md
2526
[Generate a mini RADI.]: ./docs/generate_a_mini_radi.md
27+
[Humble mini RADI structure.]: ./scripts/mini_RADI/README.md
2628
[Develop using volume binding.]: ./docs/develop_binding_volumes.md

scripts/mini_RADI/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Humble mini RADI structure
2+
3+
The Humble mini RADI is built from **Ubuntu 22.04**.
4+
5+
Main components of the RADI are:
6+
7+
- [**ROS2 Humble**](https://docs.ros.org/en/humble/index.html)
8+
- [**RViz**](https://github.com/ros2/rviz), Simulations
9+
- [**Gazebo-11**](http://gazebosim.org/), Simulations
10+
- **Python 3.10**, main libraries:
11+
- [websocket_server](https://pypi.org/project/websocket-server/)
12+
- [Django](https://docs.djangoproject.com/en/4.2/releases/4.1/)
13+
- [websockets](https://pypi.org/project/websockets/)
14+
- [asyncio](https://pypi.org/project/asyncio/)
15+
- **VirtualGL**, GPU acceleration
16+
- **TurboVNC**, VNC Server
17+
- **noVNC**, VNC Client web application
18+
- [**Xvfb**](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml), XServer for loading images from Gazebo camera
19+
- [**NodeJs**](https://nodejs.org/en/docs)
20+
- [ReactJS](https://react.dev/learn), Exercise Frontend
21+
- [**PX4**](https://github.com/PX4/PX4-Autopilot), Drone simulation.
22+
- [Micro-XRCE-DDS-Agent](https://github.com/eProsima/Micro-XRCE-DDS-Agent.git)
23+
- [**AeroStack2**](https://aerostack2.github.io/), Drone Algorithms and maneuverability
24+
- [**RoboticsAcademy**](https://github.com/JdeRobot/RoboticsAcademy)
25+
- [**RoboticsInfrastructure**](https://github.com/JdeRobot/RoboticsInfrastructure)
26+
- [**RoboticsApplicationManager**](https://github.com/JdeRobot/RoboticsApplicationManager)

0 commit comments

Comments
 (0)