Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 5, 2022
1 parent 7524c4a commit 6975f04
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ void PointcloudBasedOccupancyGridMapNode::onPointcloudWithObstacleAndRaw(
if (enable_single_frame_mode_) {
// publish
occupancy_grid_map_pub_->publish(OccupancyGridMapToMsgPtr(
map_frame_, input_raw_msg->header.stamp, pose.position.z,
single_frame_occupancy_grid_map));
map_frame_, input_raw_msg->header.stamp, pose.position.z, single_frame_occupancy_grid_map));
} else {
// Update with bayes filter
occupancy_grid_map_updater_ptr_->update(single_frame_occupancy_grid_map);
Expand Down

0 comments on commit 6975f04

Please sign in to comment.