I am trying to install the drivers for Velodyne 32E. I downloaded the folder from https://github.com/ros-drivers/velodyne and then I am typing cmake ../ to build it.
I am getting an error:
--from catkin.environment_cache import generate_environment_script
--ImportError: No module named catkin.environment_cache
I have installed catkin_pkg using pip.
What should I do?
↧