Skip to content

Commit 482cc16

Browse files
committed
chore: removed non applicable override (point painting does not support the blackboard yet)
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
1 parent 9e96404 commit 482cc16

File tree

1 file changed

+1
-2
lines changed
  • perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/pointpainting_fusion

1 file changed

+1
-2
lines changed

perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/pointpainting_fusion/pointpainting_trt.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ class PointPaintingTRT : public autoware::lidar_centerpoint::CenterPointTRT
4343

4444
protected:
4545
bool preprocess(
46-
const sensor_msgs::msg::PointCloud2 & input_pointcloud_msg,
47-
const tf2_ros::Buffer & tf_buffer) override;
46+
const sensor_msgs::msg::PointCloud2 & input_pointcloud_msg, const tf2_ros::Buffer & tf_buffer);
4847

4948
std::unique_ptr<image_projection_based_fusion::VoxelGenerator> vg_ptr_pp_{nullptr};
5049
};

0 commit comments

Comments
 (0)