-
Notifications
You must be signed in to change notification settings - Fork 399
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
"[rgbdslam-1] has died!" upon roslaunch rgbdslam rgbdslam.launch #104
Comments
comment the line “add_compile_options(-std=c++11)” in CMakeLists.txt, |
I had the same issue and @WeidiDeng answer solve it for me :-) |
Had same issue.
Ok, but then it breaks
... And what you said doesn't make sense to me, if pcl has to be compiled with C++11, how would disabling C++11 compilation help? If you comment that line, it disables C++11 support, as far as I understand CMAKE syntax. |
I was able to compile and run this following this tutorial, written by the author. I believe using ROS kinetic + Ubuntu 16.04 will invariably yield this error, since it links PCL 1.7 which breaks with C++11. This is weird considering it's the recommended system inside the readme. |
When I run
roslaunch rgbdslam rgbdslam.launch
, I get the following errors after the roslaunch server starts up. Then it dies. The instructions here are too complicated for me and feel unnecessary, and are a bit out dated. Hopefully there's some other fix.Any ideas, thanks!
The text was updated successfully, but these errors were encountered: