-
Notifications
You must be signed in to change notification settings - Fork 191
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
Component Container crash #296
Comments
Hi @shawnhanna Eventually, please also change the positional tracking mode to |
Hi @Myzhar , I meet this crash too, and have contacted your technical supporting for more than two week by email, no solutions, no replies for 4 days recently. Here is my latest finding, the call stacks when core dump happens
and the crash log from zed component nodes |
It seems that the cause of the problem is positional tracking |
Thanks. I'll try
Seems no help. |
Hopefully, the cumulative fixes will be released with the ZED SDK v4.2.4 |
Container crash on Orin AGX docker image zed_ros2_l4t_36.3.0_sdk_4.2.3 when running zed_wrapper.
Steps to reproduce: Container was pulled to an Orin AGX with Jetpack 6.2 Ubuntu 22.04. docker run --runtime=nvidia -it --privileged -e DISPLAY=$DISPLAY --network=host --ipc=host --pid=host -e NVIDIA_DRIVER_CAPABILITIES=all -v /tmp/.X11-unix/:/tmp/.X11-unix -v /dev:/dev -v /dev/shm:/dev/shm -v /usr/local/zed/resources/:/usr/local/zed/resources/ -v /usr/local/zed/settings/:/usr/local/zed/settings/ zed_ros2_l4t_36.3.0_sdk_4.2.3 ros2 launch zed_wrapper zed_camera.launch.py camera_model:=zed2i |
Preliminary Checks
Description
Running a single zed x camera using pos tracking, this crash happend:
Steps to Reproduce
Not able to consistently reproduce, but it happens eventually apparently at random.
NOTE: I also see seg faults (exited with code -9) on occasion
Expected Result
Container to not crash
Actual Result
Container Crashes
ZED Camera model
ZED
Environment
OS: Ubuntu 22.04, running in a custom docker image Jetson Orin AGX ZED SDK version: 4.2.2 ZED Driver: 1.2.1 Using the quad capture card, all 4 cameras connected, but only running the zed ros wrapper on one camera.
Anything else?
If there's additional else I can help provide, let me know
The text was updated successfully, but these errors were encountered: