Skip to content

Commit 9f8c69c

Browse files
committed
change back to NO_INFORMATION
Signed-off-by: Tony Najjar <[email protected]>
1 parent b5020ee commit 9f8c69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_costmap_2d/src/costmap_2d_ros.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ void Costmap2DROS::getCostsCallback(
868868
pose_transformed.pose.position.y, mx, my);
869869

870870
if (!in_bounds) {
871-
response->costs.push_back(LETHAL_OBSTACLE);
871+
response->costs.push_back(NO_INFORMATION);
872872
continue;
873873
}
874874
// Get the cost at the map coordinates

0 commit comments

Comments
 (0)