Commit Graph

7879 Commits

Author SHA1 Message Date
Bernard Davison da12d67fb5 Merging from the dev branch. 2012-03-04 10:30:09 +11:00
Bernard Davison ace14fc67e Fixing erroneous changes I previously made. Oop... #142 2012-03-03 14:13:44 +11:00
Bernard Davison 47f340faa7 Replacing spaces between include path argument and the directories to be added to the include path. #142 2012-03-03 14:03:15 +11:00
Felix Ruess 5ab3306f49 removed some unused stuff from quat_setpoint 2012-03-03 00:49:41 +01:00
Felix Ruess cac63afb61 fix DOWNLINK_SEND_STAB_ATTITUDE_FLOAT 2012-03-03 00:37:56 +01:00
Felix Ruess d706fc7877 fraser airframe: added deadband and max setpoints for quat stabilization 2012-03-03 00:36:09 +01:00
Felix Ruess 05431fdcc9 cleanup whitespaces 2012-03-02 21:28:29 +01:00
Felix Ruess ed4a5f1c42 removed unused -DADC in imu_analog.makefile 2012-03-02 17:11:40 +01:00
Felix Ruess 0e32595f9d removed old/obsolete/unused Makefile.sys and paparazzi-make 2012-03-02 12:28:50 +01:00
Felix Ruess cc4e2f4d61 Merge branch 'master' into dev
* merged the baro board stuff for navgo
* still needs to be fixed for the new spi transactions
2012-03-01 16:52:29 +01:00
Felix Ruess 3e8d174486 indentation only 2012-03-01 16:43:57 +01:00
Gautier Hattenberger 00f6cd6fed delete curves before closing a window (suppress warning); replace tab by spaces 2012-03-01 11:06:09 +01:00
Bernard Davison 81d88ed344 Removing spaces between linker path options (-L) and the path to be added. Fixing issue 142 2012-03-01 18:12:33 +11:00
Gautier Hattenberger 991266290d Merge pull request #141 from gautierhattenberger/libpprzmath
makefile to produce a shared library based on the pprz math lib
2012-02-28 01:51:30 -08:00
Gautier Hattenberger 4c5c9f6e17 makefile to produce a shared library based on the pprz math lib 2012-02-27 18:39:17 +01:00
Felix Ruess 8ab6319323 removed setup_actuators target from a few airframe files, it needs settings/actuators.xml anyway 2012-02-25 15:43:14 +01:00
Felix Ruess 102930bf7b fix setup actuators, needs settings/actuators.xml though 2012-02-25 15:41:56 +01:00
Felix Ruess aaecb3f36f test_all_example_airframes: move conf.xml to backup if it exists and copy conf.xml.example 2012-02-25 15:39:59 +01:00
Felix Ruess 6280909444 removed some non-working airframe config stuff 2012-02-25 03:52:43 +01:00
Felix Ruess a8ec1f9f5c trying to fix setup_actuators... didn't work 2012-02-25 03:50:42 +01:00
Felix Ruess 691d40fbf7 fix some more test progs, etc. for new systime 2012-02-25 03:00:35 +01:00
Felix Ruess fec3b1dc0d fix test_actuators_asctecv1 2012-02-25 02:02:55 +01:00
Felix Ruess 83f706765c removed stupid #ifdef USE_I2C2, was not possible to use i2c1 only 2012-02-25 01:49:55 +01:00
Bernard Davison 2bad9e6488 Avoiding trying to build </target> lines which are bad when building test_all_example_airframes 2012-02-25 10:00:18 +11:00
Bernard Davison 911eb028d5 Removing commented out old make command 2012-02-25 09:40:05 +11:00
Bernard Davison cdecc8181f Improving building of the example aircraft to build all airframe targets. 2012-02-25 09:30:17 +11:00
Felix Ruess 3bed7797bc Update README.md 2012-02-24 16:06:37 +01:00
Felix Ruess 4c80505efd replaced README with markdown formatted version 2012-02-24 15:58:27 +01:00
Gautier Hattenberger 95e6f124f0 remove crappy code, hw is fixed :) 2012-02-24 14:43:23 +01:00
Felix Ruess 7b4ddb6c4d changed info about mag neutrals from warning to pragma message 2012-02-24 14:39:22 +01:00
Gautier Hattenberger 7b8b90442a forgot to save the latest change... 2012-02-23 18:01:04 +01:00
Gautier Hattenberger ecbb88ac3a hide the cam target point at gcs startup 2012-02-23 17:56:17 +01:00
Gautier Hattenberger fc71cc70e1 Merge remote-tracking branch 'paparazzi/master' 2012-02-23 15:43:40 +01:00
Gautier Hattenberger e4985f362a changes on navgo board for new baro and update some airframes 2012-02-23 15:42:23 +01:00
Felix Ruess 434a9e8c48 ahrg, removed garbage from previous fix 2012-02-22 21:53:50 +01:00
Felix Ruess 2418482c34 fix turntable systime 2012-02-22 21:39:12 +01:00
Felix Ruess b098941068 Merge branch 'master' into dev 2012-02-22 20:51:47 +01:00
Felix Ruess 0460d9f310 Merge pull request #140 from adevitt/master
i2c abort on timed out i2c_hard_reset
2012-02-22 11:50:18 -08:00
Andre Devitt 0de495c4a0 abort an attempted i2c hard reset if attempted toggling of SDA, SCL does not free up lines. 2012-02-22 13:04:50 -05:00
Felix Ruess 297273233d ahrs: removed obsolete declaration 2012-02-20 21:50:36 +01:00
Felix Ruess b422aa492f ahrs cmpl: directly compute initial quaternion from accel and mag instead of using euler angles
closes #132
2012-02-20 20:27:50 +01:00
Felix Ruess f1656ef01e ahrs float_cmpl: compute fixed point representations as well 2012-02-20 20:26:17 +01:00
Felix Ruess 7379b9a6b9 math: fix some quaternion macros with brackets for use with pointers 2012-02-20 20:24:05 +01:00
Bernard Davison a7534574b0 Correcting when the target board serial options should be added to the command line. 2012-02-20 22:37:48 +11:00
Bernard Davison 6801d2919b Adding the option to target the upload to a specific board by board serial number.
i.e. make AIRCRAFT=LisaLv11_Booz2v12_RC BOARD_SERIAL=LISA000156 clean_ac ap.compile ap.upload
2012-02-20 21:26:55 +11:00
Bernard Davison a1a3dcf1f5 Adding the hardware test config to the end of the current example configs. 2012-02-17 20:56:40 +11:00
Bernard Davison a191cefa52 Moving aside the current conf/conf.xml so that the example conf.xml can be copied in place and used to build against. 2012-02-16 00:26:44 +11:00
Bernard Davison 5cab1fd439 Updating the conf.xml.example file so that the build works. 2012-02-16 00:09:04 +11:00
Bernard Davison 2ee70ab5b2 The Lisa/L b2_v1.2 rotorcraft airframe now builds. 2012-02-15 22:58:49 +11:00
Bernard Davison 7955766aa4 Merge branch 'dev' of github.com:paparazzi/paparazzi into hardware_test 2012-02-15 14:28:11 +11:00