Commit Graph

776 Commits

Author SHA1 Message Date
Anton Babushkin 7cbb4cfdb8 Merge branch 'master' into vector_control2 2013-12-16 12:47:40 +04:00
Anton Babushkin 72aa171ef9 mc_att_control_vector: attitude rate D component implemented 2013-12-15 22:52:05 +04:00
Anton Babushkin 69c4f6f5e4 mc_att_control_vector: code style fixed 2013-12-15 20:43:21 +04:00
Anton Babushkin 86d5f0808d mc_att_control_vector: fixes 2013-12-15 20:42:47 +04:00
Anton Babushkin badf146e19 mc_att_control_vector: independent thrust vector and attitude control 2013-12-15 16:24:45 +04:00
Anton Babushkin f5c24c6e71 pid library fix 2013-12-15 12:34:56 +04:00
Anton Babushkin faa3826de6 multirotor_pos_control: fixes and improvements 2013-12-15 11:47:26 +04:00
Lorenz Meier d6a6d59d2d Further improved S.Bus scaling 2013-12-14 15:09:20 +01:00
Lorenz Meier 00dc339d2e Improved S.Bus scaling based on scope measurements 2013-12-14 14:52:57 +01:00
Anton Babushkin deac4eefc6 Merge branch 'master' into vector_control2 2013-12-13 21:15:21 +04:00
Anton Babushkin 6f316b352d multirotor_pos_control rewritten to use rotation matrix instead of euler angles 2013-12-13 21:12:03 +04:00
Lorenz Meier 9883a346a0 First stab at implementing better RSSI based connection status estimation, still needs some work and testing 2013-12-13 18:01:55 +01:00
Holger Steinhaus L a673fa3926 Non-destructive handling of failsafe signals, distinction between frame loss and signal loss.
This kind of handling might be moved upstream into the application, once alarms are propagated by the ORB system.

This change is compatible with RX failsafe settings, but does not rely on it (uses SBus flags instead).
2013-12-13 17:30:26 +01:00
Holger Steinhaus L 3a40ea8338 more precise range conversion for SBus input signals 2013-12-13 17:30:14 +01:00
Lorenz Meier 3e708f881e Merge pull request #538 from thomasgubler/commander_localpos
update the commander to only use local pos for landing detection when on...
2013-12-13 08:10:42 -08:00
Lorenz Meier 39dcda3996 Merge pull request #541 from limhyon/master
SO(3) estimator has been debugged and cleaned.
2013-12-13 08:10:18 -08:00
Lorenz Meier 96997697e5 Merge pull request #536 from limhyon/patch-1
Update fw_att_control_params.c
2013-12-13 08:09:18 -08:00
Lorenz Meier a91a8aeea8 Merge pull request #542 from PX4/hil_fixes
Various HIL-related fixes
2013-12-13 07:54:13 -08:00
Lorenz Meier 017a85df06 Merge pull request #545 from PX4/mavlink_fixes
Mavlink fixes
2013-12-13 07:53:28 -08:00
Lorenz Meier c311462f3c Added actuator control removal 2013-12-13 16:52:35 +01:00
Anton Babushkin 6d40f90cc1 Merge branch 'mavlink_fixes' into vector_control2 2013-12-13 17:44:42 +04:00
Anton Babushkin 27f6287fc5 Merge branch 'hil_fixes' into vector_control2 2013-12-13 17:42:37 +04:00
Anton Babushkin 18eefa9dca Merge branch 'mpc_fix' into vector_control2 2013-12-13 17:26:41 +04:00
Anton Babushkin 6705e9518b Merge branch 'master' into vector_control2 2013-12-13 17:26:07 +04:00
Andrew Tridgell 5b7d1af5d8 Merged crccheck command 2013-12-13 11:22:14 +01:00
Andrew Tridgell 6016fbe55d Merged PX4IO crc checks and force update 2013-12-13 11:21:00 +01:00
Anton Babushkin 5397f13b50 Merge branch 'master' into hil_fixes 2013-12-07 22:29:45 +04:00
Andrew Tridgell d0507296c0 px4io: moved blue heartbeat LED to main loop
this allows us to tell if the main loop is running by looking for a
blinking blue LED
2013-11-30 20:18:27 +11:00
Hyon Lim b3f1adc54b SO3 estimator code has been cleaned 2013-11-29 02:35:49 +09:00
Hyon Lim bcd745fb0d SO(3) estimator and quaternion receive by mavlink implemented 2013-11-29 02:05:15 +09:00
Anton Babushkin b9ea915136 multirotor_pos_control: set PID parameters on init 2013-11-27 23:09:05 +04:00
Anton Babushkin 3c027a8e4d Various HIL-related fixes 2013-11-27 23:04:49 +04:00
Thomas Gubler ea9fcaa27f update the commander to only use local pos for landing detection when on rotary wing
Conflicts:
	src/modules/commander/commander.cpp
2013-11-26 18:56:06 +01:00
Anton Babushkin 3a6be42265 multirotor_pos_control: cleanup and fixes 2013-11-26 10:33:29 +04:00
Anton Babushkin d8e95de9bf pid lib fixes 2013-11-26 10:28:30 +04:00
Anton Babushkin 310de1df96 pid lib update 2013-11-25 23:19:27 +04:00
Anton Babushkin 69ed7cf91f missionlib: waypoint yaw fixed 2013-11-23 18:48:05 +04:00
Anton Babushkin bae2171edb mc_att_control_vector: bugfixes, use float[3][3] type for R in vehicle_attitude_setpoint topic 2013-11-22 21:49:30 +04:00
Anton Babushkin dada0b8599 attitude_estimator_ekf: mag declination parameter implemented 2013-11-22 21:44:37 +04:00
Anton Babushkin 4afb420bed mc_att_control_vector: use rotation matrix for attitude setpoint, move yaw setpoint with stick, WIP 2013-11-21 18:20:53 +04:00
Hyon Lim 9a4b57c352 Update fw_att_control_params.c 2013-11-20 03:04:53 +09:00
Hyon Lim ee985c70b3 Update fw_att_control_params.c
Minor comment error corrected.
2013-11-20 02:45:52 +09:00
Thomas Gubler 1fa609d165 fix off by one in missionlib 2013-11-19 11:46:12 +01:00
Anton Babushkin 178b9b0a69 mc_att_control_vector: initial rewrite, WIP 2013-11-17 23:03:19 +04:00
Anton Babushkin bb9f67ca76 Merge branch 'master' into mavlink_fixes 2013-11-17 09:27:24 +04:00
Anton Babushkin 6cf09183d6 Merge branch 'actuator_eff_fix' into mavlink_fixes 2013-11-16 23:39:56 +04:00
Anton Babushkin 63d81ba415 actuator_controls_effective topic removed 2013-11-16 23:16:09 +04:00
Anton Babushkin d736ed181f Merge branch 'master' into vector_control 2013-11-16 16:10:57 +04:00
Anton Babushkin 6ed268aa28 mavlink: some mavling messages filling bugs fixed 2013-11-15 11:42:19 +04:00
Anton Babushkin e46d60ba6d px4io driver: don’t use PX4IO_PAGE_ACTUATORS page for actuator_controls_effective 2013-11-15 11:32:05 +04:00