We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff4464 commit 4f4026bCopy full SHA for 4f4026b
cliff_detector/include/cliff_detector/cliff_detector.hpp
@@ -207,7 +207,7 @@ class CliffDetector
207
/// Class for managing sensor_msgs/CameraInfo messages
208
image_geometry::PinholeCameraModel camera_model_;
209
/// Calculated distances to ground for every row of depth image in mm
210
- std::vector<unsigned> dist_to_ground_;
+ std::vector<double> dist_to_ground_;
211
std::vector<double> tilt_compensation_factor_;
212
std::vector<double> delta_row_;
213
0 commit comments