-
Notifications
You must be signed in to change notification settings - Fork 107
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
'roslaunch ccmslam Server.launch' error #54
Comments
Could you identify and additional information in the log file what might happen? Maybe a wrong path? |
i have the same problem. |
the log file is empty.i don't know why. |
Could be that the ROS environment is not correctly sourced. Is there any additional terminal output? Do you see the same error when launching the Client launch files? What happens when you try to launch the Server directly via Exit code -11 means a SIGSEGV, so there seems to be a segmentaton fault. Would be good to run the Server node with GBD to find out whats happening. Generally, it's hard to provide to root-cause the error from just this error message, would be very helpful to have some additional information to provide more feedback. |
I've met the same problem.And the same error happended when I try to launch the ClinetLaunch files.I spent a long time to figure out the bug.I insert some cout function to help me debug.
} ++++++++++ Stats ++++++++++ ++++++++++ Timings ++++++++++ ++++++++++ Tracking ++++++++++ ++++++++++ Mapping ++++++++++ ++++++++++ Comm ++++++++++ ++++++++++ PlaceRec ++++++++++ ++++++++++ Vis ++++++++++ ++++++++++ Opt ++++++++++ ++++++++++ Extractor ++++++++++ ++++++++++ Colors ++++++++++ Loading ORB Vocabulary. This could take a while... +++++ KeyFrame Database Initialized +++++ |
Judging from above feedback, this could be a race condition. I'll leave this open to see whether other user see this. In general, this could be a race condition, and I'd suggest to add a |
when i run 'roslaunch ccmslam Server.launch' , the error is:
[ccmslam/ccmslamServerNode-6] process has died [pid 24549, exit code -11, cmd /home/swj/ccmslam_ws/devel/lib/ccmslam/ccmslamServerNode /home/swj/ccmslam_ws/src/ccm_slam/cslam/conf/ORBvoc.txt __name:=ccmslamServerNode __log:=/home/swj/.ros/log/ca1aa532-2f4d-11ed-be68-38f3ab349edb/ccmslam-ccmslamServerNode-6.log].
log file: /home/swj/.ros/log/ca1aa532-2f4d-11ed-be68-38f3ab349edb/ccmslam-ccmslamServerNode-6*.log
The text was updated successfully, but these errors were encountered: