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

Symbol lookup error when running preprocess node #84

Open
Prabuddhi-05 opened this issue May 23, 2024 · 3 comments
Open

Symbol lookup error when running preprocess node #84

Prabuddhi-05 opened this issue May 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Prabuddhi-05
Copy link

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.

git

@Prabuddhi-05 Prabuddhi-05 added the bug Something isn't working label May 23, 2024
@koide3
Copy link
Owner

koide3 commented May 27, 2024

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.

@Prabuddhi-05
Copy link
Author

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.

@Seekerzero
Copy link
Contributor

Seekerzero commented Jun 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants