Hello everyone,
I’m currently working on a project where I need to connect four devices to the Pixhawk (Cube Orange+) via MAVLink. According to the PX4 documentation, there are only three MAVLink instances defined by default: MAV_0, MAV_1 and MAV_2.
My question is:
Is it possible to define and use a 4th MAVLink instance PX4?
If yes
What’s the proper method to configure it?
Are there any system limitations or best practices to follow when running more than three MAVLink connections?
Any guidance or examples would be greatly appreciated!
Thanks in advance.