Skip to content

Commit 7b93d60

Browse files
readme typo fix
Signed-off-by: Tiffany Cappellari <tcappellari@theaiinstitute.com>
1 parent 9f3fd52 commit 7b93d60

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spot_wrapper/calibration/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you have a previously computed calibration YAML and only want to upload it to
119119
```bash
120120
python3 spot_wrapper/calibration/calibrate_spot_hand.py \
121121
--ip <ROBOT_IP> -u <USER> -pw <PASSWORD> \
122-
--from_data --from_yaml --data_path <PATH/TO/result.yaml> --save_to_robot
122+
--from_data --from_yaml --result_path <PATH/TO/result.yaml> --save_to_robot
123123
```
124124

125125
> [!NOTE] If you are using a legacy charuco board (Only relevant for OpenCV ≥ 4.7) you should also be adding the `--legacy_charuco_pattern`. More information and how to check is below in [Check if You Have a Legacy Charuco Board](#check-if-you-have-a-legacy-charuco-board).
@@ -229,13 +229,13 @@ python3 spot_wrapper/calibration/calibrate_spot_hand.py -h
229229
| `--data_path` | `-dp` | `None` | Directory for dataset images/poses, or YAML path when `--from_yaml` |
230230
| `--save_data` | `-sd` | off | Save captured images and poses to `--data_path` |
231231
| `--from_data` | `-fd` | off | Skip data collection; calibrate from existing dataset at `--data_path` |
232-
| `--from_yaml` | `-yaml` | off | Used with `--from_data` and `--save_to_robot` to push a saved YAML to the robot |
232+
| `--from_yaml` | `-yaml` | off | Used with `--result_path` to push a saved YAML to the robot |
233233
| `--result_path` | `-rp` | `calibration_result.yaml` | Where to write the calibration YAML |
234234
| `--tag` | `-t` | `default` | Tag name for this run within the YAML file |
235235
| `--unsafe_tag_save` | | off | Skip overwrite confirmation prompts |
236236

237237
### Robot connection (required when connecting to the robot)
238-
238+
and `--save_to_robot`
239239
| Flag | Short | Description |
240240
|---|---|---|
241241
| `--ip` | `-i` / `-ip` | Robot IP address |

0 commit comments

Comments
 (0)