Kalyan Sriram
Kalyan Sriram
Hey guys, I just added myself to contributors and wrote a rust hello world script!
**Describe problem solved by this pull request** As discussed on Slack, legacy c parameter files can/should be migrated to the newer YAML module definitions. **Describe your solution** This PR: *...
These are my first thoughts regarding adding an avoidance plugin to MAVSDK. Requirements: In my mind, as per the rest of MAVSDK, this plugin should be self-contained and therefore not...
Traditionally, MAVSDK has been used to connect solely to a drone in order to control it; connecting to other peripherals has been more of an addon than a main feature....
Hello! First of all, thank you so much for writing this project! I've been hoping/thinking about this for a while but never had the expertise to make it happen. This...
Replaces px4iofirmware's own ADC code with the code in platforms/nuttx. This required a couple of things, including switching from use of scratch registers to polling ADC in the main loop....
Pip installation version was not being quoted, causing ">=" to be treated as a shell output redirect rather than a version.
I was a bit confused with how the zig treesitter grammar works, since the existing query does have a boolean capture. However, the logic around reserved identifiers doesn't seem to...