3D Robotics

ArduPilotMega Beta code now live!

After more than a 1,000 commits and many thousand lines of code, the public beta of the ArduPilotMega code is now out. You can get it here. Note that the new libraries requires a slightly different installation process, so read the manual so you can put the libraries in the right folder. The code won't compile if you don't. Also, you'll need to be using Arduino 19 or higher.


New features include:

  • An awesome command-line interpreter (CLI) running on APM, which allows you to make most common configurations and setup without having to recompile the code.
  • The CLI also allows you to interactively test all your hardware components--no messing with Arduino code or configuration files if you don't want to!
  • Powerful new scripting commands and flight options.
  • New FastSerial code, replacing the standard Arduino serial code, which makes serial communications lightning fast.
  • The entire code has been re-architected to use libraries, which are shared across the ArduPilot projects. That way we can improve everything from GPS parsers to basic DCM routines and all the projects will immediately inherit the improvements. That not only means better code for everyone, but much easier maintenance for the team.

Speaking of the team, special thanks to the core APM dev team that put in so much work and creativity to get us here. These guys have worked tirelessly on this, with daily coding sessions and weekly dev conference calls, all year. This is a huge project, perhaps the most complex Arduino code ever written, and these are the stars who led it:

  • Jason Short
  • Michael Smith
  • Doug Weibel

With help from some ArduCopter team members:

  • Jose Julio
  • Jani Hirvinen

Config utility wizadry from:

  • Michael Oborne
  • Ted Carancho (ArduCopter Configurator)
And all this made possible by Hardware Ninja Jordi Munoz!

As always, please report all bugs and problems in the Issue Tracker. The developers can't respond to bug reports in blog comments and discussion forums.





E-mail me when people leave their comments –

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

Join diydrones

Comments

  • 3D Robotics
    Adam, that means deleting the "//" before it. All this is spelled out in excruciating detail (with pictures!) in the manual.
  • Can someone explain "un-commenting the line" in the GPS config?
  • 3D Robotics
    The ABC LEDs now all blink together (I'll be updating the manual to reflect this). But if you have GPS lock they should be solid.
  • Just downloaded code, compiles well (no copying of the libraries folder necessary). Seems to run well in MANUAL, FLY_BY_WIRE_A and AUTO mode.

    When I run it (electicity by usb) the LEDs A, B and C blink regularly alltogether. Is this ok and a sign of having recieved a GPS lock?

    Thanks for the good work!
  • 3D Robotics
    Tom, are you confusing APM and ArduCopter? APM has full GPS navigation working already.
  • Just curious when the new Mega GCS is going to be released?
  • Updating Firmware of AruPilot Mega from Repositories @Google Code
  • Hi, I have a question about Ardupilot and Arducopter at the same time.
    When we load Arducopter in the board and at a latter stage I load Ardupilot in the same board do I loose the EEPROM configurations that each other did?
    My question is if they share the same EEPROM addresses or if we can keep swapping the code and no settings will be lost.
    I'm asking because I'm planning to use the same board to my plane and my quad.

    Thanks,
    Leonardo
  • @Dave Whittington
    Arduino 21 is out (over a week now) perhaps using the latest will fix it for you.

    Also make sure to put the sketchfolder as told in the manual otherwise it won't work.
    I use a separate install just for APM as I received errors from APM when using it like my other projects then changed it to as the manual and now my other give error. Separate was just a quick fix and means its always lovely
  • Developer
    Yes Sandro is our man to greate all those stunning 3D graphics.
This reply was deleted.