File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ class Copter : public AP_Vehicle {
260
260
AP_SurfaceDistance rangefinder_up_state {ROTATION_PITCH_90, inertial_nav, 1U };
261
261
262
262
// helper function to get inertially interpolated rangefinder height.
263
- bool get_rangefinder_height_interpolated_cm (int32_t & ret) const ;
263
+ bool get_rangefinder_height_interpolated_cm (int32_t & ret);
264
264
265
265
#if AP_RANGEFINDER_ENABLED
266
266
class SurfaceTracking {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ void Copter::update_rangefinder_terrain_offset()
68
68
}
69
69
70
70
// helper function to get inertially interpolated rangefinder height.
71
- bool Copter::get_rangefinder_height_interpolated_cm (int32_t & ret) const
71
+ bool Copter::get_rangefinder_height_interpolated_cm (int32_t & ret)
72
72
{
73
73
#if AP_RANGEFINDER_ENABLED
74
74
return rangefinder_state.get_rangefinder_height_interpolated_cm (ret);
You can’t perform that action at this time.
0 commit comments