error414
error414
Hi, I play with rangefinders, but rangefinders are expensive, inaccurately, or both. Solution could be implement into inav terrain data saved on SD card similar to ardupilot. https://terrain.ardupilot.org . Precise...
Hi, it's support for teraranger evo family lidars. Rangefinder contains two interafaces, serial and I2C, I decided to use I2c becasue it's better use UART for more clever devices. TeraRange...
Hi, I don't like "flying" info on the screen about friends (inav radar), so I created proof of concept of fixed position info about the closest peer. It's new OSD...
Rangerfinder from nanoradar NRA15/NRA24 http://en.nanoradar.cn/Article/detail/id/477.html Works pretty nice. https://www.youtube.com/watch?v=Hrc_3wNdrnU Wiki updated as well.
Changes for https://github.com/iNavFlight/inav/pull/9883 "Fixed position for formation flight / inav radar"
### Describe the bug Neutron F435 AIO with AM32 ESCs. There is not DSHOT outpout for BF 4.5-RC4+. Tested in motor tab. [4.5.0-RC1](https://github.com/betaflight/betaflight/releases/tag/4.5.0-RC1) WORKS [4.5.0-RC2](https://github.com/betaflight/betaflight/releases/tag/4.5.0-RC2) WORKS [4.5.0-RC3](https://github.com/betaflight/betaflight/releases/tag/4.5.0-RC3) WORKS [4.5.0-RC4](https://github.com/betaflight/betaflight/releases/tag/4.5.0-RC4) NO...
It speeds up search in OSD tab. In current code after each charecters is called refresh OSD preview, it's not necessary because search functionality is only filtering, it does not...
Would be nice to change gimbal sensitivity during flight, the easiest way how to achieve it by programming framework. In settings.yaml is mentioned min max values as -16 to 15,...
Currently is gimbal sensitivity possible to set only in configuration tab in inav configurator, it's not possible to change sensitivity durring flight. My suggestion is make possible to change gimbal...
Inav configurator crashes if you change anything in OSD tab, in "Heads-up Display settings". It's casued by https://github.com/iNavFlight/inav-configurator/blob/master/js/gui.js#L129 . These elements have set class "toggle" https://github.com/iNavFlight/inav-configurator/blob/master/tabs/osd.html#L394 but I would say...