Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if camera calibration is present before teleoperation #141

Open
FabienDanieau opened this issue Sep 4, 2024 · 0 comments
Open

Check if camera calibration is present before teleoperation #141

FabienDanieau opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FabienDanieau
Copy link
Contributor

Error is raised otherwise

  File "/home/reachy/dev/pollen-vision/pollen_vision/pollen_vision/camera_wrappers/depthai/wrapper.py", line 58, in __init__
    self._prepare()
  File "/home/reachy/dev/pollen-vision/pollen_vision/pollen_vision/camera_wrappers/depthai/wrapper.py", line 99, in _prepare
    self._set_undistort_maps()
  File "/home/reachy/dev/pollen-vision/pollen_vision/pollen_vision/camera_wrappers/depthai/wrapper.py", line 246, in _set_undistort_maps
    mapXL, mapYL, mapXR, mapYR = compute_undistort_maps(self.cam_config)
  File "/home/reachy/dev/pollen-vision/pollen_vision/pollen_vision/camera_wrappers/depthai/calibration/undistort.py", line 21, in compute_undistort_maps
    calib.getCameraIntrinsics(
IndexError: _Map_base::at
@FabienDanieau FabienDanieau added the bug Something isn't working label Sep 4, 2024
@apirrone apirrone self-assigned this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants