Skip to content

Commit

Permalink
change back to NO_INFORMATION
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com>
  • Loading branch information
tonynajjar committed Nov 26, 2024
1 parent b5020ee commit 9f8c69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_costmap_2d/src/costmap_2d_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ void Costmap2DROS::getCostsCallback(
pose_transformed.pose.position.y, mx, my);

if (!in_bounds) {
response->costs.push_back(LETHAL_OBSTACLE);
response->costs.push_back(NO_INFORMATION);
continue;
}
// Get the cost at the map coordinates
Expand Down

0 comments on commit 9f8c69c

Please sign in to comment.