Andrew Tridgell
|
457ca0b57d
|
AP_ADC_AnalogSource: fixed APM1 build
|
2013-09-12 13:28:11 +10:00 |
|
Andrew Tridgell
|
fb56feb6b2
|
HAL_PX4: support all analog input pins, with scaling
this allows voltage/current/Vcc sensing on FMUv2
|
2013-09-12 13:26:00 +10:00 |
|
Andrew Tridgell
|
a80d3344f5
|
AP_HAL_AVR: support voltage_latest()
|
2013-09-12 13:25:17 +10:00 |
|
Andrew Tridgell
|
a587b1140a
|
AP_HAL: added voltage_latest() interface
this will be used for reading the 5V rail
|
2013-09-12 13:23:04 +10:00 |
|
Andrew Tridgell
|
b7e54bd463
|
AP_Airspeed: reduce speed of autocal
it was responding to noise too rapidly
Pair-Programmed-With: Paul Riseborough <p_riseborough@live.com.au>
|
2013-09-12 07:48:57 +10:00 |
|
Andrew Tridgell
|
2171f2a80b
|
AP_SteerController: move scaler onto integrator input
this should make integrator scale with speed
Pair-Programmed-With: Paul Riseborough <p_riseborough@live.com.au>
|
2013-09-12 07:48:57 +10:00 |
|
Randy Mackay
|
5e7a6b3b98
|
Sprayer: add pump min rate and test
If pump is enabled while copter is disarmed it will spray as if
travelling at 1m/s
|
2013-09-11 17:04:58 +09:00 |
|
Randy Mackay
|
b3c636dfa3
|
AP_Notify: add radio and battery failsafe
radio and battery failsafe are slow flashing yellow
pre-arm check failure changed to double flashing yellow
|
2013-09-11 14:36:05 +09:00 |
|
Andrew Tridgell
|
341dca4dfe
|
AP_L1_Control: added set_default_period()
used by the rover code
|
2013-09-09 19:55:53 +10:00 |
|
Andrew Tridgell
|
7b3a674d66
|
AP_InertialSensor: added set_default_filter() method
|
2013-09-09 19:18:52 +10:00 |
|
Andrew Tridgell
|
229841052a
|
AP_Compass_PX4: removed MAGIOCSSAMPLERATE call
|
2013-09-09 18:04:41 +10:00 |
|
Andrew Tridgell
|
c044385fff
|
AP_AHRS: added groundspeed() method
this gives ground speed in m/s from GPS
|
2013-09-09 18:04:41 +10:00 |
|
Andrew Tridgell
|
0918393fed
|
APM_Control: fixed some documentation typos
|
2013-09-09 18:04:40 +10:00 |
|
Andrew Tridgell
|
7413c15959
|
APM_Control: added a ground vehicle steering controller
this will be used both for the rover code, and for ground steering of
a plane on takeoff
|
2013-09-09 18:04:40 +10:00 |
|
Andrew Tridgell
|
f5d20b4085
|
SITL: reduce the minimum accel and gyro noise
on APM2 and PX4 we do a lot of smoothing of accels and gyros, so a 2
bit error isn't a good representation of the min noise
|
2013-09-09 18:04:40 +10:00 |
|
Andrew Tridgell
|
396c4f30d2
|
AP_InertialSensor_PX4: don't set QUEUEDEPTH
the default of 2 samples is fine
|
2013-09-09 18:04:40 +10:00 |
|
Andrew Tridgell
|
db14a85fc5
|
AP_Compass: added more debugging to AP_Compass_PX4 driver
this helps debug compass initialisation issues
|
2013-09-09 18:04:40 +10:00 |
|
Andrew Tridgell
|
8b80beadc4
|
PX4: make FMUv2 identify itself differently
so we can tell which is which in logs
|
2013-09-09 18:04:40 +10:00 |
|
Andrew Tridgell
|
7328369b91
|
GCS_MAVLink: added FENCE_ACTION_GUIDED_THR_PASS
|
2013-09-08 07:29:30 +10:00 |
|
Andrew Tridgell
|
ff0f6bcd42
|
AP_InertialSensor: fixed example build
|
2013-09-07 21:03:59 +10:00 |
|
Andrew Tridgell
|
b8b72819c1
|
AP_Compass: ignore COMPASS_ORIENT for internal compass
this means if COMPASS_ORIENT is not 0 and the external compass fails
to start on boot we don't end up with a bad compass orientation
|
2013-09-07 16:49:51 +10:00 |
|
Andrew Tridgell
|
5484b97419
|
AP_GPS: reset _fix_count to 0 on nav settings update
this makes it run every 20s exactly
|
2013-09-04 13:18:00 +10:00 |
|
Andrew Tridgell
|
879d44f930
|
AP_GPS: use the mask bits to only set dynamic model
this ensures we don't try to change any other CFG_NAV5 settings
|
2013-09-04 13:17:20 +10:00 |
|
Andrew Tridgell
|
fa107bdb58
|
PX4: moved UART handling to its own thread
this prevents slow writes to the SD card from interfering with MAVLink
or GPS serial communication
|
2013-09-04 13:15:27 +10:00 |
|
Andrew Tridgell
|
7082e0f8aa
|
AP_HAL: added hold_in_bootloader parameter to scheduler->reboot()
|
2013-09-04 11:58:13 +10:00 |
|
Andrew Tridgell
|
1328316bfc
|
AP_Airspeed: fixed saving of airspeed ratios
|
2013-08-31 10:26:27 +10:00 |
|
Paul Riseborough
|
1c7bdc40ec
|
AP_Airspeed : Expanded range of ARSPD_RATIO adjustment
|
2013-08-31 08:03:11 +10:00 |
|
Andrew Tridgell
|
e8fc8cea01
|
AP_Scheduler: updated docs
|
2013-08-30 15:33:30 +10:00 |
|
Andrew Tridgell
|
8d08f6d669
|
AP_Relay: document new relay pin numbers
|
2013-08-30 15:21:23 +10:00 |
|
Andrew Tridgell
|
5e33bbd197
|
PX4: fixed sense of relay pins
|
2013-08-30 15:05:29 +10:00 |
|
Andrew Tridgell
|
c56017d8f1
|
AP_AHRS: added in new orientations
|
2013-08-30 14:19:17 +10:00 |
|
Andrew Tridgell
|
9320e82ac2
|
AP_Compass: added in new orientations
|
2013-08-30 14:19:03 +10:00 |
|
Andrew Tridgell
|
fbf79c07f0
|
AP_Compass: added COMPASS_EXTERNAL option
this allows configuring of a compass as being externally attached
|
2013-08-30 14:02:09 +10:00 |
|
Andrew Tridgell
|
97b7130bb9
|
libraries: update license header to GPLv3
we switched to GPLv3 a long time ago, but neglected to update the
per-file license headers
|
2013-08-30 13:01:39 +10:00 |
|
Andrew Tridgell
|
b29369bc03
|
AP_Notify: fixed examples build
|
2013-08-30 13:01:39 +10:00 |
|
Andrew Tridgell
|
905e07edf9
|
AP_Mount: fixed examples build
|
2013-08-30 13:01:39 +10:00 |
|
Andrew Tridgell
|
01387a1553
|
AP_Motors: fixed examples build
|
2013-08-30 13:01:39 +10:00 |
|
Andrew Tridgell
|
873e54deb1
|
AP_Math: fixed example build
|
2013-08-30 13:01:39 +10:00 |
|
Andrew Tridgell
|
5caf2e0ea4
|
AP_InertialSensor: fixed example build
|
2013-08-30 13:01:39 +10:00 |
|
Andrew Tridgell
|
a2902d4a0f
|
AP_InertialNav: fixed example build
|
2013-08-30 13:01:38 +10:00 |
|
Andrew Tridgell
|
83fbb29db1
|
HAL_PX4: fixed example build
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
0bfc18b72d
|
HAL_AVR: fixed examples build
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
e6bd3b65b9
|
AP_GPS: fixed examples build
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
517c44bbaa
|
AP_Baro: fixed example build
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
e6794239ca
|
AC_Fence: fixed example build
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
6182571c21
|
AP_AHRS: fixed example build
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
69c8df3326
|
AP_Airspeed: fixed example build
removed Airspeed_Calibration test, as it is not useful
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
b57af23933
|
DataFlash: fixed example build
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
7535ecb282
|
AP_Notify: enable board LEDs for ESC calibration
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
|
2013-08-30 13:01:36 +10:00 |
|
Andrew Tridgell
|
d67ad2c7ee
|
AP_Notify: added missing files
|
2013-08-30 13:01:35 +10:00 |
|