Skip to content

Ubuntu Resolute builds failing due to versioned dependency to octomap #268

@urfeex

Description

@urfeex

The CMakeLists contains a version requirement for octomap to enforce the fcl-compatible ABI on Ubuntu Jammy and Noble:

# Enforce the system package version on Ubuntu jammy and noble which is also used by libfcl-dev
# The version is fixed to prevent ABI conflicts with ros-octomap
find_package(octomap 1.9.7...<1.10.0 REQUIRED)

However, resolute ships liboctomap-dev=1.10. Thus, the buildfarm is currently failing. I haven't yet tried to fix it locally, but I assume raising this to 1.10.0...<1.11.0 could do the trick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions