Spaces:
Sleeping
Sleeping
readme update
Browse files
README.md
CHANGED
|
@@ -1,10 +1,30 @@
|
|
| 1 |
---
|
| 2 |
title: Robotics Visual Lab
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
-
pinned:
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Robotics Visual Lab
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: lightBlue
|
| 6 |
sdk: docker
|
| 7 |
+
pinned: true
|
| 8 |
---
|
| 9 |
|
| 10 |
+
|
| 11 |
+
# Robotics Visual Lab
|
| 12 |
+
|
| 13 |
+
This is a visual lab for experimenting with robotic manipulators using Pinocchio and Meshcat. You can select different robots, manipulate their joint angles using sliders, and visualize the results in real-time.
|
| 14 |
+
|
| 15 |
+
The robot models are sourced from the `example-robot-data` package.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- Select from a variety of robotic manipulators (e.g., Panda, UR5, Kuka).
|
| 20 |
+
- Adjust joint angles using interactive sliders.
|
| 21 |
+
- Real-time 3D visualization using Meshcat.
|
| 22 |
+
- Easy-to-use Gradio interface.
|
| 23 |
+
|
| 24 |
+
## Requirements
|
| 25 |
+
- Python 3.7+
|
| 26 |
+
- Pinocchio
|
| 27 |
+
- Meshcat
|
| 28 |
+
- Gradio
|
| 29 |
+
- example-robot-data package
|
| 30 |
+
|