moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
982 stars 492 forks source link

Switch to system version of octomap. #2881

Open clalancette opened 1 week ago

clalancette commented 1 week ago

Description

This is so that we have a consistent ABI between these packages and anything else in the system that depends on octomap. We'll eventually be removing the ROS-provided version of octomap to make sure we don't have these problems in the future.

This should solve the issue in https://github.com/ros/rosdistro/issues/41622 , and was enabled by the merging of https://github.com/ros/rosdistro/pull/41623

Checklist