You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/fusion_node.hpp
Copy file name to clipboardexpand all lines: perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/pointpainting_fusion/node.hpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ inline bool isInsideBbox(
42
42
}
43
43
44
44
classPointPaintingFusionNode
45
-
: public FusionNode<sensor_msgs::msg::PointCloud2, DetectedObjects, DetectedObjectsWithFeature>
45
+
: public FusionNode<sensor_msgs::msg::PointCloud2, DetectedObjectsWithFeature, DetectedObjects>
Copy file name to clipboardexpand all lines: perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/roi_cluster_fusion/node.hpp
Copy file name to clipboardexpand all lines: perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/roi_detected_object_fusion/node.hpp
Copy file name to clipboardexpand all lines: perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/roi_pointcloud_fusion/node.hpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
namespaceautoware::image_projection_based_fusion
27
27
{
28
28
classRoiPointCloudFusionNode
29
-
: public FusionNode<PointCloud2, DetectedObjectWithFeature, DetectedObjectsWithFeature>
29
+
: public FusionNode<PointCloud2, DetectedObjectsWithFeature, DetectedObjectWithFeature>
Copy file name to clipboardexpand all lines: perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/segmentation_pointcloud_fusion/node.hpp
0 commit comments