Andy Piper
|
07df203d19
|
Sub: make mount/gimbal inclusion configurable per-board
|
2020-08-04 09:18:14 +10:00 |
Mirko Denecke
|
1db0feea59
|
ArduSub: update_trigger() is now called in AP_Camera update()
|
2020-07-15 08:37:28 +09:00 |
Andy Piper
|
5bedf44734
|
Sub: log harmonic notch even if FFT is disabled
|
2020-06-21 19:09:35 +10:00 |
Andy Piper
|
94235c5739
|
Sub: make sure AP_Vehicle::fast_loop() gets called
|
2020-05-24 07:43:34 +10:00 |
Andy Piper
|
83b1c3a0bd
|
ArduSub: add gyro fft logging
|
2020-02-22 11:15:37 +11:00 |
Peter Barker
|
7658c13c69
|
Sub: let AP_Vehicle handle loop()
|
2020-02-06 14:41:06 +11:00 |
Peter Barker
|
87b84ec196
|
Sub: move setup method up to AP_Vehicle base class
|
2020-01-28 11:34:51 +11:00 |
Peter Hall
|
89241d25fd
|
Sub: set_likely_flying in vehicle
|
2020-01-14 22:34:37 -07:00 |
Peter Barker
|
3819366a9e
|
Sub: cope with change in namespace of LogEvent enum
Also eliminate the Log_Write_Event wrappers
|
2019-11-05 08:19:26 +08:00 |
Peter Barker
|
3ef94a69ad
|
Sub: call periodic fence update function
|
2019-09-28 07:58:48 +09:00 |
Willian Galvani
|
2b0773c18b
|
Sub: Create MOTOR_DETECT mode
This mode attempts to detect the direction of all motors and adjust parameters appropriately.
|
2019-09-26 09:39:50 -07:00 |
Peter Barker
|
03e6065380
|
Sub: move automatic declination setting into AP_Compass itself
|
2019-08-13 10:02:13 +10:00 |
Tom Pittenger
|
5519527874
|
Sub: move heartbeat sending to gcs instead of by vehicles
|
2019-05-14 10:54:45 -06:00 |
Peter Barker
|
aae9dc55e3
|
Sub: move responsibility for logging into library
|
2019-04-23 10:06:17 +10:00 |
Peter Barker
|
c6a9130d84
|
Sub: call compass cal routine directly from sched table
|
2019-04-23 10:06:17 +10:00 |
Peter Barker
|
b1c4a5ade7
|
Sub: move enabled parameter into compass library
|
2019-04-02 10:24:49 +11:00 |
Tom Pittenger
|
2dc766556d
|
Sub: rename dataflash to logger
|
2019-03-28 16:40:57 +11:00 |
Peter Barker
|
5b618fb582
|
Sub: fill Notify flag for flying
|
2019-03-19 14:39:14 +11:00 |
Peter Barker
|
97792d1774
|
Sub: AHRS set_orientation renamed to update_orientation
|
2019-02-26 10:28:09 +11:00 |
Peter Barker
|
6fc76a32af
|
GLOBAL: use AP::logger() and strip redundant Log_ from methods
|
2019-01-18 18:08:20 +11:00 |
Peter Barker
|
b47733142f
|
GLOBAL: rename DataFlash_Class to AP_Logger
|
2019-01-18 18:08:20 +11:00 |
Andrew Tridgell
|
25c659822a
|
Sub: changed Log_Write_Rate to use AHRS_View
|
2018-12-21 22:17:52 +11:00 |
Francisco Ferreira
|
6f01073786
|
Sub: fix error in task scheduled rate
|
2018-12-14 09:17:02 +09:00 |
Peter Barker
|
2e58eb1d46
|
Sub: call GCS update_send at main loop rate
|
2018-12-10 12:52:41 +09:00 |
Peter Barker
|
b31ce6ae69
|
Sub: adjust for new update entry points into GCS
|
2018-12-10 12:52:41 +09:00 |
Peter Barker
|
27405f9dd7
|
Sub: remove pointless wrappers around gcs functions
|
2018-11-23 10:56:17 +11:00 |
Peter Barker
|
376a422cff
|
Sub: OpticalFlow takes care of its own logging
|
2018-11-13 10:40:23 +11:00 |
Andrew Tridgell
|
a8f5079df9
|
Sub: enable in-flight compass learning
|
2018-10-24 07:25:42 +10:00 |
Randy Mackay
|
012dd57246
|
Sub: rename gcs_check_input to gcs_update
|
2018-08-24 15:30:50 +09:00 |
Randy Mackay
|
54df7ad88d
|
Sub: remove compass accumulate
|
2018-08-06 11:05:34 +10:00 |
Peter Barker
|
1ba0901e51
|
Sub: minimal support for inheritting from RC_Channel
|
2018-08-01 12:11:30 +09:00 |
Peter Barker
|
d183847aa3
|
Sub: use compass singleton for logging
|
2018-07-04 20:11:27 +01:00 |
Patrick José Pereira
|
dcd3f83539
|
Sub: Remove void as parameter
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-07-02 11:25:03 -04:00 |
Peter Barker
|
4cc236b8a7
|
Sub: use AP_RTC
Sub: AP_GPS now sets the system time directly
Sub: use AP_RTC for delays in missions
|
2018-06-15 08:01:22 +10:00 |
Peter Barker
|
0a0e11ba21
|
Sub: correct compilation when features disabled
Gripper
Mount
|
2018-05-10 17:55:13 +09:00 |
Patrick José Pereira
|
e62b560095
|
Sub: Move SITL barometer check to control_check_barometer
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-05-07 17:28:51 -04:00 |
Michael du Breuil
|
6642b9e585
|
Sub: Support new RC_Channels::read_input()
|
2018-04-26 08:00:09 +10:00 |
Patrick José Pereira
|
0878f5044c
|
Sub: Send a clear message if depth sensor is not connected
Fix bluerobotics/ardusub#151
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-04-19 07:45:00 -07:00 |
Peter Barker
|
a10c843e6e
|
Sub: GPS now logs its own data
|
2018-04-18 13:50:55 +09:00 |
Michael du Breuil
|
6ebe954d51
|
Sub: Support new battery failsafes
|
2018-03-27 22:12:21 +01:00 |
Peter Barker
|
78ca188dc3
|
Sub: use ins singleton
|
2018-03-16 00:37:35 -07:00 |
Randy Mackay
|
c857f8332b
|
Sub: replace NTUN with PSC logging
|
2018-03-16 13:50:57 +09:00 |
Andrew Tridgell
|
59868f425e
|
Sub: use scheduler.get_last_loop_time_s()
|
2018-02-13 17:15:05 +11:00 |
Peter Barker
|
44a1553535
|
Sub: eliminate perf_update scheduler table shim
|
2018-02-13 17:15:05 +11:00 |
Andrew Tridgell
|
832a96d29f
|
Sub: use filtered loop time
|
2018-02-13 17:15:05 +11:00 |
Peter Barker
|
ae958632ec
|
Sub: pass log-performance-bit at init time rather than update time
|
2018-02-13 17:15:05 +11:00 |
Peter Barker
|
980fbf6cfb
|
Sub: move logging of PM messages to AP_Scheduler
|
2018-02-13 17:15:05 +11:00 |
Peter Barker
|
3e6ba8d96e
|
Sub: move PERF: statustext sending into AP_Scheduler
|
2018-02-13 17:15:05 +11:00 |
Peter Barker
|
7313d9e7a7
|
Sub: use AP_Scheduler's loop() function
|
2018-02-13 17:15:05 +11:00 |
Peter Barker
|
9bb1224cef
|
Sub: use scheduler ticks in place of mainloop_count
|
2018-02-13 17:15:05 +11:00 |