We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b9f9a commit 4c47a5fCopy full SHA for 4c47a5f
perception/image_projection_based_fusion/include/image_projection_based_fusion/utils/geometry.hpp
@@ -62,7 +62,7 @@ void transformPoints(
62
63
bool is_inside(
64
const sensor_msgs::msg::RegionOfInterest & outer,
65
- 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);
66
67
} // namespace image_projection_based_fusion
68
0 commit comments