Skip to content

Add FootprintCollisionChecker to Humble branch #4898

@ThomasHaley-neya

Description

@ThomasHaley-neya

Feature request

Feature description

The FootprintCollisionChecker python API is not present in the Humble version of ROS2. After some messing around a bit on my local machine it seems pretty trivial to backport it, and I feel it would be helpful to have.

Implementation considerations

The only edit I had to make to the current FootPrintCollisionChecker on main to get it working on humble was to change return self.costmap_.worldToMapValidated(wx, wy) to return self.costmap_.worldToMap(wx, wy) in the worldToMapValidated() function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions