|
| 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