mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-30 13:09:40 +00:00
fix(layout): fixing arrays layout
This commit is contained in:
@@ -20,115 +20,76 @@ lerobot-record \
|
||||
|
||||
## Tactile Sensors
|
||||
|
||||
<table width="100%" style="table-layout:fixed;">
|
||||
<!-- prettier-ignore -->
|
||||
<table width="100%" style="width:100%; table-layout:fixed;">
|
||||
<colgroup>
|
||||
<col width="30%" />
|
||||
<col width="70%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Project</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr><th>Project</th><th>Description</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/xensedyl/lerobot-camera-xense">
|
||||
lerobot-camera-xense
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
Plugin for <a href="https://www.xenserobotics.com/">Xense</a>{" "}
|
||||
vision-based tactile sensors, exposing rectified/difference images,
|
||||
depth, and 2D markers.
|
||||
</td>
|
||||
<td><a href="https://github.com/xensedyl/lerobot-camera-xense">lerobot-camera-xense</a></td>
|
||||
<td>Plugin for <a href="https://www.xenserobotics.com/">Xense</a> vision-based tactile sensors, exposing rectified/difference images, depth, and 2D markers.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## Depth Cameras
|
||||
|
||||
<table width="100%" style="table-layout:fixed;">
|
||||
<!-- prettier-ignore -->
|
||||
<table width="100%" style="width:100%; table-layout:fixed;">
|
||||
<colgroup>
|
||||
<col width="30%" />
|
||||
<col width="70%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Project</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr><th>Project</th><th>Description</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/hexfellow/hex_lerobot_drivers/tree/main/lerobot_camera_berxel">
|
||||
lerobot_camera_berxel
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
Plugin for the <a href="https://www.berxel.com/">Berxel</a> depth
|
||||
camera, part of the broader{" "}
|
||||
<a href="https://hexfellow.com/">HEXFELLOW</a> driver suite.
|
||||
</td>
|
||||
<td><a href="https://github.com/hexfellow/hex_lerobot_drivers/tree/main/lerobot_camera_berxel">lerobot_camera_berxel</a></td>
|
||||
<td>Plugin for the <a href="https://www.berxel.com/">Berxel</a> depth camera, part of the broader <a href="https://hexfellow.com/">HEXFELLOW</a> driver suite.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## Networked Cameras
|
||||
|
||||
<table width="100%" style="table-layout:fixed;">
|
||||
<!-- prettier-ignore -->
|
||||
<table width="100%" style="width:100%; table-layout:fixed;">
|
||||
<colgroup>
|
||||
<col width="30%" />
|
||||
<col width="70%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Project</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr><th>Project</th><th>Description</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/F-Fer/lerobot_ur5e_gello">
|
||||
lerobot_camera_zmq
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
Plugin streaming{" "}
|
||||
<a href="https://www.stereolabs.com/">Stereolabs ZED</a> and USB camera
|
||||
frames from a Raspberry Pi over the network.
|
||||
</td>
|
||||
<td><a href="https://github.com/F-Fer/lerobot_ur5e_gello">lerobot_camera_zmq</a></td>
|
||||
<td>Plugin streaming <a href="https://www.stereolabs.com/">Stereolabs ZED</a> and USB camera frames from a Raspberry Pi over the network.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## Virtual Cameras
|
||||
|
||||
<table width="100%" style="table-layout:fixed;">
|
||||
<!-- prettier-ignore -->
|
||||
<table width="100%" style="width:100%; table-layout:fixed;">
|
||||
<colgroup>
|
||||
<col width="30%" />
|
||||
<col width="70%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Project</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr><th>Project</th><th>Description</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/hexfellow/hex_lerobot_drivers/tree/main/lerobot_camera_dummy">
|
||||
lerobot_camera_dummy
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
Plugin simulating a MuJoCo camera for recording without hardware, useful
|
||||
for debugging.
|
||||
</td>
|
||||
<td><a href="https://github.com/hexfellow/hex_lerobot_drivers/tree/main/lerobot_camera_dummy">lerobot_camera_dummy</a></td>
|
||||
<td>Plugin simulating a camera for recording without hardware. Useful for debugging !</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user