rtksvr send_nmea: send the single solution status#842
Conversation
1f12917 to
8852595
Compare
When sending a nmea single solution back to a base, include the solutions status rather than always SOLQ_SINGLE and also include the number of satellites used in the solution and the reference station id.
8852595 to
5acc325
Compare
|
I've started using Claude AI to help with the reviews, especially parts of the code I'm less familiar with. It had a couple of minor concerns. Do you think these are valid?
|
Not seeing where sol_nmea.stat=SOLQ_SINGLE is lost in that path, it's seems to still be there.
These are paths with a solution and a solution is only possible with ns>0, and if it did get here with a solution based on no satellites then it would be appropriate for the consumer to discard the position - the change is intentional. |
When sending a nmea single solution back to a base, include the solutions status rather than always SOLQ_SINGLE and also include the number of satellites used in the solution and the reference station id.