Skip to content

Commit

Permalink
Remove the octomap package from Rolling. (#42561)
Browse files Browse the repository at this point in the history
This is essentially a vendor package; upstream is not a ROS
package, even though it has some things in it to interoperate
with ROS.

The problem is that it is *also* packaged in debian as a system
package.  In Ubuntu 24.04, the system version of the package has
a different ABI than this "vendored" version.

So it turns out that we don't need this version at all.  All downstream
sources have been updated to use the system version of the package,
rather than this vendor.  All but Moveit have done releases into
Rolling as of this writing, so everything should continue to work
with the exception of Moveit.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Aug 26, 2024
1 parent 20348a4 commit 6bb7add
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions rolling/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4113,25 +4113,6 @@ repositories:
url: https://github.com/wg-perception/object_recognition_msgs.git
version: ros2
status: maintained
octomap:
doc:
type: git
url: https://github.com/octomap/octomap.git
version: devel
release:
packages:
- dynamic_edt_3d
- octomap
- octovis
tags:
release: release/rolling/{package}/{version}
url: https://github.com/ros2-gbp/octomap-release.git
version: 1.10.0-3
source:
type: git
url: https://github.com/octomap/octomap.git
version: devel
status: maintained
octomap_mapping:
doc:
type: git
Expand Down

0 comments on commit 6bb7add

Please sign in to comment.