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: docs/source/assemble_so101.mdx
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ Reconnect the usb cable.
96
96
#### Update config file
97
97
98
98
Now that you have your ports, update the **port** default values of [`SO101RobotConfig`](https://github.com/huggingface/lerobot/blob/main/lerobot/common/robot_devices/robots/configs.py).
99
-
You will find something like, update the `port` values with your actual motor ports:
100
-
```python
99
+
You will find a class called `so101` where you can update the `port` values with your actual motor ports:
100
+
```diff
101
101
@RobotConfig.register_subclass("so101")
102
102
@dataclass
103
103
class So101RobotConfig(ManipulatorRobotConfig):
@@ -110,7 +110,8 @@ class So101RobotConfig(ManipulatorRobotConfig):
Copy file name to clipboardExpand all lines: docs/source/getting_started_real_world_robot.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ camera_01_frame_000047.png
83
83
84
84
Note: Some cameras may take a few seconds to warm up, and the first frame might be black or green.
85
85
86
-
Now that you have the camera indexes, you should specify the camera's in the config. TODO(pepijn): add more info about setting camera config, rotate etc..
86
+
Now that you have the camera indexes, you should specify the camera's in the config.
87
87
88
88
### Use your phone
89
89
<hfoptionsid="use phone">
@@ -152,7 +152,7 @@ If everything is set up correctly, you can proceed with the rest of the tutorial
152
152
153
153
## Teleoperate with cameras
154
154
155
-
We can now teleoperate again while at the same time visualizing the camera's and joint positions with `rerun`.
155
+
We can now teleoperate again while at the same time visualizing the cameras and joint positions with `rerun`.
Copy file name to clipboardExpand all lines: examples/12_use_so101.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Reconnect the usb cable.
146
146
147
147
Now that you have your ports, update the **port** default values of [`SO101RobotConfig`](https://github.com/huggingface/lerobot/blob/main/lerobot/common/robot_devices/robots/configs.py).
148
148
You will find something a class called `so101` where you can update the `port` values with your actual motor ports:
149
-
```python
149
+
```diff
150
150
@RobotConfig.register_subclass("so101")
151
151
@dataclass
152
152
class So101RobotConfig(ManipulatorRobotConfig):
@@ -159,7 +159,8 @@ class So101RobotConfig(ManipulatorRobotConfig):
0 commit comments