Commit Graph

17454 Commits

Author SHA1 Message Date
Randy Mackay 0baf808c5a AP_Arming: minor format fix 2018-09-15 10:12:27 +09:00
Randy Mackay fec32e4e0c AP_Arming: add RUDDER parameter 2018-09-15 10:12:23 +09:00
Leonard Hall 4afb6a5d2c AC_PosControl: Fix divide by zero check in limit_vector_length 2018-09-15 10:11:02 +09:00
Leonard Hall aa0d8cb386 AC_AttitudeControl: Add minimum angle limit for get_althold_lean_angle_max 2018-09-15 10:11:00 +09:00
Andrew Tridgell 313baec2fd HAL_ChibiOS: fixed ADC bug
this caused bad analog readings when the number of channels being read
was more than the number of hw channels

thanks to @vierfuffzig for reporting!
2018-09-15 10:06:39 +09:00
Andrew Tridgell f79404457f AP_Compass: default COMPASS_AUTO_ROT to 2 for all boards
we're confident of this code now
2018-09-14 15:17:05 +10:00
Andrew Tridgell a4d19e1f34 AP_Notify: fixed remote play tune 2018-09-08 09:54:32 +09:00
Andrew Tridgell cfe0fb61e1 AP_Notify: fixed oled probe on first bus
Thanks to Erwin Quilloy for helping to track this down
2018-09-08 09:54:31 +09:00
Andrew Tridgell 986a1eb72f AP_IOMCU: cope with IOMCU reset in flight
this copes with IOMCU reset when we have safety forced off
2018-09-08 09:21:49 +09:00
Leonard Hall 74a1afd5f3 AC_Loiter: reduce twitch on init 2018-09-08 09:21:11 +09:00
Leonard Hall e70548bacf AC_PosControl: reduce glitch on init 2018-09-08 09:21:08 +09:00
Leonard Hall 1098890155 AC_PID_2D: add reset for filter and D term 2018-09-08 09:21:04 +09:00
Matt 6fda807e49 AP_LandingGear: Remove deploy_lock state 2018-09-03 16:50:13 +09:00
pierre-louis.k ffe854063b AP_RangeFinder: Remove range enforcement on out of range 2018-08-27 12:34:16 +09:00
pierre-louis.k ec21de5ed9 AP_RangeFinder: Rework function structure in TeraRanger driver 2018-08-27 12:34:13 +09:00
pierre-louis.k 5069540ad0 AP_RangeFinder: Rename function in TeraRanger driver 2018-08-27 12:34:11 +09:00
pierre-louis.k b9af00e7dd AP_RangeFinder: Give back semaphore on whoami error 2018-08-27 12:34:09 +09:00
pierre-louis.k b0acac0f55 AP_RangeFinder: Clean TeraRanger driver 2018-08-27 12:34:07 +09:00
pierre-louis.k d1937a6334 AP_RangeFinder: Add error codes rejection for TeraRanger sensors 2018-08-27 12:34:04 +09:00
pierre-louis.k 5a5fdf9c79 AP_Proximity: Change min and max range to support both 60m and 600Hz 2018-08-27 12:33:57 +09:00
Mateusz Sadowski f6dc6edc04 AP_Proximity: Fix sensor order on TeraRanger Tower Evo 2018-08-27 12:33:54 +09:00
Mateusz Sadowski 88a2a123a3 AP_Proximity: Correctly handle TeraRanger Tower Evo initialization 2018-08-27 12:33:51 +09:00
Mateusz Sadowski 0c6d689a3b AP_Proximity: Change TeraRanger Tower Evo sequence mode to Tower 2018-08-27 12:33:48 +09:00
Mateusz Sadowski 39ea8b835e AP_Proximity: Add support for TeraRanger Tower Evo 2018-08-27 12:33:46 +09:00
Randy Mackay 681645e324 AP_Motors: include boost_throttle in get_motor_mask 2018-08-27 12:32:27 +09:00
Randy Mackay 22d3ab344c AP_Motors: add override keyword to get_motor_mask 2018-08-27 12:32:24 +09:00
Peter Barker be19f6520c AP_Mission: starts_with_takeoff_cmd skips past mav_cmd_nav_delay 2018-08-27 12:31:02 +09:00
Peter Barker 5cc4015144 AP_Mission: remove pointless else clauses 2018-08-27 12:30:59 +09:00
Andrew Tridgell f635bc1d81 AP_Notify: new LED drivers
update to current master
2018-08-08 12:02:24 +10:00
Andrew Tridgell 87459d520a AP_ROMFS: fixed error handling in tinflate
coverity CID308327
2018-08-07 13:27:47 +10:00
Andrew Tridgell 2b3054c8f6 AP_RCProtocol: Fix out of bounds write, CID 308323 and 308333 2018-08-07 13:27:45 +10:00
Peter Barker 7fbcaaae11 RC_Channels: zero all channels before populating
Fix for CID 308365
2018-08-07 09:42:49 +10:00
Andrew Tridgell f59288ce83 AP_Stats: use set_and_save_ifchanged()
if the board has no GPS then the values usually don't change
2018-08-06 21:46:42 +10:00
Andrew Tridgell 2fb84b22c6 HAL_ChibiOS: updated F745 and OmnibusNanoV6 2018-08-06 19:27:19 +10:00
Andrew Tridgell c249e26a03 HAL_ChibiOS: added a DMA reserve heap
this ensures we keep some DMA-capable memory aside for when it is
needed
2018-08-06 15:58:51 +10:00
Andrew Tridgell d1c271cd13 HAL_ChibiOS: raise timer thread priority
needs to be above main for guaranteed DShot and oneshot output periods
2018-08-06 11:40:38 +10:00
Andrew Tridgell bc2b5661c8 HAL_ChibiOS: fixed build 2018-08-06 11:40:03 +10:00
Andrew Tridgell 65df9ace57 AP_BLHeli: pass motor mask to serial_setup_output() 2018-08-06 11:17:33 +10:00
Andrew Tridgell 126333c3b5 AP_BLHeli: improved reliability of pass-thru support
this uses a connection cache to prevent re-connecting to an ESC when
not needed, and allows for pass-thru comms on any port, using
SERVO_BLH_PORT parameter
2018-08-06 11:17:30 +10:00
Andrew Tridgell e4c9257e6f HAL_ChibiOS: fixed dshot bad frames
adding a pre-bit on the DMAR, and ensuring that all groups are setup
for DMA together fixes the remaining bad frames reports in BLHeli32
2018-08-06 11:17:15 +10:00
Andrew Tridgell 660985db8e HAL_ChibiOS: set min dshot separation to 100usec
this fixes a problem with BLHeli32 not recognising dshot
2018-08-06 11:17:11 +10:00
Andrew Tridgell 4db2c4a380 HAL_ChibiOS: fixed timeout of serial read bytes
this allows for fast timeout of serial read bytes in BLHeli pass-thru
2018-08-06 11:17:05 +10:00
Andrew Tridgell c41ef82b57 AP_HAL: added chanmask to serial_setup_output() 2018-08-06 11:15:59 +10:00
Randy Mackay bc4a5d0367 AP_Follow: fixup offset initialisation 2018-08-02 12:39:05 +09:00
hoangthien94 376fdc5cf1 AP_Follow: Initialize offsets based on offset type 2018-08-02 12:39:04 +09:00
Randy Mackay 242e0a7c0a AP_Follow: fix initialisation of offsets 2018-08-02 12:39:03 +09:00
Randy Mackay 30f369c3b4 AP_Follow: update FOLL log column names
VelN is easier to understand than VelX
Also minor formatting fix
2018-08-02 12:39:03 +09:00
Randy Mackay 31c2c86e71 AP_Follow: fix reporting to GCS 2018-08-02 12:39:02 +09:00
Andrew Tridgell 1bc1f33cad HAL_ChibiOS: updates to hwdef.dat from plane3.9.0 2018-08-02 12:39:01 +09:00
Andrew Tridgell 83b39445e1 HAL_PX4: updated to new tonealarm system 2018-08-02 12:39:00 +09:00
Andrew Tridgell addbe3cbd5 HAL_Linux: updated to new tonealarm system 2018-08-02 12:38:59 +09:00
Andrew Tridgell b1b6061ad4 HAL_ChibiOS: updated to new tonealarm system 2018-08-02 12:38:58 +09:00
Andrew Tridgell ac7d3e0366 AP_HAL: updated to new tonealarm system 2018-08-02 12:38:56 +09:00
Andrew Tridgell 66d1d11aec AP_Notify: updated to new tonealarm system 2018-08-02 12:38:56 +09:00
Andrew Tridgell 6df5295299 AP_Mount: removed ADC.h include 2018-08-02 12:38:52 +09:00
Andrew Tridgell 9dfa51c3ee AP_Motors: removed ADC.h include 2018-08-02 12:38:51 +09:00
Andrew Tridgell 985912fff7 AP_Module: removed ADC.h include 2018-08-02 12:38:50 +09:00
Andrew Tridgell aff6ae2d9e AP_Airspeed: removed ADC.h include 2018-08-02 12:38:49 +09:00
Andrew Tridgell 50b9e19f5a SITL: match plane3.9.0 2018-08-02 12:38:48 +09:00
Andrew Tridgell f729bdcb28 AP_Airspeed: removed ADC.h include 2018-08-02 12:38:45 +09:00
Andrew Tridgell aa8c62ad16 AP_SerialManager: make console do mavlink2 by default
this is low impact as it doesn't affect radios that may not do mavlink2
2018-08-02 12:38:45 +09:00
Andrew Tridgell fc87d59a04 AP_BattMonitor: removed ADC.h include 2018-08-02 12:38:44 +09:00
Andrew Tridgell 98ddab501c AP_BoardConfig: match plane3.9.0 2018-08-02 12:38:43 +09:00
Andrew Tridgell b9f67e1766 AP_Camera: match plane3.9.0 2018-08-02 12:38:42 +09:00
Andrew Tridgell 4898a10b0c AP_GPS: removed ADC.h include 2018-08-02 12:38:41 +09:00
Andrew Tridgell ff3322a526 HAL_Empty: match plane 3.9.0 2018-08-02 12:38:41 +09:00
Andrew Tridgell 388cbf5cbd HAL_VRBrain: match plane 3.9.0 2018-08-02 12:38:40 +09:00
Andrew Tridgell b378446472 AP_InertialSensor: update SITL to have device IDs 2018-08-02 12:38:39 +09:00
Andrew Tridgell 8bac95209b AP_OSD: update to match plane3.9.0 2018-08-02 12:38:38 +09:00
Andrew Tridgell 6b05ce15c5 AP_ADC: update to match plane3.9.0 2018-08-02 12:38:37 +09:00
Andrew Tridgell b959e353e2 AP_Compass: added COMPASS_AUTO_ROT support
this is set to "check but don't fix" by default. This matches the
behaviour for plane3.9.0
2018-08-02 12:38:37 +09:00
Andrew Tridgell a403254c81 AP_AHRS: added get_DCM_rotation_body_to_ned()
this specifically asks for the DCM attitude, which will be used for
the comass calibration to help determine compass orientation
2018-08-02 12:38:36 +09:00
Andrew Tridgell 0bf8b84be0 AP_AHRS: don't do yaw correction in DCM while calibrating compass
this avoids applying bad compass yaw, and helps the compass
calibration code
2018-08-02 12:38:35 +09:00
Michael du Breuil 40d3226cd9 AP_AHRS: Remove unused ADC include 2018-08-02 12:38:34 +09:00
Andrew Tridgell 6f22faa71b HAL_SITL: update to plane3.9.0beta6 2018-08-02 12:38:32 +09:00
Andrew Tridgell b2f4cccd52 HAL_ChibiOS: update to plane3.9.0beta6 2018-08-02 12:38:31 +09:00
Andrew Tridgell faa937e41d HAL_Linux: update to match plane 3.9.0beta6 2018-08-02 12:38:31 +09:00
Andrew Tridgell 524dfdf217 AP_HAL: update to match plane3.9.0beta6 2018-08-02 12:38:30 +09:00
Andrew Tridgell 252ab82c97 HAL_PX4: update to match plane3.9.0beta6 2018-08-02 12:38:29 +09:00
Andrew Tridgell d1a16a0e2f HAL_SITL: update to match plane3.9.0beta6 2018-08-02 12:38:28 +09:00
Andrew Tridgell bb3b5ed869 AP_IOMCU: update to match plane3.9.0beta6 2018-08-02 12:38:28 +09:00
Andrew Tridgell 97dae1a03d HAL_ChibiOS: update to match plane 3.9.0beta6 2018-08-02 12:38:27 +09:00
Andrew Tridgell 9384bc9b03 AP_IOMCU: use compressed interface for IO fw upload 2018-08-02 12:38:26 +09:00
Andrew Tridgell 230e1f681b AP_IOMCU: use thread_create() API 2018-08-02 12:38:25 +09:00
Andrew Tridgell 2de747a71e AP_ROMFS: added support for compressed files in ROMFS 2018-08-02 12:38:20 +09:00
Andrew Tridgell 195550998d HAL_PX4: backup storage to microSD if possible
very useful for diagnostics
2018-08-02 12:38:20 +09:00
Randy Mackay cbd225ae38 AP_BattMonitor: add BLHeli ESC to MONITOR param desc 2018-08-01 15:11:41 +09:00
Randy Mackay d98d1764df AP_RSSI: const get_gpio and fix includes 2018-08-01 15:10:44 +09:00
Randy Mackay 3ffd516cae AP_RSSI: support pwm input on gpio pin 2018-08-01 15:10:29 +09:00
Randy Mackay 9deb0d7d12 AP_RSSI: minor format fix 2018-08-01 15:10:26 +09:00
Randy Mackay 08ef942907 AP_RSSI: clarify PIN_LOW/HIGH parameter description 2018-08-01 15:10:24 +09:00
Raouf cb8210599e AC_Fence: add always land option 2018-08-01 15:09:07 +09:00
bnsgeyer 7e8c2a3e83 AP_Motors: Tradheli-corrected get_motor_mask method 2018-08-01 15:03:54 +09:00
bnsgeyer abdb1e07c5 AP_Motors: convert heli code to use SRV_Channels
this converts the heli code to use the SRV_Channels output
functions. It does not change behaviour, but removes the last vehicle
type that did its own servo output calculations.  This change also
fixed servo initialization conflicts.

