Commit Graph

3368 Commits

Author SHA1 Message Date
Felix Ruess 67976d16fc Merge branch 'dev' into only_radians 2011-12-07 16:48:36 +01:00
Felix Ruess e4246d9ee0 removed old booz telemetry file 2011-12-07 16:37:21 +01:00
Felix Ruess e673dad8f8 Merge branch 'master' into dev 2011-12-07 03:28:59 +01:00
Felix Ruess 8cf2767d39 fix RADIO_CONTROL_LED for lisa/m 2011-12-07 03:24:57 +01:00
Felix Ruess dc81b4bdf6 renamed BOOZ_START_DELAY to ACTUATORS_START_DELAY and updated airframe files accordingly 2011-12-06 20:22:53 +01:00
Felix Ruess 73d15af8ba Merge branch 'master' into dev 2011-12-06 20:19:03 +01:00
Felix Ruess bc8e4e7bcf added subsystem makefiles for aspirin v1.0 and v1.5
See github issue #96 and plese report other channel/sign problems with other aspirin versions.
Please replace <subsystem name="imu" type="aspirin"/> with <subsystem name="imu" type="aspirin_v1.0"/> (or aspirin_v1.5) in your airframe file.
2011-12-06 19:40:07 +01:00
Felix Ruess 3269a1f7c7 added comment to actuators_mkk makefile about I2C_TRANSACTION_QUEUE_LEN 2011-12-06 19:22:18 +01:00
Felix Ruess b1f1d93a50 Merge branch 'master' into dev 2011-12-05 23:14:02 +01:00
Felix Ruess 84adda8309 Merge pull request #75 from paparazzi/trim_fixedwing
Trim Fixedwing Inflight: Stop abusing ins_neutral/ir_neutral
2011-12-05 14:11:46 -08:00
Felix Ruess 977bc6debe added trim to a few more tuning files 2011-12-05 22:57:58 +01:00
Felix Ruess a6f4929e40 Merge branch 'master' into dev 2011-12-05 22:35:00 +01:00
Felix Ruess fc4c250cb6 explicitly configure a RADIO_CONTROL_DATALINK_LED if wanted 2011-12-05 20:39:30 +01:00
Felix Ruess 9329809f53 make it possible to set RADIO_CONTROL_LED to none 2011-12-05 20:23:33 +01:00
Felix Ruess d11b746efa replaced unit="radians" with unit="rad" since radians is not recognized as a known unit 2011-12-01 17:38:12 +01:00
Felix Ruess 229b427875 set some reference rate values with unit="deg/s" instead of RadOfDeg macro 2011-12-01 17:15:26 +01:00
Felix Ruess faf85f6338 set some roll and pitch max values with unit="deg" instead of RadOfDeg macro 2011-12-01 16:43:22 +01:00
Felix Ruess 9466854859 set some roll and pitch neutrals with unit="deg" instead of RadOfDeg macro 2011-12-01 16:34:50 +01:00
Felix Ruess fdf63bcd42 set BODY_TO_IMU_x with unit="deg" instead of RadOfDeg macro 2011-12-01 16:28:16 +01:00
Felix Ruess 16524fffda use the new automatic conversion with unit="deg" to radians instead of RadOfDeg 2011-12-01 16:05:24 +01:00
Felix Ruess 0e3bc1cdfa removed defines of GLIDE_AIRSPEED, GLIDE_VSPEED and GLIDE_PITCH. They were only ever used in the mav07.xml flight plan... 2011-12-01 15:54:19 +01:00
Felix Ruess 4e6ff045b7 Revert "updaded all airframe files to set IR neutrals in radians"
Not needed since unit="deg" is automatically converted to radians now
This reverts commit 6b3c694a48.
2011-12-01 01:24:08 +01:00
Felix Ruess 778c20931e Revert "set unit to rad for PITCH_NEUTRAL_DEFAULT and ROLL_NEUTRAL_DEFAULT"
Not needed since unit="deg" is automatically converted to radians now
This reverts commit 6a7a0bbae5.
2011-12-01 01:23:03 +01:00
Felix Ruess fd058ee7d4 added code_unit attribute to section defines in airframe file parsing
always convert degrees to radians, unless explicitly stated otherwise
* if unit and code_unit are specified the value is converted to code_unit and then written to the generated airframe.h file
* this works for default units like deg<->rad, m<->mm, etc.
* only works if the contents of the value attribute can be converted to float, otherwise string is simply copied
* special treatment for unit="deg": if code_unit is not specified, will be converted to rad nevertheless, if this is not wanted explicitly specify code_unit="deg"
2011-12-01 01:12:25 +01:00
Felix Ruess 9d71e49f85 set alt_unit to degrees for pitch and roll neutrals in settings files 2011-11-30 20:12:27 +01:00
Felix Ruess 6a7a0bbae5 set unit to rad for PITCH_NEUTRAL_DEFAULT and ROLL_NEUTRAL_DEFAULT 2011-11-30 19:42:15 +01:00
Felix Ruess 986142573a bound trim values at 10% of max command value 2011-11-29 17:30:39 +01:00
Felix Ruess 6b3c694a48 updaded all airframe files to set IR neutrals in radians 2011-11-29 01:04:39 +01:00
Felix Ruess 567a7e2563 changed IR_PITCH_NEUTRAL_DEFAULT and IR_ROLL_NEUTRAL_DEFAULT to radians 2011-11-29 00:26:34 +01:00
Felix Ruess 4be15501fa changed IMU_MAG_OFFSET to radians 2011-11-29 00:23:56 +01:00
Felix Ruess 2661ce2c49 Merge branch 'master' into dev 2011-11-25 23:36:18 +01:00
Felix Ruess 87096f5340 try to fix gc-sections for stm32, error before was arm-none-eabi-gcc: error: unrecognized option '--gc-sections' 2011-11-25 22:59:53 +01:00
Gautier Hattenberger 454d8b055f update airframe to new gyro system and fix ir_i2c in sim 2011-11-25 15:58:49 +01:00
Felix Ruess 9da17235b8 yai has no imu 2011-11-24 19:03:47 +01:00
Felix Ruess f0e0efb517 removed obsolete sections in ChimuLisaFw.xml airframe file 2011-11-24 17:57:51 +01:00
Felix Ruess c8a2220922 removed some old GYRO_NB_SAMPLES defines, use configure of imu_analog subsystem instead. moved some old ENAC airframes to obsolete dir 2011-11-24 16:32:19 +01:00
Felix Ruess c4c8925298 Merge branch 'imu_analog_gyro' into dev 2011-11-24 15:51:47 +01:00
Christophe De Wagter d61505b367 Merge branch 'imu_analog_gyro' of github.com:paparazzi/paparazzi into imu_analog_gyro 2011-11-24 15:47:31 +01:00
Felix Ruess 686a26b356 Merge branch 'master' into dev 2011-11-24 15:45:52 +01:00
Felix Ruess 83601512c4 Merge pull request #81 from paparazzi/imu_analog_gyro
replace separate roll and pitch gyro subsystems with an imu subsystem
2011-11-24 06:33:41 -08:00
Felix Ruess fe0151c005 removed gyro from twinjet example 2011-11-24 15:29:24 +01:00
Felix Ruess 7e9704edd0 removed obsolete MILLIAMP_PER_PERCENT and BATTERY_SENS defines in airframe files, they don't do anything anymore 2011-11-24 15:05:21 +01:00
Felix Ruess 11bdcb672b common part for all booz2 imu subsystem makefiles 2011-11-24 10:42:11 +01:00
Felix Ruess b1c8d2af45 removed obsolete DATALINK section from airframe files 2011-11-24 01:40:56 +01:00
Felix Ruess 0f6fa1b7ec added imu_yai subsystem, deprecated imu_booz subsystem. instead use type yai, b2_v1.0, b2_v1.1 or b2_v1.2 as appropriate 2011-11-23 16:52:03 +01:00
Felix Ruess 452533384f define USE_IMU in imu_b2 subsystem makefiles, needed for fixedwings 2011-11-23 16:39:48 +01:00
Felix Ruess ee233796ac moved the imu_b2 subsystems from rotorcraft to shared 2011-11-23 16:24:24 +01:00
Gautier Hattenberger 4de4dcb1fa modify ads1114 driver to use 2 modules (same i2c bus for now)
add airspeed_ads1114 module
modify baro_board module (baro for umarim) to use airspeed when airspeed_ads1114 is loaded
2011-11-23 14:58:38 +01:00
Christophe De Wagter 316ce9d6ca all rotorcraft sim stuff in fdm_nps.makefile 2011-11-23 14:39:22 +01:00
Christophe De Wagter dcd15577d5 Merge branch 'i2c_sim_v2' 2011-11-23 14:36:33 +01:00