-
Notifications
You must be signed in to change notification settings - Fork 18
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
"build_catkin.sh" success but cannot launch file #5
Comments
If you are trying to run the package on ROS Melodic then I can't really help as I tested it only on ROS Kinetic. But the problem seems to be related with some environment variable, which is not being extended and package files are actually not found. You may check, whether |
First, are you able to find |
liborb_slam2_lib.so is present in usr/local/lib directory. |
Ok. The issue was in the launch file of realsense. It is trying to launch orb_slam2 instead of orb_slam2_ros. So changing the same solves the issue and it launches successfully . So maybe this issue can be closed now. |
First,thanks for you supply the code.
I want to redo your source code,but I use the command build_catkin.sh success.
It didn't make any error,and I think it is successful.
After it, I run the code.
The result always said the launch file cannot found ,how do i supposed to do?
I ran source devel/setup.sh either,but still not working.
Can you tell how to run the launch file?
Thanks,and sorry to bother you.
Have a nice day.
The text was updated successfully, but these errors were encountered: