MavLink Protocol for on board Computer

Hi,

I am looking into hosting an external computer/microcontroller on board a copter with an APM. The goal is to provide vision assistance for the sparkfun AVC competition. I have looked into the commands and some arduino Mavlink examples, but I am still struggling with the implementation.

The idea is to have the APM run an autonomous mission but if a waypoint is specified(by the user) as a vision assisted waypoint it will look for an object while flying towards it. If an object is detected then the external computer will request to control the APM. If given control it will enter altitude hold mode, emulate RC controls, and fly the copter until the object is lost. Once the object is lost(hopefully popped in this case), the computer will start the mission where it left off (increment a waypoint), and give control back to the APM. 

The external computer needs to handle the following Mavlink commands:

Send a heart beat

Request pitch of craft

Request altitude of craft

Request Current mission status(the current action the APM is autonomously executing)

Request control

Change flight mode

Send RC Commands

Start mission at specified point

If I read the documentation properly all these commands are supported. I am just not sure how to implement them in arduino. I only understand the heartbeat. 

Does anyone have any advice or some example code involving using an external computer to control the APM/Pixhawk over Mavlink? Or is there a way to see Mavlink packets that are being sent between the ground station and APM? 

The computer can currently track objects and has the logic to emulate RC control if you're wondering.

Thanks,

Daniel

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

Join diydrones

Email me when people reply –

Replies

  • Yeah I went with a higher level software called droneAPI and used it with mavproxy and python scripting. Hope that helps.
    • Raspberry pi. I would recommend something more powerful if you plan to do vision tracking. I maxed out my raspberry pi while it was over clocked to 1gHz. It was only able to achieve a speed of 2hz image processing rate. This also caused drone api to malfunction. Didnt have time to find out why it malfunctioned. I only know it happened at heavy processor and memory usage.

      Note: My code wasn't optimized but it was definitely pushing its limits.

      For something more powerful look at the odroid u3, banana pi, or hummingbird.
      • This reply was deleted.
        • Wow that seems powerful. What is the price tag?

This reply was deleted.

Activity

Jose Araujo liked Jose Araujo's profile
Aug 29
spencer harvey liked spencer harvey's profile
Jul 9
More…