|
|
@ -262,7 +262,7 @@ protected: |
|
|
|
|
|
|
|
|
|
|
|
void send(const hrt_abstime t) |
|
|
|
void send(const hrt_abstime t) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (status_sub->update(t)) { |
|
|
|
status_sub->update(t); |
|
|
|
mavlink_msg_sys_status_send(_channel, |
|
|
|
mavlink_msg_sys_status_send(_channel, |
|
|
|
status->onboard_control_sensors_present, |
|
|
|
status->onboard_control_sensors_present, |
|
|
|
status->onboard_control_sensors_enabled, |
|
|
|
status->onboard_control_sensors_enabled, |
|
|
@ -278,7 +278,6 @@ protected: |
|
|
|
status->errors_count3, |
|
|
|
status->errors_count3, |
|
|
|
status->errors_count4); |
|
|
|
status->errors_count4); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|