Skip to content

Commit

Permalink
rough structure complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Wallace committed Nov 7, 2022
1 parent 4a222d6 commit 0285d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nav2_costmap_2d/src/costmap_2d_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ void Costmap2DPublisher::prepareCostmap()

void Costmap2DPublisher::publishCostmap()
{
RCLCPP_INFO(logger_, "RUNNNUNUNUNNUN");
if (costmap_raw_pub_->get_subscription_count() > 0) {
prepareCostmap();
costmap_raw_pub_->publish(std::move(costmap_raw_));
Expand Down

0 comments on commit 0285d20

Please sign in to comment.