Integrating Custom Script with iNav for SITL Testing on a Quadcopter #17
Replies: 1 comment 1 reply
-
In general, you have to configure flight controller to accept Multiwii Serial Protocol (MSP) on some UART, then communicate via this UART to request or set states. INAV is simple self-contained firmware for enthusiasts. Not many people developed systems where flight controller with INAV firmware is controlled by the exernal device. If you search, you can find some MSP libraries though, not widely used: https://github.com/christianrauch/msp https://github.com/alduxvm/pyMultiWii
|
Beta Was this translation helpful? Give feedback.
-
Hello INAV community,
I'm currently in the process of developing an autopilot system for a quadcopter, with the decision-making software running on a Jetson Nano. My primary objective is to have the quadcopter react in a simulator based on commands sent from my script.
While I've found materials on how to use iNav with manual remote control in SITL and HITL environments, particularly with RealFlight or X-Plane, I'm unsure about the integration process for my specific needs.
My key questions are:
Any insights or guidance on this topic would be greatly appreciated. Thank you in advance!
Best regards,
Nikita Yeryomin
Beta Was this translation helpful? Give feedback.
All reactions