Commit Graph

8026 Commits

Author SHA1 Message Date
Bernard Davison 4f2fbbca79 Excluding the sim target for the new example config on mac since it fails due to a JSBSim error 2012-03-21 17:31:49 +11:00
Bernard Davison 62299b78d8 Updated the example airframe for Lisa/L with Aspirin_v1.5 and Overo. Still more work to do but it's better than it was. 2012-03-21 17:20:20 +11:00
Bernard Davison 7b486eeb8f Correcting the aircraft id conflict 2012-03-21 17:03:34 +11:00
Bernard Davison b2ec5485e2 Building the correct target aircraft for the LisaL/02_With_aspirin_v1.5_and_overo.t test cases. 2012-03-21 16:42:44 +11:00
Bernard Davison 975c8a9c1b Cleaning up make errors when running make clean.
Not cleaning up the test results multiple times.
2012-03-21 15:43:45 +11:00
Bernard Davison 763bd7234d Adding a clean target to the tests make file to fix a warning when running make clean.
Corrected a typo in the LisaL tests.
2012-03-21 15:21:42 +11:00
Bernard Davison d743651832 Correctly targeting the Microjet when starting the launchsitl process. 2012-03-21 15:03:31 +11:00
Bernard Davison 406fe3f3cc Cleaning up the reporting of example airframe compile test messages.
Fixing the linux find command issue.
Adding a check to see if the Ivy module will load and then skipping tests if it fails to load.
2012-03-21 14:57:43 +11:00
Bernard Davison a0899c7623 trying to fix an error on Linux for the finding of test directories. 2012-03-21 14:06:29 +11:00
Bernard Davison 2c9f962523 Changing the testing to not run hardware tests by default.
Started to create some sim testing for the Microjet.
Removed the test_all_examples target.
2012-03-21 13:56:33 +11:00
Bernard Davison 9bfb5ef9a2 Making the /Error/ regex match on word boundries so it won't match i2c_error for example. 2012-03-20 14:48:53 +11:00
Bernard Davison cc050c4781 Commenting out tests that are known to fail on Mac due to JSBSim. 2012-03-19 21:34:54 +11:00
Bernard Davison f6e510d63a Merge branch 'dev' of github.com:paparazzi/paparazzi into hardware_test 2012-03-19 20:50:48 +11:00
Felix Ruess e666b29c50 ins_xsens module: removed GPS_FIX defines again, they are back in gps.h... sorry... 2012-03-16 16:02:12 +01:00
Christophe De Wagter 3c3e5eb699 SD Logger Init Uarts 2012-03-16 15:54:31 +01:00
Christophe De Wagter 8bc0e9f095 Merge branch 'dev' of github.com:paparazzi/paparazzi into dev 2012-03-16 15:44:04 +01:00
Christophe De Wagter 3079e923ac Fixes for the XSens, Chimu, Catapult in paparazzi4 2012-03-16 15:37:28 +01:00
Felix Ruess bf6a0b4932 gps mtk: moved some defines from header to c file, as we don't want/need them to be defined everywhere where we include gps.h 2012-03-16 12:27:55 +01:00
Felix Ruess 09ea6f1b1f gps subsystem: really need to define GPS_FIX_x in gps.h and convert all implementations to the same fix mask
airborne it would work, but GCS, etc. of course rely on 0->nofix 3->3d-fix in the messages
2012-03-16 12:22:40 +01:00
Felix Ruess fdacc93040 added GPS_INT and GPS_LLA messages to fixedwing for debugging 2012-03-16 03:41:47 +01:00
Felix Ruess e0a333437e gps skytraq: fix typo.. endif not else 2012-03-16 03:08:03 +01:00
Felix Ruess 9a6c5d6707 gps skytraq: fix latitude, longitude and altitude units 2012-03-16 02:53:10 +01:00
Felix Ruess db04f48b9c added a radio config file for a modded turnigy 9x with jeti module 2012-03-15 23:49:05 +01:00
Felix Ruess 04e186d87a fraser airframe: update mag calib and update mixing for new mounting order 2012-03-15 23:39:07 +01:00
Felix Ruess d6d6b26c3a gps: include only common_nav.h instead of nav.h, as that is sufficient for nav_utm_zone0 2012-03-15 17:26:40 +01:00
Felix Ruess 6b8aa3bc49 rotorcraft guidance vertical: include generated airframe before checking SUPERVISION_MIN_MOTOR 2012-03-15 16:04:36 +01:00
Felix Ruess c1f911023c Merge branch 'master' into dev 2012-03-15 13:24:55 +01:00
Felix Ruess eee588361e Merge branch 'aspirin2' into dev
* Magnetometer In Aspirin 2.0/2.1 works via SPI Slave
2012-03-15 13:15:38 +01:00
Christophe De Wagter aa79ff1675 Catapult Launch Update 2012-03-15 12:28:22 +01:00
Gautier Hattenberger 69d2909d01 scale instead of chop RC values 2012-03-14 19:19:54 +01:00
Gautier Hattenberger 23e6523c0b fix bounds and scaling in vertical control and adaptation 2012-03-14 18:55:55 +01:00
Felix Ruess 4369af211d removed some old BOOZ2_SONAR cruft 2012-03-14 18:53:56 +01:00
Felix Ruess d9ff71059c minor lisa_m makefile cleanup, allow configuration of of GPS_PORT for lisa_m_2.0 2012-03-14 17:42:00 +01:00
Felix Ruess c81c662c19 some doxygen doc updates for guidance_v 2012-03-14 16:08:52 +01:00
Christophe De Wagter 97b9f7e0c1 Merge branch 'master' of github.com:paparazzi/paparazzi into aspirin2 2012-03-14 15:31:25 +01:00
Christophe De Wagter c5a4793c56 Magnetometer In Aspirin 2.0/2.1 works via SPI Slave 2012-03-14 15:30:14 +01:00
Gautier Hattenberger 2509dc157f improve vertical adaptation filter
- ADAPT_NOISE_FACTOR allows to control convergence speed
- ref_zd is used to lower confidence when asking to climb/descend
- ADAPT_HOVER flag is not needed (default and only behavior
- large values of commands or measurements are discarded
- handle correctly SUPERVISION_MIN/MAX
2012-03-14 15:20:55 +01:00
Felix Ruess 1f6d637dbb rotorcraft telemetry: send cpu_time as uint16 in ROTORCRAFT_STATUS and fix pointer in HFF_GPS message 2012-03-14 12:36:41 +01:00
Felix Ruess 3490bbb674 module sonar maxbotix: set ADC_0 as default for ADC_SONAR configure option 2012-03-14 12:12:35 +01:00
Felix Ruess 59ef73628e source files really should not be executable 2012-03-13 21:46:46 +01:00
Felix Ruess 2f1e6e0890 gps subsystem: forgot to save GPS_FIX_x defines for nmea 2012-03-13 17:43:47 +01:00
Felix Ruess 7b4c5cf986 gps subsystem: define GPS_FIX_x in implementation header file instead of gps.h 2012-03-13 17:39:46 +01:00
Felix Ruess 16b757abc0 fixedwing control new: fix guidance_v_n after Christophe made min/max auto cruise throttle vars to set via settings 2012-03-13 16:12:19 +01:00
Felix Ruess 004539ad48 gps skytraq: added computation of utm pos for fixedwing gps skytraq subsystem 2012-03-13 15:56:58 +01:00
Felix Ruess 6c020702fe rotorcraft guidance_v: some doxygen comments and readability improvements 2012-03-13 15:37:35 +01:00
Felix Ruess cd845ec022 renamed last occurences of Ms2001 to Ms2100 2012-03-13 12:39:56 +01:00
Felix Ruess 050ae6f548 fixedwing control new: fix guidance_v_n after Christophe made min/max auto cruise throttle vars to set via settings 2012-03-13 03:27:20 +01:00
Martin Mueller 74339b4129 Add support for the Sparkfun Logomatic V2.6 logger. 2012-03-11 15:18:03 +01:00
Martin Mueller 928862fa8c Fix SD cards connected to SPI port 0 for logger mass storage usage,
auto start drivers for UART.
2012-03-11 15:17:05 +01:00
Felix Ruess b4eeec0deb gps sim nps: fix typo 2012-03-11 14:53:26 +01:00