Commit Graph

9751 Commits

Author SHA1 Message Date
Thomas Gubler dfd2098e04 re-add hardcoded parameters for euroc 2014-12-05 09:30:28 +01:00
Thomas Gubler 1c19d75cf4 mc att control: ran fix code style script 2014-12-05 09:03:49 +01:00
Thomas Gubler eafc4b5f9e mc att control: make the main app use the base class, move euroc functions into own class 2014-12-05 09:03:41 +01:00
Roman Bapst efe0938e99 removed comment 2014-11-13 13:48:40 +01:00
Roman Bapst d931465382 added ifdef guard 2014-11-13 13:48:18 +01:00
Roman Bapst 003b326c77 applied fix_code_style.sh 2014-11-13 11:16:22 +01:00
Roman Bapst 794a89e711 added more digits to pi/2 2014-11-13 10:51:54 +01:00
Roman Bapst 44127363b1 added setter and getter functions for use with euroc-gazebo simulator 2014-11-12 16:01:36 +01:00
Roman Bapst 647ec65bd0 added ros specific source file for performance_counter 2014-11-11 16:01:01 +01:00
Roman Bapst 076c1e6238 removed unused include 2014-11-11 15:43:47 +01:00
Roman Bapst 284787e02c removed platform specific included, they are not needed 2014-11-11 15:41:07 +01:00
Roman Bapst 19bc137cf3 removed unnecessary diff content 2014-11-11 15:34:31 +01:00
Roman Bapst 05fadc347e updated 2014-11-11 15:33:16 +01:00
Roman Bapst 8e205e0fef use px4_config header for multiple platform support 2014-11-11 15:33:02 +01:00
Roman Bapst 02175f4a67 removed unnecessary diff content 2014-11-11 15:32:20 +01:00
Roman Bapst a0e2e4e8b3 pixhawk specific files 2014-11-11 15:01:47 +01:00
Roman Bapst ed409fd537 use px4_defines header to distinguish platform 2014-11-11 14:55:33 +01:00
Roman Bapst c8ad06ff99 removed platform specificness 2014-11-11 13:26:24 +01:00
Roman Bapst 3bfc4a5a52 removed platform specific includes 2014-11-11 13:10:36 +01:00
Roman Bapst 6b61e72591 added header file with platformspecific definitions 2014-11-11 13:08:23 +01:00
Roman Bapst 4e0882121e removed ifdef because this file is specific to the nuttx platform 2014-11-11 13:07:35 +01:00
Roman Bapst 7e350555ea checked out from PX4 master to avoid eclipse formatting which happened in the past 2014-11-11 12:36:05 +01:00
Roman Bapst 4915c15036 removed files and code segments which should not be there and removed 2014-11-10 17:58:33 +01:00
Roman Bapst 7954540f45 removed files which should not be in here 2014-11-10 17:52:43 +01:00
Roman Bapst 403fe88684 deleted folder that has found its way into the repo 2014-11-10 17:24:48 +01:00
Roman Bapst 31238516b5 pulled from PX4 master 2014-11-10 17:16:30 +01:00
Roman Bapst 43ebaf287c cleaned up 2014-11-10 17:06:14 +01:00
Roman Bapst 0acdf5927b cleaned up 2014-11-10 17:01:59 +01:00
Roman Bapst a2ec2ec857 cleaned up 2014-11-10 16:58:56 +01:00
Roman Bapst f72f0db996 include correct eigen lib header 2014-11-10 16:10:43 +01:00
Roman Bapst c9a7850b93 do not include eigen lib from local source 2014-11-10 16:10:01 +01:00
Lorenz Meier 4e8e6e653b Merge pull request #1439 from samsonact/master
sbus1_output
2014-11-10 13:16:21 +01:00
Lorenz Meier ea0a59f806 HMC5883: Reduce output, add indices to make back-tracking lines easier, remove output completely for an OK-operation (the driver is NOT the right place to talk to the user!) 2014-11-10 09:26:11 +01:00
Daniel Shiels 3eeec2cce0 Cleaned up sbus output frame initialisation. 2014-11-10 16:34:28 +11:00
Daniel Shiels 34e9d9efce Code style cleanup. 2014-11-10 15:54:28 +11:00
Lorenz Meier 62db84fa75 MAVLink update compile fixes 2014-11-09 18:20:53 +01:00
Lorenz Meier e87a179fc1 MAVLink update 2014-11-09 15:16:05 +01:00
Lorenz Meier 8599994ebb Add generic uploader tool 2014-11-08 20:38:57 +01:00
Daniel Shiels 60ecd8868d sbus1 output. Cleaned up. Safer bounds checking. 2014-11-08 22:36:45 +11:00
Daniel Shiels 02d31522cd First attempt at sbus1 output. 2014-11-08 22:33:33 +11:00
Lorenz Meier 43418a6749 application layer only, no drivers affected: Fix overflow in RC input topic - this topic is deprecated and will be removed, has been superseded by input_rc and manual_control 2014-11-07 13:31:33 +01:00
Lorenz Meier 23a33e31cd Add missing mode switch channel 2014-11-05 19:26:10 +01:00
Lorenz Meier 182c1c1d52 Fix RC mapping indices - 0 index induces issues right now 2014-11-05 17:17:34 +01:00
Roman Bapst b5e34eac4f fixed typo 2014-11-05 15:40:22 +01:00
Roman Bapst 48cdbf3d0c added more setter and getter functions 2014-11-05 08:51:12 +01:00
Roman Bapst c51ec34118 added initialisation of parameters, added assignment of actuator controls, cleaned up 2014-11-05 08:50:20 +01:00
Thomas Gubler 25df841118 Merge pull request #1429 from tumbili/board_rot
new_sensor_rotation_option
2014-11-04 22:50:33 +01:00
tumbili cbd20f48d6 fixed style 2014-11-04 20:57:09 +01:00
tumbili f5dbfe63b3 added new sensor board rotation option (roll 270, yaw 270) 2014-11-04 20:52:29 +01:00
Thomas Gubler a917b0d40b Merge pull request #1426 from PX4/gyrotemp
L3GD20: Output gyro temperature in report
2014-11-03 15:46:40 +01:00