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

Fix linkage to octomap(#48) #49

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Conversation

aosmw
Copy link

@aosmw aosmw commented Aug 21, 2024

With change to use the system liboctomap-dev the liboctomap_rviz_plugins.so does not get proper linkage and so plugin loading fails.

With this change it does.

ldd install/octomap_rviz_plugins/lib/liboctomap_rviz_plugins.so  | grep octo
        liboctomap_msgs__rosidl_typesupport_cpp.so => /opt/ros/humble/lib/liboctomap_msgs__rosidl_typesupport_cpp.so (0x00007fdde6004000)
        liboctomap.so.1.9 => /opt/ros/humble/lib/x86_64-linux-gnu/liboctomap.so.1.9 (0x00007fdde59c2000)
        liboctomath.so.1.9 => /opt/ros/humble/lib/x86_64-linux-gnu/liboctomath.so.1.9 (0x00007fdde35aa000)

@LihanChen2004
Copy link

Hi. I am looking forward to this PR being merged and updated in index.ros.org 😢 @wxmerkt

@wxmerkt wxmerkt merged commit 9389c24 into OctoMap:ros2 Oct 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants