Skip to content

Fix KeepoutFilter on the ARM architecture#4

Closed
Sushant-Chavan wants to merge 1 commit intomainfrom
fix/keepout_zone_on_arm_architecture
Closed

Fix KeepoutFilter on the ARM architecture#4
Sushant-Chavan wants to merge 1 commit intomainfrom
fix/keepout_zone_on_arm_architecture

Conversation

@Sushant-Chavan
Copy link
Owner


Basic Info

Info Please fill out this column
Ticket(s) this addresses -
Primary OS tested on Ubuntu
Robotic platform tested on Proprietary
Does this PR contain AI generated software? No
Was this PR description generated by AI software? No

Description of contribution in a few bullet points

  • Fixed a bug with KeepoutFilter on robots using ARM-based computers
    • ARM by default considers char type as unsigned as described here
    • Simply using a char instead of signed char when reading the data from nav_msgs::msg::OccupancyGrid results in misinterpretation of -1 values representing UNKNOWN cells in the filter mask.

Description of documentation updates required from your changes

N/A

Description of how this change was tested

Keepout filter was tested on a robot using an ARM-based computer.


Future work that may be required in bullet points

N/A

For Maintainers:

  • Check that any new parameters added are updated in docs.nav2.org
  • Check that any significant change is added to the migration guide
  • Check that any new features OR changes to existing behaviors are reflected in the tuning guide
  • Check that any new functions have Doxygen added
  • Check that any new features have test coverage
  • Check that any new plugins is added to the plugins page
  • If BT Node, Additionally: add to BT's XML index of nodes for groot, BT package's readme table, and BT library lists
  • Should this be backported to current distributions? If so, tag with backport-*.

Signed-off-by: Sushant Chavan <gitecsvc@gmail.com>
@Sushant-Chavan Sushant-Chavan deleted the fix/keepout_zone_on_arm_architecture branch September 1, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants