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

fatal error #5

Closed
Gironote opened this issue Aug 28, 2020 · 2 comments
Closed

fatal error #5

Gironote opened this issue Aug 28, 2020 · 2 comments

Comments

@Gironote
Copy link

I want to use fisheye calibration.py but this error occur
image

my step

  1. cd ~/catkin_ws/src
  2. git clone https://github.com/DavidTorresOcana/image_pipeline.git
  3. cd ..
  4. catkin_make
  5. error occur

my enviroment
ubuntu 18.04, cuda 10.2 cudnn 7.6.5. opencv 4.4.0 titian rtx
image
how can i fix this error?

@DavidTorresOcana
Copy link
Owner

DavidTorresOcana commented Aug 29, 2020

Hello

This happens because your OpenCV was installed without CUDA support. You could simply remove the packages that rely on CUDA, if not needed.

If you only need to use the Camera Calibration tool, please note that such functionality is available in official ROS releases since melodic. See here the documentation

The functionality of image manipulation (e.g. rectification) that uses fisheye calibration is pending to be merged into noetic. See ros-perception/vision_opencv#358 so you may wait for that to happen.

@DavidTorresOcana
Copy link
Owner

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants