Commit Graph

7148 Commits

Author SHA1 Message Date
Stephen Dwyer 8e878146e9 updated .gitignore for maps.xml, deleted maps.xml, fixed typo in data/maps/Makefile 2011-08-02 00:46:17 -06:00
Stephen Dwyer 003161cb28 changed dynamic google version update to use maps.xml.example, make won't fail and version won't fall back when no internet, version always updated with interet 2011-08-01 23:43:53 -06:00
Felix Ruess d87202d2da attempt to clean up settings a bit: tuning.xml (and basic.xml) do NOT contain IR related settings anymore! Either use tuning_infrared.xml (or basic_infrared.xml), or add infrared.xml as second settings file 2011-07-31 13:46:16 +02:00
Felix Ruess ee16c20452 Merge pull request #64 from scdwyer/dev
dynamic google_version update and cleaned up os_calls.ml and speech.ml
2011-07-30 16:34:44 -07:00
Stephen Dwyer bd752d0fba cleaned up maps_support.ml 2011-07-28 21:24:55 -06:00
Bernard Davison 159ee17e05 Changed the format of the maps config file 2011-07-28 21:24:55 -06:00
Stephen Dwyer ab88268010 added maps_support.ml lib for getting google version at runtime from simple xml config file, changed gm.ml accordingly 2011-07-28 21:24:55 -06:00
Stephen Dwyer d93c545ac1 os_calls read_process_call now returns string without \n at end, changed speech to use match expr with pattern instead of if then else, cleaner and now possible with no \n after os_name 2011-07-28 21:24:55 -06:00
Felix Ruess 1c523ba767 Merge remote-tracking branch 'paparazzi/master' into dev 2011-07-27 08:07:10 +02:00
Felix Ruess 4746fe38d8 renamed flag NPS to USE_NPS, ifdef USE_NPS around nps specific funtions in imu_b2 sim file 2011-07-27 00:45:47 +02:00
Felix Ruess f79dd3de56 renamed tuning_ins settings files, now tuning_ins.xml should be standard one for everyone, tuning_ins_dcm.xml for debugging ahrs_dcm as well 2011-07-27 00:44:00 +02:00
Felix Ruess 1bf2335fe2 fix imu messages in default_fixedwing_imu.xml 2011-07-26 23:31:17 +02:00
Felix Ruess e431824493 ups, removed accidental text again 2011-07-26 23:21:03 +02:00
Felix Ruess ce86defece updated settings and added raw and scaled telemetry modes for default_fixedwing_imu 2011-07-26 22:59:49 +02:00
Felix Ruess 46deabea48 Merge pull request #62 from scdwyer/master
conditional ivy bus address selection in jsbsim fixedwing
2011-07-25 00:08:29 -07:00
Stephen Dwyer eb24667ab6 added conditional compile for ivy bus address in jsbsim fixedwing sim, darwin or linux 2011-07-24 20:54:22 -06:00
Martin Mueller 7dd9d96df3 add Mediatek MT3329 DIYDrones 1.4/1.6 GPS receiver support, needs testing 2011-07-24 17:01:04 +02:00
Martin Mueller 6b669d111d SHT I2c and thermocouple fixes 2011-07-24 17:00:58 +02:00
Martin Mueller bf46afca9c oops, should be conf/control_panel.xml.example instead 2011-07-24 17:00:46 +02:00
Felix Ruess 035eb8300a Add Meteo Plot Profile through gnuplot. 2011-07-24 16:59:51 +02:00
Martin Mueller 8b3eb0e714 ACAM Picocap Single-chip solution for Capacitance (humidity) Measurement 2011-07-22 18:50:31 +02:00
Martin Mueller 88ff740f9e Allow other sensors to be used for HIH humidity sensor temperature
compensation.
2011-07-22 18:32:24 +02:00
Martin Mueller e8249cda13 Add Universitaet Tuebingen thermocouple sensor. 2011-07-22 18:04:28 +02:00
Martin Mueller 813eee7a8e Add University of Reading Geiger-Mueller counter. 2011-07-22 17:31:19 +02:00
Martin Mueller df54ababd7 Add University of Reading solar radiation sensor. 2011-07-22 17:13:15 +02:00
Martin Mueller 3087da4bf9 Rename internal functions and defines to be able to run SHT and SHT_I2C
in parallel for comparsion.
2011-07-22 16:42:38 +02:00
Felix Ruess faab093370 cam_control: at least fix cam and point so far that it compiles again, this code really would need a lot of love.... 2011-07-21 23:28:14 +02:00
Felix Ruess fbf35b9d9a update cam settings to include new modes. spiral: removed CamAngle, use M_PI instead of 3.14 2011-07-21 22:50:38 +02:00
Felix Ruess e39670ee81 update overview airframe file to now gps subsystem name 2011-07-21 22:49:06 +02:00
Felix Ruess 11622d2a40 Merge remote-tracking branch 'gautier/overview' into dev 2011-07-21 22:24:33 +02:00
Felix Ruess 3b5934cdeb Merge branch 'master' into dev 2011-07-21 22:18:35 +02:00
Felix Ruess 722d2946a0 fix typo, persistent_settings_x instead of persitent_settings_x 2011-07-21 12:54:55 +02:00
Felix Ruess e560dde4fc only store settings ifdef USE_PERSISTENT_SETTINGS 2011-07-21 10:16:03 +02:00
Felix Ruess a59facf40d whitespace cleanup 2011-07-21 08:26:28 +02:00
Felix Ruess ba23809b10 fix imu_ppzuav subsystem makefile 2011-07-21 08:14:51 +02:00
Felix Ruess a33994db74 fix imu_ppzuav subsystem makefile 2011-07-21 08:14:04 +02:00
Felix Ruess 9efd44c04d renamed the ins_ppzuavimu module to imu_ppzuav and moved the source files to sensors. renamed ins_aspirin_via_i2c module to imu_aspirin_i2c 2011-07-20 21:12:13 +02:00
Felix Ruess bf0ace2f3d renamed the ins_ppzuavimu module to imu_ppzuav and moved the source files to sensors. renamed ins_aspirin_via_i2c module to imu_aspirin_i2c 2011-07-20 21:10:58 +02:00
Felix Ruess e56ab4e7d0 fixed jsbsim sim, don't add jsbsim_ir.c to sources twice 2011-07-20 20:25:16 +02:00
Felix Ruess c2876ceaef fixed jsbsim sim, don't add jsbsim_ir.c to sources twice 2011-07-20 20:23:55 +02:00
Felix Ruess a4471089bd example conf, renamed BOOZ2_A6 to Hexa_LisaL and updated it to match Antoines new airframe file name 2011-07-17 14:16:16 +02:00
Felix Ruess 650d42d113 example conf, renamed BOOZ2_A6 to Hexa_LisaL and updated it to match Antoines new airframe file name 2011-07-17 14:16:04 +02:00
Felix Ruess 8123bf0d4e removed superfluous declaration of imu_aspirin_arch_init to get rid of warnings 2011-07-17 14:03:45 +02:00
Felix Ruess 6a6d907652 aspirin imu: fix typo, declare imu_aspirin_arch_init not imu_b2_arch_init 2011-07-17 14:03:39 +02:00
Felix Ruess ff97b5d84f removed superfluous declaration of imu_aspirin_arch_init to get rid of warnings 2011-07-17 13:57:01 +02:00
Felix Ruess 3fae4f1443 fixed uartx_transmit in eg. print, use new makro of new uart driver now. 2011-07-17 13:39:05 +02:00
Felix Ruess ad38a3717d Merge branch 'master' into dev 2011-07-17 13:04:10 +02:00
Felix Ruess 2cf36923f5 renamed the ublox gps subsystems, gps_ublox_utm for ublox series 4 gps, gps_ublox for all more recent ones 2011-07-14 21:07:17 +02:00
Christophe De Wagter 55320f4edc Pull SPI_CS high on Lisa-Fixedwing-Aspirin/PPZUAV: Now lisa-m works in fixedwing aspirin right away 2011-07-14 13:36:29 +02:00
Felix Ruess f51606781f Merge pull request #61 from scdwyer/master
Added Os_calls.ml, updated speech.ml and defivybus.ml
2011-07-10 11:35:56 -07:00