Commit Graph

15166 Commits

Author SHA1 Message Date
Johan Jansen 818ccf7a04 Commander: Fix for resetting home timestamp on arm 2015-01-16 15:51:57 +01:00
Thomas Gubler dfba2f3cb0 add drcsim to workspace setup script 2015-01-16 15:18:53 +01:00
Andreas Antener 18b4e15836 added needed dependencies because or recent changes in ROS 2015-01-16 12:16:02 +01:00
Andreas Antener ac76cdbc37 added catkin_make 2015-01-16 12:16:02 +01:00
Johan Jansen 510a314386 LandDetector: Shorter and less ambiguous param names 2015-01-15 14:58:06 +01:00
Johan Jansen 92add9cf80 LandDetector: Externalized algorithm parameters 2015-01-15 14:37:51 +01:00
Johan Jansen e40d207311 AStyle: Fixed file formatting 2015-01-15 14:37:51 +01:00
Johan Jansen f1587da4c4 MulticopterLandDetector: Detect land even if autopilot is not landing 2015-01-15 14:37:51 +01:00
Johan Jansen 1356c44f0e LandDetector: Fix land detection algorithm not being initialized 2015-01-15 14:37:51 +01:00
Johan Jansen 73c7b44f6a ROMFS: Corrected land detector startup scripts 2015-01-15 14:37:51 +01:00
Johan Jansen 9ea086bf2d Astyle: Run astyle to fix code formatting 2015-01-15 14:37:51 +01:00
Johan Jansen 10a2dd8a34 LandDetector: Merged fixedwing and multicopter into one module handling both algorithms 2015-01-15 14:37:51 +01:00
Johan Jansen 784fa9f469 sdlog2: Removed vehicle_land_detected topic from logging 2015-01-15 14:37:51 +01:00
Johan Jansen 2da6439f74 uORB: Removed landed boolean flag from vehicle_local_position topic 2015-01-15 14:37:51 +01:00
Johan Jansen 6edb54ff77 sdlog2: Added land detector log message (removed from local pos) 2015-01-15 14:37:51 +01:00
Johan Jansen 6978ed6a61 INAV: Removed all references to land detector logic 2015-01-15 14:37:51 +01:00
Johan Jansen 57ed27304a HIL: Added land detector to HIL simulation 2015-01-15 14:37:51 +01:00
Johan Jansen 546b5727b4 Formatting: Run AStyle to fix indenting 2015-01-15 14:37:51 +01:00
Johan Jansen 98ab83142c InertialNav: Removed land detector from position estimator 2015-01-15 14:37:51 +01:00
Johan Jansen 28adc88500 Commander: Subscribe and use land detector 2015-01-15 14:37:51 +01:00
Johan Jansen eefbf366fb LandDetector: Fixed some typos and magic constant 2015-01-15 14:37:51 +01:00
Johan Jansen b5c7c6a15b ROMFS: Added the respective land detector to the startup scripts 2015-01-15 14:37:50 +01:00
Johan Jansen 3a4b3d094a LandDetector: Removed commented debug info 2015-01-15 14:37:50 +01:00
Johan Jansen 051a697228 uORB: Added missing license header 2015-01-15 14:37:50 +01:00
Johan Jansen cffba8440e EKF: Removed the fixed wing land detector in the EKF module 2015-01-15 14:37:50 +01:00
Johan Jansen 642063c3b8 LandDetector: Added crude land detectors for multicopter and fixedwing 2015-01-15 14:37:50 +01:00
Johan Jansen d0af62783d uORB: Added vehicle_landed uORB topic 2015-01-15 14:37:50 +01:00
Thomas Gubler 96db9e8188 Merge remote-tracking branch 'upstream/master' into ros
Conflicts:
	src/platforms/px4_middleware.h
2015-01-15 12:42:28 +01:00
Thomas Gubler e60c1a842c ros mixer: add iris 2015-01-15 12:38:09 +01:00
Thomas Gubler 1f26e1f5eb remove hector from install script 2015-01-15 12:36:30 +01:00
Thomas Gubler e62bd37e73 Merge pull request #1652 from Zefz/arming_notifications
Commander: Play tune on disarm and when safety switch is toggled
2015-01-15 11:40:40 +01:00
Johan Jansen ddf65bae04 Commander: Play tune on disarm and when safety switch is toggled 2015-01-15 11:09:31 +01:00
Thomas Gubler 68914df4d0 ros: move params to type/frame launch files 2015-01-14 11:34:55 +01:00
Thomas Gubler 3da1b701ed ros: add type specific use files than can be used by all toplevel launchfiles 2015-01-14 11:31:44 +01:00
Thomas Gubler 6b0d0aa2a5 ros: make mixer name a param 2015-01-14 11:27:32 +01:00
Thomas Gubler f6c0d2310d ros mixer node: add w mixer 2015-01-14 07:41:14 +01:00
Mark Whitehorn b795705640 improve efficiency of non-uniform rate LPFs 2015-01-13 09:10:44 -07:00
Mark Whitehorn dba0a5a90f comment out debug warnx 2015-01-13 09:06:00 -07:00
Mark Whitehorn ea57dec24b revert to original ms5611 temperature sample rate 2015-01-13 09:06:00 -07:00
Mark Whitehorn 3c98c7119e use non-uniform 1st order IIR lowpass filters for baro_gps_offset estimation 2015-01-13 09:06:00 -07:00
Thomas Gubler dd2d53d7e3 add outdoor launch file 2015-01-13 14:49:38 +01:00
Thomas Gubler 0c82600b83 rename launch files and add iris empty world launch file 2015-01-13 11:46:50 +01:00
Thomas Gubler 1cff86b0b5 ros mixer: increase number of controls to default to fix undefined behaviour 2015-01-13 09:13:23 +01:00
Thomas Gubler 2669c699c7 ros attitude estimator dummy: fix topic name 2015-01-13 09:12:49 +01:00
Lorenz Meier 78b603bb35 ROMFS: Fix up VTOL autostarts 2015-01-12 17:20:58 +01:00
Lorenz Meier 6910cc1b51 Merge pull request #1647 from Zefz/upload-script-fix
px_uploader: Small fix to properly display timeouts
2015-01-12 12:59:10 +01:00
Johan Jansen 11469ad9b5 px_uploader: Small fix to properly display timeouts 2015-01-12 12:25:30 +01:00
Lorenz Meier 9e42d5bed2 README: Update contribution link style 2015-01-11 16:13:17 +01:00
Lorenz Meier ddf5be50e1 README: Add link to contribution.md 2015-01-11 16:10:47 +01:00
Lorenz Meier 0954ee7471 Improving the contribution guide file 2015-01-11 14:55:53 +01:00