Marcelo Bezerra
Marcelo Bezerra
As a bonus, also add showdebug cli command: ``` # showdebug Debug fields: [GPS (23)] debug[0] = 2119 debug[1] = 2141 debug[2] = 0 debug[3] = 0 debug[4] = 0...
M8 does not support NAV_SIG. So I will add NAV_SAT as a fallback and try to make the setup more resilient to random hardware / software combinations.
Current showdebug items for debug_mode = GPS ``` 0: MSG_PVT count 1: MSG_SAT count 2: NAV_SIG count 3: NAV-SAT numSvs 4: NAV-SIG numSvs 5: flags.pvt 6: flags.sat 7: flags.sig ```
Cool. Very useful. I will have a loot. I am not 100% sure I am parsing all the satelite fields correctly, specially coming from older messages. The one that didn't...
> > Cool. Very useful. I will have a loot. I am not 100% sure I am parsing all the satelite fields correctly, specially coming from older messages. > >...
I have a plan for that. the 64 is an arbitrary number I picked. Can easily be changed. Regarding m6, I do have a plan for that. There are currently...
Blocked by: serialport/bindings-cpp#199
Ideally, this should be fixed in the gimbal,not INAV.
And make sure your radio is off as well. This is a well know issue with STM32 mcus, and the work arround is to disconnect / turn off devices connected...
The windows failures appear to be caused by the serialport module. Already reported upstream. serialport/bindings-cpp#199