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 Jun 2, 2022
1 parent c7909be commit b6946df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sensing/pointcloud_preprocessor/docs/blockage_diag.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This implementation inherits `pointcloud_preprocessor::Filter` class, please ref
| `angle_range` | vector | The effective range of LiDAR |
| `vertical_bins` | int | The LiDAR channel number |
| `model` | string | The LiDAR model |
| `buffering_frames` | uint | The number of buffering [range:1-200] |
| `buffering_frames` | uint | The number of buffering [range:1-200] |
| `buffering_interval` | uint | The interval of buffering |

## Assumptions / Known limits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ void BlockageDiagComponent::filter(
cv_bridge::CvImage(std_msgs::msg::Header(), "bgr8", blockage_mask_colorized).toImageMsg();
blockage_mask_msg->header = input->header;
blockage_mask_pub_.publish(blockage_mask_msg);

}

tier4_debug_msgs::msg::Float32Stamped ground_blockage_ratio_msg;
Expand Down

0 comments on commit b6946df

Please sign in to comment.