Replies

  • As it's the second day that the wiki is down,
    I asked the ccc-fr mailing-list what happened and if I can have
    a copy of my page from the last backup.

    A part of the info can be found at
    http://sourceforge.net/userapps/mediawiki/marcuswolschon/index.php?...
    http://marcus.wolschon.googlepages.com/Marcus_Paparazzi_for_gumstix...
    http://marcus.wolschon.googlepages.com/Marcus_Paparazzi_for_gumstix...
    (Soruceforge changed the URLs.)

    Marcus
  • Hello Marcus,
    i am a new member here and very interested by UAV for amateurs.
    I am getting a lot of useful informations on this site and trying to discover and learn a lot of things about UAV
    I discovered also Paparazzi open source project.
    I found your project of porting Paparazzi to linux on a Gumstix Processor board.
    The link http://ccc-fr.de/index.php/Dronenbau is not working any more...
    Can i find your project documentation on an other link ?
    Also, did you continue on this or are you planning to continue this project in the future ?
    Thanks a lot
    Best regards

    PS: My congratulations to Chris and all members here for this great site and community on UAV's.
    Very useful informations , guides, exchanges for a beginner are provided here !
    THANKS!!!
  • I'm confused myself.
    Last week they mentioned on the gumstix-mailing-list that they where to announce the
    board on friday, then postponed it to monday.
    Not thats 2 days ago and nothing except the preview is online still.

    Marcus
  • As far as I know booz is a method of looping Paparazzi through flightgear as a simulation-environment.

    I was and am quite busy with 2 other free software projects (the Traveling Salesman navigation-system
    for OpenStreetMap and jGnucashLib) so my drone is still only flying RC because I did not
    come around to solder the ADC for the IR-sensors.

    The controls work very much like a plane, so in simulation there was no change of any basic rule
    required. Just tuning. I think that will change once I get down to automatic landing and of cause
    it reacts very slowly to changes compared to a plane.

    On the Gumstix-Mailing-List it was announced that there will be a gumstix-board for UAVs
    published tomorrow. So maybe I can use that one to get around my little adc-soldering-issues
    (0.5mm pitch)
  • You can find the (german) project-documentation on http://ccc-fr.de/index.php/Dronenbau .

    I have a gumstix, 4-IR -board, 2-IR-board and a working airframe.
    However I did not yet manage to solder the very tiny pitch of the I2C ADC I wanted to use.
    On the Gumstix-Mailing-List however there is a new post from today on using the 2 ADC-channels
    on the Gumstix-board, so I can do without the external ADC.

    Here is my code:
    http://marcus.wolschon.googlepages.com/Marcus_Paparazzi_for_gumstix...

    * a virtual serial-port connecting to GPSD is included
    * pararazzi can do NMEA now (to use the GPSStix)
    * downlink via UDP is included
    * TCP/IP via mesh-networking (OLSR) works
    * Backup-Link via Bluetooth works

    TODO:
    * write the required code for the ADC (trivial now)
    * test the servo-code (using gpio-pins on the gumstix and the internal timers)
    * find out the format of the messages to write the uplink-via-UDP -code.
    * find a servo-controlled switch to switch the engine+steering -channels from the AP to RC-receiver for manual override
    * I need a stable power-supply for the gumstix.

    How did you do the interface with the gumstix-module?
  • does it require a data modem?? or can the flight be pre-planned on the ground?
  • I'm working with paparazzi.
    The airborne was quite a step to learn but now it's working.
    (I had to add not only a new airframe but a new build-target with different sensors.)
    You can get it running on their arm7-based system, on atmega-microcontrollers and now even as a linux-usermode-program.
    It works with 2 or one controllers (separate servo-control and navigation in 2 controllers or 2 processes in one controller).
    As you can see, the build-system is quite flexible and hardware-independent.
    There are also multiple modems to choose from for telemetry.

    The ground-station looks very cool and in good for controlling multiple airframes but the problem it, that it is written in ocaml.
    (The airborne code is plain C.) Thus the ground-station is hard to modify unless you spend a lot of time to learn the language first.

    You are no longer right about the gyros as there is code to support these and some people are controlling
    quadcopters instead of fixed-wing-aircrafts with it. The usual drone will still have IR-thermopiles.

    It also featues a booz-based simulation-environment, to test yout autopilot in flightgear.
  • 3D Robotics
    Yes, we've got that on the resources page linked from the front page here:
    http://diydrones.com/profiles/blog/show?id=705844%3ABlogPost%3A788

    The Paparazzi project is distinctive for using and IR sensor like the FMA Co-Pilot, rather than a gyro-based IMU, for stabalization. It's computationally a lot easier and I'm told works very well. That's the open source autopilot that is used by many of the contestants in the European UAV contests.

    If anyone wants to start a Paparazzi project and document it here, I'd be happy to feature it on the front page. It's at the high end of our range, but not beyond it.
This reply was deleted.

Activity