Télécharger la liste

Description du projet

autopilot is a command and control system for
Unmanned Aerial Vehicles. It provides hands-off
flight controls for helicopters and simple "moving
map" control for the ground station. Manual
control is similar to operation under IFR with three
axis EFIS.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-25 22:44
2.5

La couche réseau de télémétrie a été retravaillé pour utiliser horodatés et étiqueté datagrammes UDP. Cela évite les problèmes de perte de paquets TCP avec l'origine du flux de données complète d'être perdu. Le conducteur servo prend désormais en charge à grande vitesse ( "digital") servos de JR et Futaba sur les 2,4 conseils Rev. Rev 2.2 conseils d'administration doivent modifications matérielles pour soutenir les nouveaux servomoteurs. La radio PCM1024 Futaba format peut être décodé en temps réel. Tous les codes de l'interface graphique ont été enveloppés dans des widgets Fltk pour un aspect plus professionnel.
Tags: Major feature enhancements
The telemetry network layer has been reworked to use timestamped and tagged UDP datagrams. This avoids the problems with dropped TCP packets causing the entire data stream to be lost. The servo driver now supports high speed ("digital") servos from JR and Futaba on the Rev 2.4 boards. Rev 2.2 boards require hardware modifications to support the new servos. The Futaba PCM1024 radio format can be decoded in real time. All GUI codes have been wrapped into Fltk widgets for a more professional appearance.

2002-06-24 06:54
2.3

Le simulateur d'hélicoptère et peut maintenant être piloté par l'émetteur Futaba Buddybox grâce à notre interface port / formateur. Le simulateur a été repensé pour être beaucoup plus modulaire et utilise maintenant une bibliothèque typesafe vecteurs mathématiques. Le contrôleur de vol dispose d'une interface SWIG. Le code rev2 prototype est beaucoup plus efficace et plus trac maintenant sous haute charge d'interruptions.
Tags: Major feature enhancements
The simulator and helicopter can now be flown with Futaba transmitter through our buddybox/trainer port interface. The simulator has been redesigned to be much more modular and now uses a typesafe vector math library. The flight controller has a SWIG interface. The rev2 prototype code is much more efficient and now longer jitters under high interrupt load.

2002-03-11 18:41
2.2

Cette version ajoute un simulateur d'hélicoptère OpenGL pour les tests sur le système de mesure inertielle (IMU) et d'étalonner l'attitude / la position de référence (AHRS). Les données d'inertie, soit à partir du simulateur ou à partir de l'IMU sur l'hélicoptère réel, s'inscrit dans un filtre de Kalman qui peut fonctionner à la station au sol ou sur le tableau en temps réel.
Tags: Major feature enhancements
This release adds an OpenGL helicopter simulator
for testing out the inertial measurement system
(IMU) and for calibrating the attitude/heading
reference (AHRS). The inertial data, either from
the simulator or from the IMU on the real
helicopter, feeds into a Kalman filter that can
run on the ground station or on the realtime
board.

2002-01-27 10:04
2.1

Cette version est la deuxième grande restructuration du code. Tout pour le système embarqué a été empaquetés dans de bord / avr / mainloop.c et l'installe à partir de là. Comme pour les 2.0, ce qui exige l'usage des BPC ou un STK500 avec Mega163 raccordés avec les mêmes connexions. La station au sol ne fonctionne pas avec le courant de sortie en raison de problèmes à bord de type UART.
Tags: Major bugfixes
This version is the second major restructuring of the code. Everything for the onboard system has been packaged into onboard/avr/mainloop.c and installs from there. As with 2.0, this requires the custom PCB or an STK500 with Mega163 hooked up with the same connections. The ground station does not work with the current output due to UART problems onboard.

2002-01-13 19:29
2.0

La est la première grande restructuration du code et le premier port aux conseils personnalisés circuit. Le niveau de 1,0 Rev circuits ont été produits et piratés. Les essais statiques ont été couronnés de succès avec le fichier. / / Gs programme SIFE et le fichier. / Interne / src / programme flybywire. Le code à bord a été divisé en une bibliothèque AVR et le programme automate. Le Mega163 est l'architecture par défaut, puisque c'est ce qui est à douille sur le PCB nouvelle. ADC est interrogé plutôt que d'interrompre conduit et est réduit à la référence de tension interne. Un PID (Proportionnelle / Intégrale / Dérivé) bibliothèque de boucles de contrôle a été ajoutée.
Tags: Major feature enhancements
The is the first major restructuring of the code and the first port to the
custom circuit boards. The Rev 1.0 circuits have been produced and hacked.
Static tests have been successful with the ./efis/gs program and the
./onboard/src/flybywire program. The onboard code has been split into a AVR
library and controller program. The Mega163 is the default architecture, since
that is what is socketed on the new PCBs. ADC is polled rather than interrupt
driven and is scaled to the internal voltage reference. A PID
(Proportional/Integral/Derivative) control loop library has been added.

Project Resources