Hi,

      Does anyone work on the two aircraft synchronization project? I am trying to modify the waypoints and the airspeeds of two aircraft over UDP from my UAV sync program. Is it possible to send these updating info to Mission Planner over UDP by Mavlink? Thanks a lot.

Scott

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • I have implemented my above idea.

    I made a UDP server (UAVSyncSock) in simulation.cs to exchange the aircraft telemetry and control commands between MP and my UAVSync program.

    All the telemetry data can be found in the class MainV2.cs (CurrentState).

    Mavlink Comm functions are handled by Mavlink.cs ( so indeed, we do not need to worry about the communication between AP and MP)

    Here is the Simulation.cs I modified.

    Simulation.cs

  • check this out. Also, if you are using MAVlink protocol to update stuff(waypoints/gains etc) through your UAV sync program, you'd like to check out MAVproxy interface too.

This reply was deleted.

Activity