Thomas Gubler
1fa609d165
fix off by one in missionlib
2013-11-19 11:46:12 +01:00
James Goppert
1ffb71946d
Fixed backside automode typo.
2013-11-14 16:15:30 -05:00
James Goppert
2138a1c816
Improved mode mapping for fixedwing_backside.
2013-11-14 15:24:34 -05:00
James Goppert
ea156f556f
Added local position publication to mavlink receiver for HIL.
2013-11-14 15:24:07 -05:00
James Goppert
5c66899bfb
Added local position pub to att_pos_esitmator_ekf
2013-11-14 15:23:39 -05:00
James Goppert
ba3681d3a0
Updated backside controller/ added backside config.
2013-11-14 12:34:51 -05:00
Lorenz Meier
2116966b1e
Merge branch 'yaw_auto_failsafe' of github.com:PX4/Firmware
2013-11-13 19:39:04 +01:00
Lorenz Meier
2444b68a0a
Merge branch 'yaw_pid_fix' of github.com:PX4/Firmware
2013-11-13 19:38:51 +01:00
Anton Babushkin
185bdb05a6
Mavlink VFR message publication fix
2013-11-13 22:30:39 +04:00
Lorenz Meier
a1398c991e
Merge pull request #525 from thomasgubler/airspeed_meas_calibration
...
fix MEAS airspeed and airspeed calibration
2013-11-10 10:40:45 -08:00
Thomas Gubler
ae9fae5aae
fix MEAS airspeed and airspeed calibration
2013-11-10 19:25:38 +01:00
Anton Babushkin
9f4dc0d154
Merge branch 'master' into yaw_pid_fix
2013-11-09 23:31:09 +04:00
Julian Oes
64431a45ba
missionlib: Added geo.h include, without this the _wrap_pi function returned garbage (e.g. for the yaw setpoint in auto)
2013-11-09 11:59:23 +01:00
Anton Babushkin
03162f5f0d
multirotor_pos_control: failsafe against invalid yaw setpoint in AUTO
2013-11-09 14:11:39 +04:00
Julian Oes
4502c285eb
Startup scripts: Start the commander early and let it try to open the mavlink_fd with 20Hz
2013-11-05 19:56:33 +01:00
Lorenz Meier
1358d4cb88
Hotfix: Fix integrator parameters
2013-11-05 07:44:16 +01:00
Lorenz Meier
ed60dc50fc
Hotfix: forbid integrator to accumulate NaN values if they ever would occur
2013-11-05 07:43:08 +01:00
Lorenz Meier
3042731d26
Smaller hotfixes for att pos estimator
2013-11-03 18:27:26 +01:00
Lorenz Meier
b53d86ed68
Hotfix for mag calibration
2013-11-03 18:26:02 +01:00
Lorenz Meier
4865814f92
Fixed typo, added testing - previous corner case now cleanly prevented
2013-11-03 17:58:28 +01:00
Lorenz Meier
98f5a77574
Fix to cancel pending callbacks for closing ORB topics
2013-11-03 17:52:27 +01:00
Anton Babushkin
67c33b2810
multirotor_att_control: style fixes, cleanup
2013-11-02 23:36:25 +04:00
Anton Babushkin
ad133f601b
multirotor_att_control: use PID lib for yaw rate control
2013-11-02 23:36:25 +04:00
Lorenz Meier
64c2165e8b
Merge pull request #507 from thomasgubler/airspeed_poll
...
fix vehicle_airspeed_poll logic
2013-11-02 10:35:38 -07:00
Thomas Gubler
ef7a425a45
fix vehicle_airspeed_poll logic: _tecs.enable_airspeed was not called before on valid airspeed
2013-11-02 17:33:45 +01:00
Thomas Gubler
3eac9ce159
fix usage of wrong value for max airspeed parameter
2013-11-02 16:16:49 +01:00
Lorenz Meier
5781b58640
Minor bugfix to commander, emits arming sound now on the right occasions. Fixes an annoying issue where the arming sound would go off constantly if the safety was re-engaged in arming mode, something that we consider to be ok operationally
2013-11-01 09:05:28 +01:00
Lorenz Meier
094fa0bd43
Merge pull request #502 from PX4/pwm_ioctls
...
more esc_calib enhancements
2013-10-31 23:33:50 -07:00
Julian Oes
25bf1abecf
pwm_output: Allow PWM values from 900us to 2100us but use a default of 1000us to 2000us
2013-10-31 10:29:06 +01:00
runepx4
eac640739b
Added 8 rotor Coaxial Rotor mixer
2013-10-31 10:23:58 +01:00
Lorenz Meier
1a09907d5b
Merge branch 'master' of github.com:PX4/Firmware into pwm_ioctls
2013-10-30 22:35:19 +01:00
Lorenz Meier
9e74f178c9
Merge pull request #496 from PX4/wp_yaw_fix
...
missionlib: waypoint yaw fix
2013-10-30 11:26:58 -07:00
Lorenz Meier
dc80d6745e
Merge branch 'master' of github.com:PX4/Firmware into pwm_ioctls
2013-10-30 09:15:55 +01:00
Lorenz Meier
bd874afcfd
Fixed pwm limit to apply the proper limits / scaling
2013-10-30 09:14:17 +01:00
Lorenz Meier
44f88bf0a7
Fix to allow setting again zero disarmed PWM values after boot
2013-10-30 09:03:19 +01:00
Lorenz Meier
2293aa4e0a
Fixed min value check, works for fixed wing now
2013-10-29 21:22:05 +01:00
Lorenz Meier
1336d625a8
Hotfix: Announcing important messages via audio
2013-10-28 14:47:37 +01:00
Andrew Tridgell
9064f8bf09
px4io: fixed the io_reg_{set,get} errors
...
this fixes the PX4IO state machine to avoid the io errors we were
seeing. There are still some open questions with this code, but it now
seems to give zero errors, which is an improvement!
2013-10-28 13:10:23 +01:00
Anton Babushkin
2733a54fe2
missionlib: waypoint yaw fix
2013-10-26 14:43:34 +04:00
Lorenz Meier
411eb1f4ef
Merge branch 'fw_autoland' of github.com:PX4/Firmware into fw_autoland
2013-10-24 22:46:04 +02:00
Lorenz Meier
20728e83f5
Merge branch 'master' of github.com:PX4/Firmware into fw_autoland
2013-10-24 22:45:43 +02:00
Lorenz Meier
5e1bec10cf
Merge pull request #469 from PX4/gimbal_rc_control
...
Gimbal rc control
2013-10-24 01:41:34 -07:00
Thomas Gubler
1cb73687f7
added parameter for maximal roll angle
2013-10-24 10:29:17 +02:00
Lorenz Meier
b131453443
Merge pull request #482 from thomasgubler/airspeed
...
fix scaling (unit) of airspeed in HIL
2013-10-23 14:32:28 -07:00
Anton Babushkin
3c6f438691
sdlog2: parameters logging implemented (APM-compatible)
2013-10-23 18:57:06 +02:00
Anton Babushkin
3546ded54e
Merge branch 'master' into sdlog2_ver
2013-10-23 14:49:11 +02:00
Lorenz Meier
17ddc7f471
Merge pull request #483 from PX4/calib_rotation
...
Calibration of rotated board
2013-10-23 03:32:20 -07:00
Anton Babushkin
2f66a8894f
param_save_default() rewritten: don't try 10 times to do every operation but do it safe using temp file
2013-10-22 21:02:29 +02:00
Anton Babushkin
28b4e97853
Fixed bug with fd leak in rc_calibration_check
2013-10-22 21:01:30 +02:00
James Goppert
d143e827dc
Updated segway controller for new state machine.
2013-10-22 05:43:10 -04:00