Skip to content

Commit c6fc73e

Browse files
committed
Update device support list in README.MD
1 parent 4704100 commit c6fc73e

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

README.MD

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,19 @@ Here is the device support list of main branch (v1.x) and v2-main branch (v2.x):
2121
</thead>
2222
<tbody>
2323
<tr>
24-
<td rowspan="9" style="text-align: center; font-weight: bold;">Gemini 330</td>
25-
<td>Gemini 335</td>
26-
<td>Full maintenance</td>
24+
<td style="text-align: center; font-weight: bold;">Gemini 435Le</td>
25+
<td>Gemini 435Le</td>
26+
<td>Not supported</td>
2727
<td>Recommended for new designs</td>
2828
</tr>
2929
<tr>
30-
<td>Gemini 336</td>
30+
<td rowspan="8" style="text-align: center; font-weight: bold;">Gemini 330</td>
31+
<td>Gemini 335</td>
3132
<td>Full maintenance</td>
3233
<td>Recommended for new designs</td>
3334
</tr>
3435
<tr>
35-
<td>Gemini 330</td>
36+
<td>Gemini 336</td>
3637
<td>Full maintenance</td>
3738
<td>Recommended for new designs</td>
3839
</tr>
@@ -46,11 +47,6 @@ Here is the device support list of main branch (v1.x) and v2-main branch (v2.x):
4647
<td>Full maintenance</td>
4748
<td>Recommended for new designs</td>
4849
</tr>
49-
<tr>
50-
<td>Gemini 330L</td>
51-
<td>Full maintenance</td>
52-
<td>Recommended for new designs</td>
53-
</tr>
5450
<tr>
5551
<td>Gemini 335Lg</td>
5652
<td>Not supported</td>
@@ -62,8 +58,13 @@ Here is the device support list of main branch (v1.x) and v2-main branch (v2.x):
6258
<td>Recommended for new designs</td>
6359
</tr>
6460
<tr>
65-
<td>Gemini 435Le</td>
66-
<td>Not supported</td>
61+
<td>Gemini 330</td>
62+
<td>Full maintenance</td>
63+
<td>Recommended for new designs</td>
64+
</tr>
65+
<tr>
66+
<td>Gemini 330L</td>
67+
<td>Full maintenance</td>
6768
<td>Recommended for new designs</td>
6869
</tr>
6970
<tr>
@@ -227,24 +228,22 @@ Currently, the following devices are supported by the OrbbecSDK ROS2 Wrapper v2-
227228

228229
For optimal performance, we strongly recommend updating to the latest firmware version. This ensures that you benefit from the most recent enhancements and bug fixes.
229230

230-
| Product List | Minimal Firmware Version | **Launch File** |
231+
| Product List | Minimal Firmware Version | **Launch File** |
231232
| :----------- | :----------------------- | :-------------------------- |
232-
| Gemini 330 | 1.2.20 | gemini_330_series.launch.py |
233-
| Gemini 330L | 1.2.20 | gemini_330_series.launch.py |
233+
| Gemini 435Le | 1.2.04 | gemini435_le.launch.py |
234234
| Gemini 335 | 1.2.20 | gemini_330_series.launch.py |
235-
| Gemini 335L | 1.2.20 | gemini_330_series.launch.py |
236-
| Gemini 335Lg | 1.3.46 | gemini_330_series.launch.py |
237235
| Gemini 336 | 1.2.20 | gemini_330_series.launch.py |
236+
| Gemini 335L | 1.2.20 | gemini_330_series.launch.py |
238237
| Gemini 336L | 1.2.20 | gemini_330_series.launch.py |
238+
| Gemini 335Lg | 1.3.46 | gemini_330_series.launch.py |
239239
| Gemini 335Le | 1.5.31 | gemini_330_series.launch.py |
240-
| Gemini 435Le | 1.2.04 | gemini435_le.launch.py |
240+
| Gemini 330 | 1.2.20 | gemini_330_series.launch.py |
241+
| Gemini 330L | 1.2.20 | gemini_330_series.launch.py |
242+
| Gemini 2 | 1.4.92 | gemini2.launch.py |
243+
| Gemini 2 L | 1.4.53 | gemini2L.launch.py |
241244
| Femto Bolt | 1.1.2 | femto_bolt.launch.py |
242245
| Femto Mega | 1.3.0 | femto_mega.launch.py |
243246
| Astra 2 | 2.8.20 | astra2.launch.py |
244-
| Gemini 2 L | 1.4.53 | gemini2L.launch.py |
245-
| Gemini 2 | 1.4.92 | gemini2.launch.py |
246-
| DaBai A | / | dabai_a.launch.py |
247-
| DaBai AL | / | dabai_al.launch.py |
248247

249248
All launch files are essentially similar, with the primary difference being the default values of the parameters set
250249
for different models within the same series. Differences in USB standards, such as USB 2.0 versus USB 3.0, may require adjustments to these parameters. If you encounter a startup failure, please carefully review the specification manual. Pay special attention to the resolution settings in the launch file, as well as other parameters, to ensure compatibility and optimal performance.

0 commit comments

Comments
 (0)