Skip to content

Commit aacc561

Browse files
committed
Additional coding style fix.
1 parent 6401f3c commit aacc561

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
@@ -538,7 +538,7 @@ Costmap2DROS::mapUpdateLoop(double frequency)
538538
auto map_current = isCurrent();
539539
if (map_current && // only update costmap if it's current
540540
((last_publish_ + publish_cycle_ < current_time) || // publish_cycle_ is due
541-
(current_time < last_publish_))) // time has moved backwards, probably due to a switch to sim_time // NOLINT
541+
(current_time < last_publish_))) // time has moved backwards, probably due to a switch to sim_time // NOLINT
542542
{
543543
RCLCPP_DEBUG(get_logger(), "Publish costmap at %s", name_.c_str());
544544
costmap_publisher_->publishCostmap();

0 commit comments

Comments
 (0)