Commit Graph

28679 Commits

Author SHA1 Message Date
Lorenz Meier ec040fa3ac sensor combined topic: Copy error count field along 2015-02-09 22:56:24 +01:00
Lorenz Meier a27395a15d MS5611: Move to 0 based indices 2015-02-09 22:56:24 +01:00
Lorenz Meier 1eb4ec6ec9 MPU6K: Move to 0 based indices 2015-02-09 22:56:24 +01:00
Lorenz Meier 5a2692cf3a MB12xx: move to 0 based index 2015-02-09 22:56:24 +01:00
Lorenz Meier bd6945ba70 TeraRange One: move to 0 based index 2015-02-09 22:56:23 +01:00
Lorenz Meier e90f00aaf1 STM32 drivers: move to 0 based index 2015-02-09 22:56:23 +01:00
Lorenz Meier 1c2e39bc75 LSM303D: move to 0 based index 2015-02-09 22:56:23 +01:00
Lorenz Meier 83c4da9635 SF0X: move to 0 based index 2015-02-09 22:56:23 +01:00
Lorenz Meier ddb7d49354 Sensors: Move to 0 based indices 2015-02-09 22:56:23 +01:00
Lorenz Meier e67c8529f1 VTOL: Move to 0-based indices 2015-02-09 22:56:23 +01:00
Lorenz Meier 1a91c7da79 UAVCAN: Move to 0-based indices 2015-02-09 22:56:23 +01:00
Lorenz Meier 2816dba447 EKF estimator: Support multi-sensor setups 2015-02-09 22:56:23 +01:00
Lorenz Meier 807cf7bd16 Commander: Implement calibration routines for multi-sensor setups 2015-02-09 22:56:23 +01:00
Lorenz Meier ac155b0fac System cmds: Move to 0 based index 2015-02-09 22:56:22 +01:00
Lorenz Meier 2f4d820063 LL40S: Move to 0 based index 2015-02-09 22:56:22 +01:00
Lorenz Meier 8b6ce797b4 L3GD20: Move to 0 based index 2015-02-09 22:56:22 +01:00
Lorenz Meier fac158f7e5 Board drivers: Move to 0-based index 2015-02-09 22:56:22 +01:00
Lorenz Meier 2bf0092282 RGB Led: move to 0 based index 2015-02-09 22:56:22 +01:00
Lorenz Meier f364176b9a Led: move to 0 based index 2015-02-09 22:56:22 +01:00
Lorenz Meier c9957903e9 HMC5883: Move to 0-based index 2015-02-09 22:56:22 +01:00
Lorenz Meier 24d1a9b955 HIL: Move to 0-based index 2015-02-09 22:56:22 +01:00
Lorenz Meier aeb8642117 GPS: Move to 0-based index 2015-02-09 22:56:21 +01:00
Lorenz Meier 138058d547 Device class reg: Always use 0-based index 2015-02-09 22:56:21 +01:00
Lorenz Meier 21bc9e4839 BlinkM: Move to 0-based index 2015-02-09 22:56:21 +01:00
Lorenz Meier 6e4b95e844 Airspeed: Move to 0-based index 2015-02-09 22:56:21 +01:00
Lorenz Meier 16fea51e00 Driver headers: Move to 0-based indices 2015-02-09 22:56:21 +01:00
Lorenz Meier 4a8044f338 tests system command: Fix return value of tests all command 2015-02-09 22:55:58 +01:00
Lorenz Meier 9e2e6ceac1 Merge pull request #1752 from PX4/log_thrust_sp
log velocity - and acceleration/thrust setpoint
2015-02-09 22:35:36 +01:00
Johan Jansen 9ddb7e72e4 LandDetector: Check each rotation angle rather than the magnitude 2015-02-09 18:06:29 +01:00
Johan Jansen fe21cb6a1a LandDetector: Fix for land detection without GPS 2015-02-09 18:06:29 +01:00
Lorenz Meier c371eb9b90 Fix up test routines. Needs more work. 2015-02-09 17:15:28 +01:00
Johan Jansen e38b25c1f7 LandDetector: Fix default param scale error 2015-02-09 16:52:04 +01:00
Johan Jansen 004118f929 LandDetector: Change rotation rate in rads/s to deg/s (more similar to mpc params) 2015-02-09 12:47:31 +01:00
Johan Jansen 01dc774703 LandDetector: Use vehicle_attitude instead of sensors_combined 2015-02-09 12:42:20 +01:00
Johan Jansen 70e4554f76 LandDetector: Fix parameter swapped bug 2015-02-09 12:42:02 +01:00
Thomas Gubler 347047bafc get rid of lots of multiplatform macros, oh yeah 2015-02-08 17:53:26 +01:00
Thomas Gubler d1e14741cd mixer node: do not use macros
This is not a portable module (ros only). Hence use the native ros
types.
2015-02-08 17:53:26 +01:00
Thomas Gubler 27f2eb8a16 mc pos ctrl multiplatform use new param api 2015-02-08 17:53:26 +01:00
Thomas Gubler 893beb64a0 mc att ctrl multiplatform use new param api 2015-02-08 17:53:26 +01:00
Thomas Gubler fbcf2c8fb5 add missing __EXPORT 2015-02-08 17:53:26 +01:00
Thomas Gubler 18c7aa9993 param api: run fix code style script 2015-02-08 17:53:26 +01:00
Thomas Gubler 04cc8922e4 param api: load param value correctly 2015-02-08 17:53:26 +01:00
Thomas Gubler 1097f5f55c fix comments 2015-02-08 17:53:26 +01:00
Thomas Gubler bc8efeb73e add param api also for firmware builds 2015-02-08 17:53:26 +01:00
Thomas Gubler 69f5726d70 make subscriber example use the new param api 2015-02-08 17:53:25 +01:00
Thomas Gubler df5ad88df7 add px4 parameter api class (with ros implementation) 2015-02-08 17:53:25 +01:00
Lorenz Meier a4a3b1b25f Modernize system tests, API cleanup 2015-02-08 16:43:55 +01:00
Lorenz Meier f7b79bfaf2 Param interface: Allow to check return value of param_reset. Reset test param prior to running test 2015-02-08 16:39:37 +01:00
Lorenz Meier 1c6cc8a745 Remove peripheral clock changes as they interfere with current / old NuttX instance 2015-02-08 13:08:20 +01:00
Lorenz Meier 0fd11b78eb Fix PX4IO startup 2015-02-08 12:30:39 +01:00