Jonathan Challinger
09a01a4668
Copter: Wait 4 seconds before beginning to land during failsafes
2014-07-06 20:25:04 +09:00
Jonathan Challinger
cd08ec5a5f
Copter: allow auto-disarm in autotune mode
2014-07-06 19:27:27 +09:00
Jonathan Challinger
ff1f54b390
Copter: allow disarm in autotune mode
2014-07-06 19:27:23 +09:00
Jonathan Challinger
5b36e65cb9
Copter: Add parameter LAND_REPOSITION to enable/disable user input during auto-mode landings and descents
2014-07-06 19:20:25 +09:00
Randy Mackay
2dfef17caf
Copter: guided reset yaw only when initialised
2014-07-06 17:02:13 +09:00
Randy Mackay
2b64c511ed
AC_WPNav: update yaw only when track is at least 2m
2014-07-06 17:02:12 +09:00
Randy Mackay
81355d1adf
Copter: DO_SET_ROI accepted outside missions
...
Moved ROI logic to new set_auto_yaw_roi function.
2014-07-06 17:02:06 +09:00
MousS
ae8fb3f1c5
Copter: MAV_CMD_CONDITION_YAW accepted outside missions
2014-07-06 17:01:15 +09:00
Randy Mackay
46badc05bc
Copter: guided mode sets desired velocity instead of target velocity
2014-07-06 17:01:12 +09:00
Randy Mackay
c9661cfb09
AC_WPNav: integrate set_desired_velocity_xy function name change
2014-07-06 17:01:10 +09:00
Randy Mackay
f5640dadbf
Copter: guided mode velocity controller
2014-07-06 17:01:08 +09:00
Randy Mackay
b027c71491
Copter: restore pv_get_horizontal_distance_cm function
2014-07-06 17:01:05 +09:00
Randy Mackay
82ed70b25e
AC_PosControl: add xyz velocity controller
...
Velocity controller interpretsthe velocity requests as
desired velocities (i.e. feed forward). These are then used to update
the target position and also added to the target velocity.
Also renamed the set_desired_velocity() function to
set_desired_velocity_xy() to make clear only lat and lon axis are
updated.
2014-07-06 17:01:02 +09:00
Randy Mackay
fe8a5be802
AP_Mission: support MAV_CMD_NAV_VELOCITY msg
2014-07-06 17:01:00 +09:00
Randy Mackay
34b91496f9
GCS_MAVLink: generate after adding CMD_NAV_VELOCITY
2014-07-06 17:00:57 +09:00
Randy Mackay
35167c262e
GCS_Mavlink: add MAV_CMD_NAV_VELOCITY
...
This is an earth frame velocity request message
2014-07-06 17:00:55 +09:00
Randy Mackay
9103899048
GCS_Common: minor typo in comments
2014-07-06 17:00:52 +09:00
Randy Mackay
12720bbbe1
Copter: accept condition-yaw commands in guided
2014-07-06 17:00:46 +09:00
Randy Mackay
279926e386
Copter: accept guided pos updates when doing NAV_GUIDED cmd
2014-07-06 17:00:35 +09:00
Randy Mackay
fdc0ec837b
Copter: add nav_guided suport to Auto mode
2014-07-06 17:00:31 +09:00
Randy Mackay
af4490a3d5
Copter: remove mode from guided_set_dest
...
This duplicate check stopped us from reusing guided
guided_set_destination as part of Auto's nav_guided command
2014-07-06 17:00:29 +09:00
Randy Mackay
f4c9d58051
AP_Mission: add support for MAV_CMD_NAV_GUIDED
2014-07-06 17:00:26 +09:00
Randy Mackay
be003c1906
GCS_MAVLink: generate after adding CMD_NAV_GUIDED
2014-07-06 17:00:24 +09:00
Randy Mackay
05c63592ce
GCS_MAVLink: add CMD_NAV_GUIDED to ardupilotmega.xml
2014-07-06 17:00:21 +09:00
Andrew Tridgell
8710922a02
PX4: fixed orientation of internal hmc5883 on FMUv3
2014-07-04 13:58:38 +10:00
Andrew Tridgell
fdeedfa173
Rover: support 3 magnetometers
2014-07-04 12:49:36 +10:00
Andrew Tridgell
5aa58d2ab5
Plane: support 3 magnetometers
2014-07-04 12:49:25 +10:00
Andrew Tridgell
a25eab4ada
PX4: try to start both hmc5883 sensors
...
internal + external
2014-07-04 12:08:17 +10:00
Andrew Tridgell
21b0b3bc15
Copter: log up to 3 mags
2014-07-04 12:07:59 +10:00
Andrew Tridgell
c138244155
AP_Compass: support 3 mags on PX4
2014-07-04 12:07:47 +10:00
Andrew Tridgell
d462d91533
PX4: added comments on FMU3 rotations
2014-07-04 10:47:58 +10:00
Andrew Tridgell
41486ac59c
PX4: fixed l3gd20 rotation
...
based on first flight log
2014-07-04 10:18:04 +10:00
Kevin Hester
a8fd4472be
ph2 support: Fix typo in startup rc
2014-07-04 10:17:28 +10:00
Andrew Tridgell
292d1d8179
PX4: try to startup FMUv3 with right rotations
2014-07-03 14:21:45 +10:00
Andrew Tridgell
226eece7e2
PX4: added conversion lib for rotation
2014-07-03 14:21:25 +10:00
holger
65e7c74067
PX4: disable PX4IO RC handling in a clean way
...
Upstream PX4 Firmware provides a clean way to disable PX4IO handling by supplying the argument "norc" to "px4io start". After applying this fix to the rc.APM startup script, the quick hack contained in commit 180cceee of diydrones/PX4Firmware can be safely reverted.
2014-07-03 11:20:14 +10:00
Emile Castelnuovo
b420a5c6db
AP_HAL_VRBRAIN: removed empty lines
2014-07-03 11:09:20 +10:00
Niels Joubert
fabd7601f0
GPS: Fix dataflash logging bug in SBP driver
2014-07-03 09:57:10 +10:00
Niels Joubert
b57d1f5245
GPS: Include 75-class CPUs in RTK support since they will have 64 bit floating point values.
2014-07-03 09:57:07 +10:00
Andrew Tridgell
849c4905fb
HAL_PX4: print overtime message on stuck task
...
this should make it easier to narrow down stuck task bugs
2014-07-03 09:11:24 +10:00
Andrew Tridgell
67f5ba0b94
AP_Scheduler: added current_task static
...
will be used to debug stuck tasks on PX4
2014-07-03 09:09:11 +10:00
Emile Castelnuovo
bdd9fe77c7
VRBRAIN: change default pin for analog input.
2014-07-01 12:23:25 +02:00
LukeMike
f70da39206
VRBRAIN: changed the management of the pwm output
2014-07-01 12:21:36 +02:00
LukeMike
fa4fffc878
VRBRAIN: deleted unnecessary customizations
2014-07-01 12:21:35 +02:00
LukeMike
0dc0d2f6c0
VRBRAIN: included module esc_calib for ESC's calibration from shell
2014-07-01 12:21:35 +02:00
LukeMike
de1d0c6989
VRBRAIN: deactivated error on HMC5883 start
2014-07-01 12:21:34 +02:00
Emile Castelnuovo
b2680984a5
AP_HAL_VRRBAIN: added comment
2014-07-01 12:21:34 +02:00
LukeMike
1cc55bfcf8
VRBRAIN: added filter dfu
2014-07-01 12:21:33 +02:00
LukeMike
0dc274221b
VRBRAIN: renamed external and on board drivers for MPU6000 and HMC5883 sensors
2014-07-01 12:21:33 +02:00
LukeMike
69f75886e1
VRBRAIN: some not important adjustments
2014-07-01 12:21:32 +02:00