mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 23:04:07 +08:00
UAVCAN GNSS bridge status output shows whether support for the old Fix message is active
This commit is contained in:
parent
75c45b62d7
commit
14249d3318
@ -78,7 +78,8 @@ unsigned UavcanGnssBridge::get_num_redundant_channels() const
|
||||
|
||||
void UavcanGnssBridge::print_status() const
|
||||
{
|
||||
printf("RX errors: %d, receiver node id: ", _sub_fix.getFailureCount());
|
||||
printf("RX errors: %d, using old Fix: %d, receiver node id: ",
|
||||
_sub_fix.getFailureCount(), int(_old_fix_subscriber_active));
|
||||
|
||||
if (_receiver_node_id < 0) {
|
||||
printf("N/A\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user