swyphcosmo / ros-camera-lidar-calibration

136 stars 44 forks source link

Not able to launch "part2-cameralidar-calibration.launch" file #3

Closed navinrahim closed 6 years ago

navinrahim commented 6 years ago

I have cloned the repo and following the steps provided in the read me document. Not able to run the following command. kindly post your suggestions :

$ roslaunch launch/part2-cameralidar-calibration.launch

error message : ERROR: cannot launch node of type [lidar_image_calibration/lidar_image_calibration.py]: can't locate node [lidar_image_calibration.py] in package [lidar_image_calibration]

Jyothikumar-b commented 6 years ago

Hi @navinrahim ,

I have also faced the similar issue. First check whether you have file on in the directory "scripts/lidar_image_calibration/lidar_image_calibration.py" Secondly, give execution access to that file "$ chmod +x lidar_image_calibration.py"

It worked for me :+

navinrahim commented 6 years ago

It worked