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
After a successful colcon build of all the installed packages, I encountered the following error when trying to run the preprocess node from the direct_visual_lidar_calibration package: This error seems to be related to a missing symbol in the libdirect_visual_lidar_calibration.so library, which is causing the preprocess node to fail.
I saw this error when I re-built GTSAM with different build options. In that case, the error resolved by re-building the package after removing build and install directories.
I saw this error when I re-built GTSAM with different build options. In that case, the error resolved by re-building the package after removing build and install directories.
Thank you for the response. I tried doing it but I got the same error.
sometimes this happened when you didn't install the package into the system bin file after your edit and build but not install it. Please make sure your all dependencies (like iridescence) is correctly build and install.
After a successful colcon build of all the installed packages, I encountered the following error when trying to run the preprocess node from the direct_visual_lidar_calibration package: This error seems to be related to a missing symbol in the libdirect_visual_lidar_calibration.so library, which is causing the preprocess node to fail.
Environment:
ROS 2 Distribution: Humble
Operating System: Ubuntu 22.04
Please help me in resolving this issue.
The text was updated successfully, but these errors were encountered: