Skip to content

Commit

Permalink
small clarity tweak for how get multiple view dataset works
Browse files Browse the repository at this point in the history
  • Loading branch information
glvov-bdai committed Aug 19, 2024
1 parent 0986164 commit d877278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot_wrapper/calibration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Assuming that you have a charuco board you'd like to automatically calibrate you
**To calibrate a new robot with new cameras using the utility**, implement the abstract class ```AutomaticCameraCalibrationRobot``` from ```automatic_camera_calibration_robot.py```
(Only five methods, that are likely analogous to what's needed for automatic calibration even if this utility isn't used.
in Spot's case , excluding comments, it's under ~250 lines of code, see ```spot_in_hand_camera_calibration.py```),
and pass the callable methods as arguments to ```get_multiple_perspective_camera_calibration_dataset``` from ```calibration_util.py``` (see ```calibrate_spot_hand_camera_cli.py``` for an example).
and pass the implemented class as an argument to ```get_multiple_perspective_camera_calibration_dataset``` from ```calibration_util.py``` (see ```calibrate_spot_hand_camera_cli.py``` for an example).

**Adding a new camera to register with Spot's existing hand cameras** is as easy as adding a call to append
the new camera image in ```SpotInHandCalibration.capture_images``` in ```spot_in_hand_camera_calibration.py``` to the existing
Expand Down

0 comments on commit d877278

Please sign in to comment.