-
Notifications
You must be signed in to change notification settings - Fork 205
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
visualizer segmentation fault #14
Comments
Here are some outputs from valgrind
|
Problems with Eigen usually originate in clash between gtsam's packaged and the systems Eigen version. Please try to reinstall gtsam with the compile option |
I tried recompiling gtsam with systems Eigen(version 3.3.7), but the problem remains. I fixed this problem by changing the Eigen's version to 3.2.10 |
@undefinedzero Thank you for the feedback! |
I found that using Eigen 3.2.10 will also encounter a segmentation fault when reading calibration files. I tried 3.2.1, it seems good for now. |
I used the command
./visualizer ~/catkin_suma/src/semantic_suma-master/config/default.xml
to run the visualizer, but I encountered a segmentation fault.I tried Rangenet, it seems good.
The text was updated successfully, but these errors were encountered: