Skip to content

Commit

Permalink
Small Calibration Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
glvov-bdai committed Sep 3, 2024
1 parent ae2114d commit f6b6f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions spot_wrapper/calibration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ even on more inexpensive hardware, and as such uses a minimal amount of viewpoin
If you have the [Spot ROS 2 Driver](https://github.com/bdaiinstitute/spot_ros2) installed,
you can leverage the output of the automatic calibration to publish a depth image registered
to the RGB image frame. For more info, see the ```Optional Automatic Eye-in-Hand Stereo Calibration Routine for Manipulator (Arm) Payload```
section in the [spot_ros2 main README](https://github.com/bdaiinstitute/spot_ros2/blob/main/README.md)

section in the [spot_ros2 main README](https://github.com/bdaiinstitute/spot_ros2?tab=readme-ov-file#optional-automatic-eye-in-hand-stereo-calibration-routine-for-manipulator-arm-payload)
# Using the CLI Tool To Calibrate On an Existing Dataset
To use the CLI Tool, please ensure that you have one parent folder,
where each camera has a folder under the parent (Numbered from 0 to N). Synchronized photos
Expand Down
3 changes: 1 addition & 2 deletions spot_wrapper/calibration/calibrate_spot_hand_camera_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ def spot_cli(parser=argparse.ArgumentParser) -> argparse.ArgumentParser:
"--save_data",
"-sd",
dest="save_data",
type=bool,
default=True,
action="store_true",
help="whether to save the images to file",
)

Expand Down

0 comments on commit f6b6f6c

Please sign in to comment.