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/getting_started.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
!!! Info
4
4
If anything in the guide seems unclear to you, do not hesitate to open an issue or start discussion in our repositories.
5
-
Our goal is to make demistify robotics, not make it harder.
5
+
Our goal is to demistify robotics, not make it harder.
6
6
7
7
Here is an overview of the CRISP framework (please check our paper for details).
8
8
@@ -31,10 +31,10 @@ If your robot is not included in the demos that is not problem. Check out [How t
31
31
### Installation
32
32
33
33
!!! Note
34
-
If you want to use the gymnasium interface, CRISP_PY will be autonmatically installed in the gym. You can therefore check the installation of [CRISP_GYM](#4-getting-started-with-crisp_gym) directly.
34
+
If you want to use the gymnasium interface, CRISP_PY will be automatically installed in the gym. You can therefore check the installation of [CRISP_GYM](#4-getting-started-with-crisp_gym) directly.
35
35
However, this section still gives you an idea on how to use CRISP_PY with your robot. We do not recommend to skip it.
36
36
37
-
To use `CRISP_PY`, we recommend using [pixi](https://pixi.sh/latest/) as a package manager, a modern conda-like package manager.
37
+
To use `CRISP_PY`, we recommend using [pixi](https://pixi.sh/latest/), a modern conda-like package manager.
38
38
It can be used in combination with [robostack](https://robostack.github.io/) to easily install ROS2 in any machine.
...or use the [online tool for visualization](https://huggingface.co/spaces/lerobot/visualize_dataset).
359
359
360
360
!!! warning
361
-
LeRobot is subjected to rapid changes. This command might change in future versions.
361
+
LeRobot is subject to frequent changes. This command might change in future versions.
362
362
363
363
#### Other teleop setups
364
364
365
365
You can add further teleop options to [`teleop/`](https://github.com/utiasDSL/crisp_gym/blob/main/crisp_gym/teleop) and create
366
-
a similar record script as[`scripts/record_lerobot_format_leader_follower.py`](https://github.com/utiasDSL/crisp_gym/blob/main/crisp_gym/scripts/record_lerobot_format_leader_follower.py)
366
+
a similar record script to[`scripts/record_lerobot_format_leader_follower.py`](https://github.com/utiasDSL/crisp_gym/blob/main/crisp_gym/scripts/record_lerobot_format_leader_follower.py)
1. The script will interactively allow you to choose a model inside `outputs/train`. If you want to explicitly pass a path you can override it with `--path`
392
392
393
393
!!! warning
394
-
LeRobot is subjected to rapid changes. This command might change in future versions.
394
+
LeRobot is subject to frequent changes. This command might change in future versions.
0 commit comments