Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DLu committed Aug 22, 2015
1 parent 173a4f3 commit c2110a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions costmap_2d/src/costmap_2d_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ void Costmap2DPublisher::publishCostmap()

if (always_send_full_costmap_ || grid_.info.resolution != resolution ||
grid_.info.width != costmap_->getSizeInCellsX() ||
grid_.info.height != costmap_->getSizeInCellsY() ||
saved_origin_x_ != costmap_->getOriginX() ||
saved_origin_y_ != costmap_->getOriginY())
{
Expand Down

0 comments on commit c2110a4

Please sign in to comment.