Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Macenski <[email protected]>
  • Loading branch information
SteveMacenski authored and Manos-G committed Aug 1, 2024
1 parent 825810a commit 7de4fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_smac_planner/src/collision_checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ bool GridCollisionChecker::inCollision(
if (outsideRange(costmap_->getSizeInCellsX(), x) ||
outsideRange(costmap_->getSizeInCellsY(), y))
{
return false;
return true;
}

// Assumes setFootprint already set
Expand Down

0 comments on commit 7de4fb0

Please sign in to comment.