Commit Graph

7415 Commits

Author SHA1 Message Date
Gautier Hattenberger 1d154b68de update ENAC frames 2011-09-28 16:07:00 +02:00
Gautier Hattenberger 6a1c3aabb9 fix booz_minimal telemetry 2011-09-28 16:07:00 +02:00
Gautier Hattenberger f2540f6259 add a joystick to control cam payload on booz 2011-09-28 16:07:00 +02:00
Gautier Hattenberger 1df63188d8 add time feature to nav_poles module 2011-09-28 16:07:00 +02:00
Gautier Hattenberger 5f14a3d219 booz_drop module update 2011-09-28 16:07:00 +02:00
Gautier Hattenberger 457b44acdb improve booz_cam module 2011-09-28 16:07:00 +02:00
Gautier Hattenberger ca92bf002b noise filter and threshold for cmpl euler filter 2011-09-28 16:07:00 +02:00
Gautier Hattenberger d61acb3c1a add HIGH_ACCEL flag to pprz dcm filter 2011-09-28 16:07:00 +02:00
Gautier Hattenberger 23a1297ea1 fix ref when not using it 2011-09-28 16:07:00 +02:00
Gautier Hattenberger 4d51257288 add ADC to umarim board 2011-09-28 16:07:00 +02:00
Gautier Hattenberger 14cc424314 add time limit to nav_poles 2011-09-28 16:07:00 +02:00
Gautier Hattenberger 322fbe6c59 airframe files 2011-09-28 16:06:59 +02:00
Felix Ruess 2c7e52e1ac Merge pull request #69 from x-sven/nav-fix
Sven's fix for "servo ticking" in auto1
2011-09-27 05:05:01 -07:00
Sven Lorenz 78605b4f41 my fix for "servo ticking" in auto1 2011-09-26 20:37:00 +02:00
Felix Ruess 9045c05afe Merge branch 'gps_ucenter' into dev 2011-09-18 22:11:17 +02:00
Christophe De Wagter e3e854d080 U-Center now also works fine on other ports than UBLOX_UART1 2011-09-09 13:19:24 +02:00
Gautier Hattenberger 3113ebea5a fix a bug in the check_motor mechanism (NavResurrect was not possible
any more)
2011-09-08 19:04:42 +02:00
Christophe De Wagter adbfa95b9e Comments 2011-09-08 17:09:39 +02:00
Christophe De Wagter 76ef15c2e0 Restructure the file. Readability update. 2011-09-08 16:56:20 +02:00
Christophe De Wagter c97117efb6 Extra baudrates for our NMAA 4800 default ublox 2011-09-08 16:55:39 +02:00
Christophe De Wagter b715f408f8 Removed GPS_CONFIGURE + added I2C config: please use the UCENTER module now 2011-09-08 15:54:19 +02:00
Christophe De Wagter 9362fe2fbd U-Center Onboard Ready 2011-09-08 14:30:19 +02:00
Christophe De Wagter d0ae546fe6 Auto-Baudrate on startup, Version Info From UBlox 2011-09-08 13:31:40 +02:00
Christophe De Wagter 0fcc8813d7 Basic UCenter Functions Running 2011-09-08 09:27:40 +02:00
Christophe De Wagter b09d04bbb6 UCenter Onboard 2011-09-08 09:09:32 +02:00
Felix Ruess f5531a4a8e Merge branch 'dev' 2011-09-03 22:59:52 +02:00
Christophe De Wagter 71da5b05ee CHIMU GPS speed feedback update 2011-08-30 17:17:16 +02:00
Felix Ruess f8d4f5f662 fix altitude in kml export of log plotter, gps messages now have alt in mm, we should probably use the alt unit in the first place 2011-08-27 18:48:34 +02:00
Felix Ruess eb7b6b531b Merge branch 'master' into dev 2011-08-27 09:40:20 +02:00
Gautier Hattenberger 023d2b9ae4 change check_motor_on state machine 2011-08-25 16:22:38 +02:00
Gautier Hattenberger f2ece68b6c fix scaling, hmsl is in mm now 2011-08-25 14:41:20 +02:00
Felix Ruess 86cc876919 removed infrared_event from main_ap as this is called directly if the infrared_i2c module is used 2011-08-24 22:00:16 +02:00
Felix Ruess 31c0a1df51 removed infrared_init and infrared_update from main_ap as these are called from the used infrared module 2011-08-24 21:53:35 +02:00
Felix Ruess 893a18846a fix typo via github web interface 2011-08-24 12:10:44 +03:00
Felix Ruess 2798cb1d25 take infrared code out of ahrs_infrared subsystem, you need to load an infrared module now 2011-08-24 00:19:19 +02:00
Felix Ruess 031918288a define infrared adc channels for stm32 in infrared_adc module 2011-08-23 23:54:51 +02:00
Felix Ruess 29fe07c8a3 removed IR_ADC_READ_ONLY flag, was only used in infrared_adc anyway and should not be needed anymore, as the estimator is not updated in UpdateIRValue anymore 2011-08-23 23:47:23 +02:00
Felix Ruess 449942e361 change attitude_infrared subsystem to ahrs_infrared in all airframe files and print a warning if old attitude_infrared subsystem is still used (but will work as it just includes ahrs_infrared) 2011-08-23 21:57:32 +02:00
Felix Ruess fe192847b6 add USE_AHRS_ALIGNER flag to imu based ahrs makefiles 2011-08-23 21:43:19 +02:00
Felix Ruess c40433d03d swap ifdef conditions in downlink, as ahrs_infrared now also defines USE_AHRS, but ahrs_timeout_counter is only used for imu based ahrs 2011-08-23 21:13:11 +02:00
Felix Ruess 13533fdc49 in main_ap: added USE_AHRS_ALIGNER flag and only include aligner if this is defined. Only run imu callbacks if USE_IMU and USE_AHRS is defined. ahrs_infrared does not have an aligner and does not use an imu 2011-08-23 21:11:37 +02:00
Felix Ruess e026791d7f in main_ap: call ahrs_update_infrared and ahrs_update_gps instead of estimator_update_state_infrared 2011-08-23 21:07:31 +02:00
Felix Ruess a8734e8a3d removed estimator stuff from infrared. estimator_update_state_infrared not called from UpdateIRValue anymore 2011-08-23 21:05:28 +02:00
Felix Ruess 3b8d8c2faf removed infrared stuff from estimator 2011-08-23 21:03:59 +02:00
Felix Ruess 9f79f18844 added ahrs_infrared subsystem makefile and updated the code 2011-08-23 21:02:31 +02:00
Felix Ruess 68866e572f started ahrs_infrared 2011-08-23 18:52:31 +02:00
Felix Ruess 3c46d03602 make parameter FACE_REINJ_1 of ahrs_int_cmpl_euler default to 1024 if not define in airframe file 2011-08-23 17:42:22 +02:00
Felix Ruess a112535037 always include i2c driver for fixedwing firmware as well, no extra subsystem needed anymore 2011-08-23 17:37:27 +02:00
Felix Ruess 1987d26b88 add possibilty to use ahrs_int_cmpl_euler for fixedwings 2011-08-23 17:34:05 +02:00
Felix Ruess cce5d4d9ff fix ahrs rates when copying to fw estimator 2011-08-23 17:33:13 +02:00