Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 27, 2024
1 parent eb03f05 commit 082a53f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ void PointPaintingFusionNode::postprocess(sensor_msgs::msg::PointCloud2 & painte

std::vector<autoware::lidar_centerpoint::Box3D> det_boxes3d;
bool is_num_pillars_within_range = true;
bool is_success = detector_ptr_->detect(painted_pointcloud_msg, tf_buffer_, det_boxes3d, is_num_pillars_within_range);
bool is_success = detector_ptr_->detect(
painted_pointcloud_msg, tf_buffer_, det_boxes3d, is_num_pillars_within_range);

Check warning on line 405 in perception/autoware_image_projection_based_fusion/src/pointpainting_fusion/node.cpp

View check run for this annotation

Codecov / codecov/patch

perception/autoware_image_projection_based_fusion/src/pointpainting_fusion/node.cpp#L403-L405

Added lines #L403 - L405 were not covered by tests
if (!is_success) {
return;
}
Expand Down

0 comments on commit 082a53f

Please sign in to comment.