Skip to content

Commit

Permalink
fix(image_projection_based_fusion): correct helper function parameter…
Browse files Browse the repository at this point in the history
… type (#4287)

fix is_inside function parameter type

Signed-off-by: ismetatabay <[email protected]>
  • Loading branch information
ismetatabay authored Jul 14, 2023
1 parent 77b9f9a commit 4c47a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void transformPoints(

bool is_inside(
const sensor_msgs::msg::RegionOfInterest & outer,
const sensor_msgs::msg::RegionOfInterest & inner, const float outer_offset_scale = 1.1);
const sensor_msgs::msg::RegionOfInterest & inner, const double outer_offset_scale = 1.1);

} // namespace image_projection_based_fusion

Expand Down

0 comments on commit 4c47a5f

Please sign in to comment.