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

Jetson NX , [elevation_mapping-2] process has died [pid 13347, exit code -11 #92

Open
hangtianxia opened this issue Apr 9, 2024 · 5 comments

Comments

@hangtianxia
Copy link

hangtianxia commented Apr 9, 2024

I'm encountering an issue where the process terminates unexpectedly on Jetson NX when calling map_.initialize(nh_) in the elevation_mapping_ros.cpp file. The error message "process has died" appears, indicating a problem with the initialization process.
截屏2024-04-09 20 22 23
截屏2024-04-09 20 27 47
c15ece56318f557e9bb618845756d314
cdcace58d4c4534518e43e855ef54fbd

Additional information:
· ROS version: Melodic
· Ubuntu version: 18.04
· CUDA version: 10.2

@MyDearestJingo
Copy link

Could u use GDB or another debug tool to find where it stopped at?

@hangtianxia
Copy link
Author

hangtianxia commented Apr 10, 2024

Could u use GDB or another debug tool to find where it stopped at?

It stopped at auto elevation_mapping = py::module::import("elevation_mapping_cupy.elevation_mapping");, and it seems that it didn't successfully import elevation_mapping.py.
bb39fda7932704235796558d0fd40895

@mktk1117
Copy link
Collaborator

It might be because of python path.
Did you try doing this?

https://leggedrobotics.github.io/elevation_mapping_cupy/getting_started/tutorial.html#errors

@hangtianxia
Copy link
Author

I tred, but it's not very useful.

@mktk1117
Copy link
Collaborator

umm, then you might be missing some python dependency.
Could you double check if you have installed all packages?

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

3 participants