Skip to content

Commit

Permalink
Fix build issue on obstacle layer (ros-navigation#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Apr 4, 2022
1 parent bcc9aff commit 97d3149
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nav2_costmap_2d/plugins/obstacle_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,7 @@ ObstacleLayer::raytraceFreespace(
"The costmap cannot raytrace for it.",
ox, oy,
origin_x_, origin_y_,
origin_x_ + getSizeInMetersX(), origin_y_ + getSizeInMetersY(),
);
origin_x_ + getSizeInMetersX(), origin_y_ + getSizeInMetersY());
return;
}

Expand Down

0 comments on commit 97d3149

Please sign in to comment.