Stephen Dade

Results 121 comments of Stephen Dade

``GPSInput`` listens on 127.0.0.1:25100 for udp packets containing JSON-formatted gps data. So you will need to send your updated data to that port. The json structure is: ``` { 'time_usec'...

I've tested your code. I needed to change 2 things toget it working: - Add a ``time.sleep(0.05)`` after the ``sendto``, to avoid flooding the link - Set the ``GPS1_TYPE`` parameter...

Hi, I'm in the process of adding the ``MAV_CMD_CONTROL_HIGH_LATENCY`` support to both ArduPilot and MAVProxy. It's still pretty experimental, but your use case (4G/Iridium connections) is an increasingly common use...

> In QGroundControl you can enable the high latency checkbox on only one link. In MavProxy this does not seem to be possible since "link hl on" affects both added...

> Hello @stephendade .I am a beginner in the subject, I would like to know how to activate or send the command MAV_CMD_CONTROL_HIGH_LATENCY by Mission Planner if possible. I would...

> I would like to know how to send the command that activates or switches the transmission to high latency manually from the ground station. Using MAVProxy, you can type...

> @stephendade Thanks for the instruction. I used the command "link hl on" , but there is the message "MAV_CONTROL_HIGH_LATENCY command not supported" in MAVProxy.. And when I log in...

@crashmatt, are you able to fix up the whitespace issue? I'm keen to get this merged in :)

I did have a go a few months ago in trying to update this module. Due to the Cesium API having changed significantly over the past 3 years (_everything_ the...