Thanks everyone for all the help I have been getting. I was wondering if there are instructions on how to setup the ArduCopter code. For example, how to calibrate the gyros, radio, and anything else I might want to do.
Here is my situation. I have my own camera setup and code that I have written to proform optical flow on a ATMEGA 2560 and now I need to incorporate this onto the ARDUPILOT 2.5.
Question:
Where header file should I be modifying to ad my code in. I kno
I do work a lot with Visual Studio its a great tool for C++.
Until the version 2.68 of arduplane I could compile and upload the code directly from Visual Studio. But now as we need to use the Arduino 1.0.3 Visual Studio can't compile it anymore prob
I've been happily flying and being flown by my apm2 tricopter since pretty much it came out. I've never dabbled in altering or writing code.......until now.
I've been trying to make a start on learning Ardupilot development by compiling the Arduplane code and playing around with some of the examples in the Ardupilot library. But I haven't been able to get anything to compile using the Ardupilot/Ar
I am progressing to the flight phase of my skywalker set up and interested in adding auto landing function. the flight mode wiki does not contain details about auto landing function. Does anyone complete writing the script for this feather??
I am planning to write my own code without using arduplane's code. I tried to include the library file from arduplane into my own code to get the IMU data output (roll pitch yaw, acceleration and GPS) but it doesn't work. May i know how I can achieve
I'm currently working towards my B.S. degree in Aerospace Engineering at FH-JOANNEUM, Austria. My thesis work involves the development of a flight control system for a flying wing UAV. I'm using the APM 2 with the ArduPlane software. I sta
I am using the APM2.5 board , and i am trying to build a quadcopter, and i am trying to run the MPU6000's code in an arduino project to understand the code , but i am not able to run the code a mean to compile the code actually , then i have to
I've been following the instructions http://code.google.com/p/ardupilot-mega/wiki/Git and right now I'm trying to create a local clone of the repository. (im having trouble because of a lousy internet connection) anyway if you have problems with ma
When trying the AP_Motors test I receive the following error. (gif image attached) Can someone please explain why? The motors arm (1,2,3 beep test) arducopter code uploads without error...