0

I am curious on how to communicate QGroundControl on my laptop to the FCU, pixhawk4, which is connected to my raspberrypi 4, running ubuntu 18.04. I am using the PX4 toolchain as my flight controller unit and MAVROS as my companion computer.

1 Answers1

0

There are a lot of workarounds for this but the simplest you can do is:

  1. Connect both Host and pi with the same network.

  2. use mavlink-router to route packets to your host's ip and simply open QGC. In most cases QGC automatically detects the connection.

Asif
  • 13
  • 3