askuric HF Staff commited on
Commit
3d08a9e
·
1 Parent(s): f22d17e

readme update

Browse files
Files changed (1) hide show
  1. README.md +25 -5
README.md CHANGED
@@ -1,10 +1,30 @@
1
  ---
2
  title: Robotics Visual Lab
3
- emoji: 🌖
4
- colorFrom: pink
5
- colorTo: pink
6
  sdk: docker
7
- pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+