-
Notifications
You must be signed in to change notification settings - Fork 47
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
Launch error #15
Comments
For your information, |
Have you sourced the workspace? To source: Run I have never tried running this on ros noetic. |
Yes I have sourced it. |
Okay. Then I have no idea. I would suggest you to use the docker version. You can find it in the README. |
Hi, thank you for your work
|
Replace linkalibr/CMakeLists.txt with the below
|
use @alwynmathew cmakelists.txt and if you have error about fstream just change in ros_calib_init_optimizer.cpp the fstream line with this
|
@alwynmathew @songWell @SubMishMar @ManChrys @SyahirMuzni Anyone solved this ? |
hello @alwynmathew i tried what you suggested but it didnt work i have the same error |
Hi,
I have successfully built the package and did the intrinsic calibration. I did change some of the requirements in the launch file to match up with my sensors.
But I have an error when I tried to launch the package. I did catkin_make clean & change the permissions as well. But there's no difference.
ERROR: cannot launch node of type [linkalibr/ros_calib_init]: Cannot locate node of type [ros_calib_init] in package [linkalibr]. Make sure file exists in package path and permission is set to executable (chmod +x)
ERROR: cannot launch node of type [linkalibr/ros_calib_init_optimizer]: Cannot locate node of type [ros_calib_init_optimizer] in package [linkalibr]. Make sure file exists in package path and permission is set to executable (chmod +x)
The text was updated successfully, but these errors were encountered: