Closed xdwgood closed 3 years ago
Hi @xdwgood!
[Taken partly from here]
Any autopilot can be used as long as you can send position/velocity commands. The core code is autopilot agnostic.
I would suggest writing your own node that subscribes to the /goal topic that MADER publishes (using snapdragon_msgs). Then, use mavros (or whatever) to relay the goal msg to the pixhawk.
Hope this helps!
@jtorde got it,thanks!
Hello developer!
Is there any documentation on how to communicate with mainstream flight controllers (eg:px4/ardupilot)? thanks