ethz-asl / fw_qgc

QGroundControl Ground Control Station
http://qgroundcontrol.org
Other
8 stars 7 forks source link

QGC with ASL_HIGH_LATENCY message problems #35

Open philipoe opened 7 years ago

philipoe commented 7 years ago

Small bugs observed while testing SatCom. This is just quick-notes made together with @mhugentobler :

mantelt commented 7 years ago

I never noticed that ASL_HIGH_LATENCY would not appear in analyze, except when the mavlink messages were not built in properly...

mhugentobler commented 7 years ago

Right now the communication lost timeout is set to 60s, while we are sending every 40s. So the rate of 1.5 is already there. It was probably a problem only when we both were connected to the iridium server and stole each other every second message. Of course this value can be set to whatever we want with Vehicle::setConnectionLostVariable('timeout in milliseconds').

The analyze widget showed stuff correctly last time we checked.

I will work on fixing the other points once the batteries are soldered.

philipoe commented 7 years ago

How is this progressing?

mhugentobler commented 7 years ago

i pushed the branch fix/energybudget (to be tested in flight) where i fixed points 2 and 6.

will take a look at point 3 next.

i can take a look at point 4 as well but i am not familiar with tcp or udp

philipoe commented 6 years ago

@acfloria Just left this issue open here because the "receive satcom on two different clients" issue is still open.