You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when I executed people detection on Jetpack5.
[detect_darknet_opencv_node-1] terminate called after throwing an instance of 'class_loader::LibraryLoadException'
[detect_darknet_opencv_node-1] what(): Could not load library dlopen error: /usr/local/lib/libOpen3D.so: cannot allocate memory in static TLS block, at /opt/ros/humble/src/rcutils/src/shared_library.c:99
I got this error when I executed people detection on Jetpack5.
The root cause of this issue is a bug in
glibc
. The fix is not included in Jetpack5/Ubuntu20.04.https://bugzilla.redhat.com/show_bug.cgi?id=1722181
A workaround is to use the
LD_PRELOAD
environment variable to loadlibOpen3D.so
.I will add a flag to switch using
LD_PRELOAD
to some launch files.The text was updated successfully, but these errors were encountered: