You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-12Lines changed: 24 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Not suported or tested yet / In Roadmap:
22
22
-[ ] Dynamics Node Allocation (DNA),
23
23
-[ ] Vibration Analysis: estimate dominant frequency and magnitude of vibrations for diagnosing mechanical issues or ensuring smooth operation in drones or robotic platforms in real time,
24
24
25
-
### 2. SUPPORTED HARDWARE
25
+
### 2. TARGET HARDWARE
26
26
27
27
The software supports RL v2 nodes (stm32f103, 128 KBytes flash) and v3 nodes (stm32g0b1, 512 KBytes flash).
28
28
@@ -31,15 +31,6 @@ The software supports RL v2 nodes (stm32f103, 128 KBytes flash) and v3 nodes (st
| Ubuntu 22.04 | ✅ Supported | ✅ Supported | Fully supported for both modes. |
40
-
| Ubuntu 20.04 | ✅ Supported | ❌ Not Supported | Will be deprecated in April, 2026. |
41
-
| Windows (2022) | ✅ Supported | ✅ Supported | Current "latest" Windows version. |
42
-
43
34
### 3. USE CASES
44
35
45
36
This node is a versatile device integrating PWM control, IMU sensing, and dual CAN bus communication, suitable for various applications in robotics, drones, and other embedded systems. Below are the detailed use cases for different scenarios.
@@ -90,12 +81,33 @@ This node is a versatile device integrating PWM control, IMU sensing, and dual C
90
81
91
82
> Software doesn't support it yet...
92
83
84
+
### 4. INSTALLATION
85
+
86
+
The following table outlines the compatibility of the project with different operating systems, modes, and support timelines.
| Ubuntu 22.04 | ✅ Supported | ✅ Supported | Fully supported for both modes. |
93
+
| Ubuntu 20.04 | ✅ Supported | ❌ Not Supported | Will be deprecated in April, 2026. |
94
+
| Windows (2022) | ✅ Supported | ✅ Supported | Current "latest" Windows version. |
95
+
96
+
The installation process is the same Ubuntu, Manjaro and Windows and it consists of 2 steps:
97
+
98
+
```bash
99
+
# 1. Install python requirements
100
+
pip install -r requirements.txt
101
+
102
+
# 2. Install other requirements
103
+
./scripts/install.py
104
+
```
93
105
94
-
### 4. Q&A
106
+
### 5. Q&A
95
107
96
108
If you are strugguling with the software building, please refer to the build workflow [build.yml](.github/workflows/build.yml) for a hint. If it doesn't help, you can open [an issue](https://github.com/RaccoonlabDev/mini_v2_node/issues?q=is%3Aissue+).
0 commit comments