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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,11 +203,8 @@ In this script you need to add a environment variables:
203
203
-`ROS_DOMAIN_ID`**(Required)**: which is used to define nodes that should be able to see each other. In our [demos](misc/demos.md) they are set to 100 as default.
204
204
-`CRISP_CONFIG_PATH`**(Optional)**: which should be the path to a config folder similar to [config path of CRISP_PY](https://github.com/utiasDSL/crisp_py/tree/main/config).
205
205
If this environment variable is unset, the default configurations will be used.
206
-
If the user wants to add configurations, simply create a folder with your own configs and make this environment variable point to that config folder.
206
+
Check [how to create your own config](misc/create_own_config.md) guide for more information.
207
207
208
-
!!! note
209
-
For `crisp_gym>=2.0.0` you can have multiple config paths separated by a colon ":" and check the config paths set using the script `scripts/check_config.py`.
210
-
Check the example below.
211
208
212
209
=== "crisp_gym >=2.0.0"
213
210
@@ -219,7 +216,7 @@ In this script you need to add a environment variables:
219
216
220
217
1. Required for now to install LeRobot
221
218
222
-
Finally check the config:
219
+
Finally check the config (if using one)
223
220
```bash
224
221
pixi run python scripts/check_config.py
225
222
```
@@ -284,8 +281,8 @@ There are two recording methods currently available:
284
281
With this you can implement custom recording devices to control the recording workflow
285
282
286
283
??? example "Using the FR3 pilot buttons of Franka Robotics as a recording device"
287
-
In our lab, we use the buttons of the leader robot as a recording device with the [franka-buttons](https://github.com/nakama-lab/franka-buttons) repository.
288
-
The following script uses the circle, cross, check and up buttons as a record, delete, save and quit commands respectively:
284
+
In our lab, we use the buttons of the leader robot as a recording device with a for of the [franka-buttons](https://github.com/danielsanjosepro/franka_buttons_ros2/tree/main) repository.
285
+
The following script uses the circle, cross, check and up buttons as a record, delete, save and quit commands respectively (this is also part of the repository):
289
286
```py
290
287
"""Send recording commands for an episode recorder node to start, stop recording, save episodes and quit using the franka pulot buttons."""
0 commit comments