moveit / geometric_shapes

Representation of geometric shapes
57 stars 92 forks source link

Switch to using the system version of octomap. #244

Closed clalancette closed 2 months ago

clalancette commented 2 months ago

The new liboctomap-dev key pulls the octomap dependency from the system, rather than the ros--octomap. This will ensure a consistent ABI between octomap as used in system libraries and the one in ROS.

This was enabled by https://github.com/ros/rosdistro/pull/41623