cam2lidar No module named img_to_grid

asked 2023-01-09 09:39:21 -0500

dkin gravatar image

I want to calibrate one camera from a stereo camera system with a Lidar. I followed the cam2lidar calibration tutorial. I didn't use a Conda environment (because the roslaunch step didn't work with it), I installed the requirements from requirements.txt on the local machine. When I start the calibration with roslaunch cam2lidar geometric.launch I get an error which says: No module named 'img_to_grid'. This import fails in line 16 of the geometric_calibration.py file. So I thought that I may can install it by myself but unlucky me there seems to be no Python module with that name. How can I fix this issue?

edit retag flag offensive close merge delete

Comments

I deleted my answer because the Readme specifically targets a docker container, which means it won't break your main ros install like I was concerned about.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2023-01-10 08:38:00 -0500 )edit