Note that this also allows helis to be setup with more than one
channel for a particular output (eg. two separate channels for tail
servo if they are wanted). This isn't likely to be used much, but does
make heli consistent with other vehicle types
2018-08-01 15:03:51 +09:00
bnsgeyer b728e781a7 SRV_Channel: fixes channel numbering for channel already assigned message 2018-08-01 15:03:46 +09:00
bnsgeyer 7c498b8978 SRV_Channel: modified set_output_pwm_trimmed for reverse property
Modified function to account for servo reverse property
2018-08-01 15:03:43 +09:00
Andrew Tridgell 28e66c95bc SRV_Channel: added function based set_output_min_max
this is for a conversion of AP_Motors heli code to servo functions
2018-08-01 15:03:40 +09:00
Andrew Tridgell b4bd0adfad HAL_ChibiOS: account for I2C base in compass masks 2018-07-31 14:26:56 +10:00
Andrew Tridgell 630dc96d0b HAL_ChibiOS: fixed internal i2c mask for Pixracer 2018-07-31 14:26:49 +10:00
Michael du Breuil e1b69a7534 RC_Channel: Allow a RC_OVERRIDE_TIMEOUT of -1 to use the overrides
forever
2018-07-31 14:26:29 +10:00
Jonathan Challinger 83ed210869 AP_IOMCU: fix radio failsafe handling 2018-07-31 14:26:11 +10:00
Andrew Tridgell 26a8c75a84 AP_Compass: clear DEV_ID for undetected compasses
this prevents user confusion with the number of compasses detected
2018-07-31 14:25:40 +10:00
Timothy Knab 0dad18f014 HAL_ChibiOS: Updated OMNIBUSF7V2
Compasses on the I2C bus are now detected properly and GPS on UART3 works.
2018-07-31 14:24:39 +10:00
Andrew Tridgell 6d3ff416cf AP_IOMCU: fixed setting of rate masks
this affects layouts which set a subset of channels on a timer
2018-07-31 14:24:30 +10:00
Andrew Tridgell fa4d125727 HAL_ChibiOS: only set freq on valid IO channels 2018-07-31 14:24:27 +10:00
Andrew Tridgell a8302911b5 HAL_ChibiOS: added Pixhawk1 build target
this is more obvious to users than fmuv3
2018-07-31 14:24:17 +10:00
Andrew Tridgell 24338199ac AP_RangeFinder: fixed VL53L0X semaphore usage 2018-07-31 14:24:14 +10:00
Alexander Malishev 95d3dae64a HAL_ChibiOS: fix DTCM size in stm32f745 mcu 2018-07-31 14:24:11 +10:00
Andrew Tridgell ab71cec7ef AP_Arming: only check trim on valid channel count 2018-07-31 14:24:08 +10:00
Andrew Tridgell 34fd3a9bcf HAL_ChibiOS: changed uart order for KakuteF4
thanks to feedback from Arther
2018-07-12 11:50:30 +10:00
Andrew Tridgell 5bf48fad43 HAL_ChibiOS: added specific builds for the Pixracer and mRoX21 boards 2018-07-12 11:44:32 +10:00
Andrew Tridgell 465c6c5a68 AP_BoardConfig: allow hwdef.dat override of BRD_TYPE 2018-07-12 11:44:30 +10:00
Andrew Tridgell 8a23a21383 HAL_ChibiOS: fixed mRoX21 IMU setup 2018-07-12 11:44:27 +10:00
fnoop 35a5166038 HAL_ChibiOS: MatekF405-Wing UART reorder 2018-07-12 11:43:23 +10:00
Andrew Tridgell cd6d585591 HAL_VRBrain: don't clear buffers on no baud change 2018-07-12 11:43:23 +10:00
Andrew Tridgell e661b1266f HAL_Linux: don't clear buffers on no baud change 2018-07-12 11:43:23 +10:00
Andrew Tridgell 84a6c18c43 HAL_PX4: don't clear buffers if no baudrate change 2018-07-12 11:43:23 +10:00
Andrew Tridgell 84624fbbf6 HAL_ChibiOS: don't clear buffers if no baudrate change 2018-07-12 11:43:23 +10:00
Andrew Tridgell 4f78d7200f AP_FlashStorage: fixed build of example on small memory boards 2018-07-11 15:32:35 +09:00
fnoop abdf56d6dd HAL_ChibiOS: Fix MatekF405-Wing default compass rotation 2018-07-11 14:20:53 +09:00
Andrew Tridgell d9ba148083 AP_Compass: fixed compass orientations on PH4 2018-07-11 14:20:34 +09:00
Andrew Tridgell 260ac21e13 AP_HAL: make linux internal i2c be 0xffff
based on feedback from Lucas
2018-07-11 14:20:26 +09:00
Andrew Tridgell 59a3deba3e HAL_Linux: allow for 16 I2C buses on Linux 2018-07-11 14:20:21 +09:00
Andrew Tridgell 16bd8ae852 AP_Compass: use I2C bus masks
this allows for external compasses on all external I2C ports, while
retaining existing device ordering
2018-07-11 14:20:18 +09:00
Andrew Tridgell d324c967de AP_Notify: use I2C bus masks 2018-07-11 14:20:15 +09:00
Andrew Tridgell ac3886e27e HAL_PX4: implement I2C bus masks 2018-07-11 14:20:13 +09:00
Andrew Tridgell 15ff760601 HAL_Linux: implement I2C bus masks 2018-07-11 14:20:11 +09:00
Andrew Tridgell 98f241c7e4 HAL_ChibiOS: implement I2C bus masks 2018-07-11 14:20:08 +09:00
Andrew Tridgell 44685bbb7b AP_HAL: added I2C bus mask functions and macros 2018-07-11 14:20:05 +09:00
Andrew Tridgell 05c0885d04 AP_SerialManager: fixed find_baudrate to return mapped baudrate 2018-07-11 14:14:14 +09:00
Peter Barker 969827d8f5 AP_SerialManager: remove set_console_baud, factor out find_protocol_instance 2018-07-11 14:14:04 +09:00
Andrew Tridgell f02e944857 HAL_PX4: fixed link on aerofc-v1
it does not have bl_update
2018-07-11 14:11:21 +09:00
liang.tang 1a12b958fc AC_WPNav: check validity of kP 2018-07-11 14:07:43 +09:00
Randy Mackay 734e61e80d AP_HAL_ChibiOS: reduce default BRD_PWM_COUNT to 4 for fmv3
also default relay pins to use aux out 5 and 6
2018-07-11 14:02:55 +09:00
Andrew Tridgell 5b056ff8d5 HAL_ChibiOS: fixed omnibusf4pro I2C
many thanks to Kelly-Foster and @sh83
2018-07-11 14:02:43 +09:00
Andrew Tridgell 61b8cbc3c6 HAL_ChibiOS: added separate builds for Pixhawk4 and CUAVv5
this makes it easier to distinguish boards in logs, plus makes life
easier when the user is selecting the right firmware.

