PX4 / jMAVSim

Simple multirotor simulator with MAVLink protocol support
BSD 3-Clause "New" or "Revised" License
82 stars 207 forks source link

Simulator: prevent cross-talk between SDK and QGC #102

Closed julianoes closed 5 years ago

julianoes commented 5 years ago

We don't need the MAVLink nodes on the QGC and SDK ports to talk to each other. Therefore we add separate connections for the two instead of adding both to one connection.