mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
GCS_MAVLink: remove check for vibe check
For all supported boards we have vibration check.
This commit is contained in:
parent
121eeb4b58
commit
d1ac6cbd4c
@ -1368,7 +1368,6 @@ void GCS_MAVLINK::send_local_position(const AP_AHRS &ahrs) const
|
|||||||
*/
|
*/
|
||||||
void GCS_MAVLINK::send_vibration(const AP_InertialSensor &ins) const
|
void GCS_MAVLINK::send_vibration(const AP_InertialSensor &ins) const
|
||||||
{
|
{
|
||||||
#if INS_VIBRATION_CHECK
|
|
||||||
Vector3f vibration = ins.get_vibration_levels();
|
Vector3f vibration = ins.get_vibration_levels();
|
||||||
|
|
||||||
mavlink_msg_vibration_send(
|
mavlink_msg_vibration_send(
|
||||||
@ -1380,7 +1379,6 @@ void GCS_MAVLINK::send_vibration(const AP_InertialSensor &ins) const
|
|||||||
ins.get_accel_clip_count(0),
|
ins.get_accel_clip_count(0),
|
||||||
ins.get_accel_clip_count(1),
|
ins.get_accel_clip_count(1),
|
||||||
ins.get_accel_clip_count(2));
|
ins.get_accel_clip_count(2));
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GCS_MAVLINK::send_home(const Location &home) const
|
void GCS_MAVLINK::send_home(const Location &home) const
|
||||||
|
Loading…
Reference in New Issue
Block a user