It also gives us the flexibility to make parameter changes as needed
2018-07-11 14:02:15 +09:00
Andrew Tridgell a75447c8bd HAL_ChibiOS: changed which I2C bus is internal on fmuv5
match PH4 arrangement
2018-07-11 14:00:28 +09:00
Andrew Tridgell ac49b3aad4 HAL_ChibiOS: support for PH4-mini board 2018-07-11 14:00:18 +09:00
Andrew Tridgell 29dc4b6e8b HAL_ChibiOS: ensure system_id is nul terminated 2018-07-11 14:00:00 +09:00
Andrew Tridgell 4e4a83a2fb HAL_ChibiOS: make serial number match HAL_PX4 2018-07-11 13:57:59 +09:00
Andrew Tridgell c5e659c9dd HAL_ChibiOS: fixed default revo compass orientation 2018-07-11 13:57:53 +09:00
Andrew Tridgell 7bcb01d28f GCS_MAVLink: expose HUD throttle accessor 2018-07-05 11:39:46 +10:00
Andrew Tridgell 2738ae63a3 HAL_ChibiOS: rename to CubeYellow 2018-07-05 10:40:57 +10:00
Andrew Tridgell 7296767408 HAL_ChibiOS: make CubeOrange IDs consistent with CubeBlack 2018-07-05 10:40:55 +10:00
Andrew Tridgell 2418a05459 HAL_ChibiOS: rename cube-orange to CubeOrange 2018-07-05 10:40:53 +10:00
proficnc 0a03597872 HAL_ChibiOS: Added CubeBlack hwdef 2018-07-05 10:40:51 +10:00
Andrew Tridgell 88987608ae AP_OSD: display --- when no airspeed available 2018-07-05 10:39:48 +10:00
Andrew Tridgell f44fe31c23 AP_OSD: added check for get_telem_data() 2018-07-05 10:39:46 +10:00
Andrew Tridgell 5a0354dfee AP_OSD: make packed decimal the default
and fix SITL char spacing
2018-07-05 10:39:44 +10:00
Alexander Malishev 7320b15be4 AP_OSD: fixed packed dot 2018-07-05 10:39:41 +10:00
Andrew Tridgell eb238a3c80 AP_OSD: added blink for SITL backend 2018-07-05 10:39:39 +10:00
Andrew Tridgell ccdd5d2bbf AP_OSD: use a thread for SITL OSD
this allows for window scaling and should fix ubuntu 18 warning
2018-07-05 10:39:37 +10:00
Andrew Tridgell 76bf630efd AP_OSD: fixed sign of altitude 2018-07-05 10:39:35 +10:00
Andrew Tridgell 141b9703a9 AP_OSD: added option to pack decimal numbers 2018-07-05 10:39:32 +10:00
Andrew Tridgell d8b643a888 AP_OSD: fixed sign on GPS coords 2018-07-05 10:39:29 +10:00
Kelly-Foster 2f77c4cddb AP_OSD: widgets for BLHeli32 ESC amps, temp, rpm, and GPS lat/long 2018-07-05 10:39:27 +10:00
Andrew Tridgell f008015b24 AP_OSD: fixed vector orientation 2018-07-05 10:39:25 +10:00
Alexander Malishev 4485efe989 AP_OSD: fixed up/down arrows 2018-07-05 10:39:23 +10:00
Alexander Malishev b370131505 AP_OSD: fixed vertical speed item 2018-07-05 10:39:20 +10:00
Alexander Malishev 57e26c0e6b AP_OSD: fixed speed vector calculation 2018-07-05 10:39:18 +10:00
Alexander Malishev 9dcd9298a7 AP_OSD: fixed review issues 2018-07-05 10:39:16 +10:00
Alexander Malishev 734e5647f5 AP_OSD: reduce width of the vspeed item 2018-07-05 10:39:13 +10:00
Alexander Malishev 80d85ceebc AP_OSD: fixed type in the script 2018-07-05 10:39:10 +10:00
Alexander Malishev 5e66b57e0c AP_OSD: added airspeed and climbrate 2018-07-05 10:39:08 +10:00
Alexander Malishev 1514a96bcb AP_OSD: add wind speed/direction item 2018-07-05 10:39:06 +10:00
Alexander Malishev 90d6922de5 AP_OSD: show direction of the groundspeed vector 2018-07-05 10:39:04 +10:00
Alexander Malishev 9f559d2f82 AP_OSD: add compass item 2018-07-05 10:39:02 +10:00
vierfuffzig f6bfb76691 AP_OSD: implement throttle and heading 2018-07-05 10:39:00 +10:00
Alexander Malishev 70829e67ce AP_OSD: fixed horizon roll/pitch signs 2018-07-05 10:38:57 +10:00
Alexander Malishev b9d36f1a77 AP_OSD: fix home direction 2018-07-05 10:38:55 +10:00
Alexander Malishev 08ff48bd74 AP_OSD: give credits to the original authors 2018-07-05 10:38:52 +10:00
Andrew Tridgell 7f17c2f41b AP_BattMonitor: fixed ESC telem scaling 2018-07-05 10:37:51 +10:00
Peter Barker fc378eeae1 DataFlash: move log-transfer state variables into enumerated variable 2018-07-02 10:46:52 +10:00
Peter Barker 4c2925d693 AP_Compass: remove pointless initialisations
If you are allocating one of these on the stack you're doing something
wrong.
2018-07-02 10:44:34 +10:00
Andrew Tridgell 0af83f9364 AP_OSD: use correct SFML header file 2018-07-02 10:43:48 +10:00
Andrew Tridgell d3bc281a10 HAL_ChibiOS: use generic ROMFS embedding system 2018-07-02 10:43:48 +10:00
Andrew Tridgell 8ba137bd9a waf: moved ROMFS embed script into waf folder 2018-07-02 10:43:48 +10:00
Peter Barker 20d22f3629 AP_Math: quaternion requires isnan, so include math.h to get it 2018-07-02 09:31:11 +10:00
Peter Barker 493f958eb2 DataFlash: remove unused ReadBlock method 2018-07-02 09:00:51 +10:00
Andrew Tridgell 35192a6162 AP_OSD: added SITL OSD backend 2018-07-01 21:21:28 +10:00
Alexander Malishev 0169a9287d AP_OSD: fixed issues with horizont and home
Fixed roll direction.
Fixed home direction at small distances
2018-07-01 20:26:53 +10:00
Alexander Malishev daf13cb9f4 AP_OSD: add home item 2018-07-01 20:26:53 +10:00
Alexander Malishev d2e2a5b2ea AP_OSD: fixes in screen swithing methods
Do not switch to the next screen just after initialization.
Reduced auto switch interval to 1s.
Allow switch sreen in autoswitch mode just after transition.
2018-07-01 20:26:53 +10:00
Alexander Malishev c0db1a3625 AP_OSD: fix warnings 2018-07-01 20:26:53 +10:00
Alexander Malishev 9b687e0e50 AP_OSD: use autoscroll in text messages, add artificial horizon 2018-07-01 20:26:53 +10:00
Alexander Malishev 1949166dde AP_OSD: add two new methods to switch osd screen 2018-07-01 20:26:53 +10:00
Alexander Malishev d0571f55ed AP_OSD: use autoincrement mode to reduce spi traffic 2018-07-01 20:26:53 +10:00
Peter Barker be19ae41d4 AP_HAL_SITL: increase debug for SIM connections 2018-06-30 10:11:10 +10:00
Peter Barker c5d13847b2 AP_HAL_SITL: set cloexec on sitl-gps file descriptors 2018-06-29 21:53:14 +10:00
Peter Barker 6d6366df48 SITL: Sim_Vicon: set CLOEXEC on vicon file decsriptor 2018-06-29 21:53:14 +10:00
Andrew Tridgell e5435e02ad HAL_ChibiOS: report system ID in mavlink and logs 2018-06-29 20:27:36 +10:00
Andrew Tridgell eb2c9dfe74 AP_HAL: define CHIBIOS_SHORT_BOARD_NAME if not defined 2018-06-29 20:27:36 +10:00
Peter Barker e577a5564f AP_HAL_SITL: correct segfault when uartg configured 2018-06-29 18:47:30 +10:00
Peter Barker ed724bc2be AP_HAL_SITL: strip -w parameter on SITL reboot 2018-06-29 10:54:27 +10:00
Andrew Tridgell b4d527a9f8 HAL_PX4: support flashing bootloader with MAVLink command 2018-06-29 09:00:40 +10:00
Michael du Breuil 4299eb9ba8 AP_Terrain: Reduce memory consumption, simplify enable checking 2018-06-29 09:00:01 +10:00
Andrew Tridgell ca3beb88b7 HAL_ChibiOS: allow for telem1 and telem2 for bootloader on fmuv3 2018-06-29 08:17:38 +10:00
Andrew Tridgell 6cf205bdbe HAL_ChibiOS: make sure we populate up to uartG 2018-06-29 08:17:38 +10:00
Andrew Tridgell dd059b89f3 HAL_ChibiOS: added uartG for fmuv4 and fmuv5 2018-06-29 08:17:38 +10:00
Andrew Tridgell 759121f0d0 AP_SerialManager: support uartG 2018-06-29 08:17:38 +10:00