mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Plane: remove pointless override of send_simstate
This is dangling after removing HIL stuff
This commit is contained in:
parent
a1ecd706b7
commit
5dab6b7275
@ -245,14 +245,6 @@ float GCS_MAVLINK_Plane::vfr_hud_climbrate() const
|
|||||||
return AP::baro().get_climb_rate();
|
return AP::baro().get_climb_rate();
|
||||||
}
|
}
|
||||||
|
|
||||||
// report simulator state
|
|
||||||
void GCS_MAVLINK_Plane::send_simstate() const
|
|
||||||
{
|
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
|
||||||
GCS_MAVLINK::send_simstate();
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
void GCS_MAVLINK_Plane::send_wind() const
|
void GCS_MAVLINK_Plane::send_wind() const
|
||||||
{
|
{
|
||||||
const Vector3f wind = AP::ahrs().wind_estimate();
|
const Vector3f wind = AP::ahrs().wind_estimate();
|
||||||
|
@ -29,7 +29,6 @@ protected:
|
|||||||
|
|
||||||
void send_aoa_ssa();
|
void send_aoa_ssa();
|
||||||
void send_attitude() const override;
|
void send_attitude() const override;
|
||||||
void send_simstate() const override;
|
|
||||||
void send_wind() const;
|
void send_wind() const;
|
||||||
|
|
||||||
bool persist_streamrates() const override { return true; }
|
bool persist_streamrates() const override { return true; }
|
||||||
|
Loading…
Reference in New Issue
Block a user