-
Notifications
You must be signed in to change notification settings - Fork 86
add raim_flag to gnss_solution, return raim flag in dgnss_baseline #201
base: master
Are you sure you want to change the base?
Conversation
Test PASSed. |
Test PASSed. |
I think this causes unnecessary coupling between libswiftnav and SBP. We made an effort to move all SBP related stuff out of libswiftnav. Lets chat tomorrow about moving this to |
Test PASSed. |
Test PASSed. |
double b[3]; | ||
/* Number of sdiffs used in the soluton. */ | ||
u8 num_used; | ||
/* bool: fixed or float filter derived */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not bool
?
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
@kovach What is needed to get this merged? |
No description provided.