Skip to content
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

The ROS node process has died #2

Closed
John-Henawy opened this issue Mar 1, 2019 · 3 comments
Closed

The ROS node process has died #2

John-Henawy opened this issue Mar 1, 2019 · 3 comments

Comments

@John-Henawy
Copy link

After launch the node the process has been died

could any one help me why does it dies ?

screenshot from 2019-03-01 21-04-04

@goldbattle
Copy link
Member

goldbattle commented Mar 4, 2019

Are you able to run this with GDB?
http://wiki.ros.org/roslaunch/Tutorials/Roslaunch%20Nodes%20in%20Valgrind%20or%20GDB

Try running backtrace after it crashes and use that to find where it is failing.
I suspect it is a library dependency issue, but I could be wrong.
You are building the master branch, and built GTSAM with the on-manifold preintregration?
https://github.com/rpng/cpi#building-gtsam

@goldbattle
Copy link
Member

Also you could try checking out the commit in the GTSAM codebase that we developed off of:

c21186c6212798e665da6b5015296713ddfe8c1d

Have not been tracking what has changed, so this might fix any issues you are having.

@John-Henawy
Copy link
Author

Yes, GTSAM was the reason.
When i have installed GTSAM on this commit, It works well.

Thank you so much :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants