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
Describe the bug
Segmentation fault while doing the initial guess
To Reproduce
Steps to reproduce the behavior:
export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libopencv_core.so.4.5.4d as there was a warning during the workspace build process
--- stderr: direct_visual_lidar_calibration
** WARNING ** io features related to pcap will be disabled
/usr/bin/ld: warning: libopencv_core.so.4.5d, needed by /opt/ros/humble/lib/libcv_bridge.so, may conflict with libopencv_core.so.408
---
and below while preprocessing if I don't export the LD_PRELOAD variable
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.8.0) /home/ubuntu/opencv_build/opencv/modules/core/src/matrix.cpp:246: error: (-215:Assertion failed) s >= 0 in function 'setSize'
[ros2run]: Aborted
Preprocess the data (successful)
Ran find_matches_superglue.py and initial_guess_auto successfully
Before opening an issue
If the issue is about build errors:
If the issue is about calibration procedure and results:
If the issue is about the algorithm:
Describe the bug
Segmentation fault while doing the initial guess
To Reproduce
Steps to reproduce the behavior:
export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libopencv_core.so.4.5.4d
as there was a warning during the workspace build processand below while preprocessing if I don't export the
LD_PRELOAD
variablefind_matches_superglue.py
andinitial_guess_auto
successfullyinitial_guess_manual
So, I installed
canberra-gtk-module
usingsudo apt install libcanberra-gtk-module libcanberra-gtk3-module
(successful)Expected behavior
Initial guess manual should run without errors on the sample dataset
Environment:
Ubuntu 22.04 on Jetson Jetpack 6.x (arm64)
ROS version: ROS2 Humble
Additional context
I am using the
e47a42c2957951c9fafcca9995d9927e15557069
ceres_solver version as mentioned in #114Using VNC to access jetson
The text was updated successfully, but these errors were encountered: