Skip to content

Commit 4c47a5f

Browse files
authored
fix(image_projection_based_fusion): correct helper function parameter type (autowarefoundation#4287)
fix is_inside function parameter type Signed-off-by: ismetatabay <ismet@leodrive.ai>
1 parent 77b9f9a commit 4c47a5f

File tree

1 file changed

+1
-1
lines changed
  • perception/image_projection_based_fusion/include/image_projection_based_fusion/utils

1 file changed

+1
-1
lines changed

perception/image_projection_based_fusion/include/image_projection_based_fusion/utils/geometry.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void transformPoints(
6262

6363
bool is_inside(
6464
const sensor_msgs::msg::RegionOfInterest & outer,
65-
const sensor_msgs::msg::RegionOfInterest & inner, const float outer_offset_scale = 1.1);
65+
const sensor_msgs::msg::RegionOfInterest & inner, const double outer_offset_scale = 1.1);
6666

6767
} // namespace image_projection_based_fusion
6868

0 commit comments

Comments
 (0)