Skip to content

Commit 4f4026b

Browse files
nakai-omermdrwiega
authored andcommitted
Fix #22 - change distances to ground to double
1 parent 0ff4464 commit 4f4026b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff_detector/include/cliff_detector/cliff_detector.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class CliffDetector
207207
/// Class for managing sensor_msgs/CameraInfo messages
208208
image_geometry::PinholeCameraModel camera_model_;
209209
/// Calculated distances to ground for every row of depth image in mm
210-
std::vector<unsigned> dist_to_ground_;
210+
std::vector<double> dist_to_ground_;
211211
std::vector<double> tilt_compensation_factor_;
212212
std::vector<double> delta_row_;
213213

0 commit comments

Comments
 (0)