You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program doesn't seem to recognize the vehicle. Specifically, mavsdk.systems().size() always equals 0. In QGC, I enabled mavlink forwarding and specified the IP address of the pi and UDP port. Both devices are able to ping each other. Has anybody encountered this issue?
The text was updated successfully, but these errors were encountered:
I enabled mavlink forwarding and specified the IP address of the pi and UDP port.
So, you set it to e.g. 192.168.1.42:14445? That all seems like it's correct. I can recommend using Wireshark to check if the packages are forwarded correctly.
I went ahead and downloaded QGC v4.0.11, and MAVlink forwarding doesn't seem to be available. Is that something that was removed in later versions? If I want to use forwarding on MAVSDK, how do I specify a UDP port in QGC?
I am currently trying to forward MAVlink messages from QGroundControl to a Raspberry Pi. I'm using MAVSDK to listen to a specific UDP port:
ConnectionResult conn_result = mavsdk.add_any_connection("udp://:14445");
The program doesn't seem to recognize the vehicle. Specifically, mavsdk.systems().size() always equals 0. In QGC, I enabled mavlink forwarding and specified the IP address of the pi and UDP port. Both devices are able to ping each other. Has anybody encountered this issue?
The text was updated successfully, but these errors were encountered: