Randy Mackay
|
d0a2198e00
|
AP_AHRS: expose EKF setTerrainHgtStable accessor
|
2020-06-24 21:16:50 +09:00 |
Andrew Tridgell
|
f896213770
|
AP_AHRS: drop rotate prefix on 2D rotates
|
2020-06-04 09:49:52 +10:00 |
Andrew Tridgell
|
7d520c8307
|
AP_AHRS: added body/earth frame ops for Lua
|
2020-06-04 09:49:52 +10:00 |
chobits
|
c9e363d529
|
AP_AHRS: support VISION_SPEED_ESTIMATE
|
2020-06-01 17:51:24 +09:00 |
Randy Mackay
|
762e82d49d
|
AP_AHRS: writeExtNavData accepts delay
|
2020-05-15 10:07:52 +09:00 |
Randy Mackay
|
8caf7d5811
|
AP_AHRS: add set_alt_measurement_noise
These calls the EKF2 and EKF3's set_baro_alt_noise
|
2020-04-28 09:38:23 +09:00 |
Randy Mackay
|
585c806618
|
AP_AHRS: add get_primary_core_index
|
2020-04-24 18:18:05 +09:00 |
Paul Riseborough
|
22c2ea7cbf
|
AP_AHRS: Add accessor function for EKF yaw reset request
AP_AHRS: Send yaw reset request to EKF2
|
2020-04-24 09:43:23 +10:00 |
Randy Mackay
|
79afc70cdb
|
AP_AHRS: remove writeExtNavData sensOffset argument
EKF pulls this directly from AP_VisualOdom
|
2020-04-14 10:28:03 +10:00 |
Randy Mackay
|
b0b78e974b
|
AP_AHRS: add get_quaternion
|
2020-04-09 19:41:08 +09:00 |
Randy Mackay
|
e1c623183e
|
AP_AHRS: minor comment fix and move var_info lower
|
2020-04-09 19:41:08 +09:00 |
Randy Mackay
|
24bb4876a8
|
AP_AHRS: move is_ext_nav_used_for_yaw to parent
|
2020-04-09 19:41:08 +09:00 |
Andrew Tridgell
|
393a8785f3
|
AP_AHRS: implement get_vibration method on AHRS
|
2020-03-12 08:36:40 +11:00 |
Peter Barker
|
14fce28e1b
|
AP_AHRS: move EKF objects in; this requires unconsting some methods
|
2020-01-21 11:53:18 +11:00 |
Andrew Tridgell
|
3b95b5e692
|
AP_AHRS: make all semaphores recursive
the cost is very similar and this prevents an easy coding error which
can occur on less used code paths
|
2020-01-19 20:19:30 +11:00 |
Peter Hall
|
f6897632f8
|
AP_AHRS: move to airspeed_estimate with pointer
|
2020-01-14 22:34:37 -07:00 |
Peter Hall
|
775e4c90da
|
AP_AHRS: remove flying time and bool
|
2020-01-14 22:34:37 -07:00 |
Randy Mackay
|
4a1247b9f7
|
AP_AHRS: add get_innovations
|
2019-10-18 11:15:25 +09:00 |
Randy Mackay
|
32e25d8b57
|
AP_AHRS: add accessor for roll, pitch and yaw
|
2019-07-12 13:57:28 +09:00 |
Peter Barker
|
2bcaaf5aaf
|
AP_AHRS: remove handling of beacon
|
2019-07-01 07:20:58 +09:00 |
Michael du Breuil
|
1226eb825a
|
AP_AHRS: Reduce scope of AP_Baro.h
|
2019-06-27 14:56:21 +10:00 |
Michael du Breuil
|
0a7cf77de4
|
AP_AHRS: Update function descriptions in header
|
2019-06-18 00:06:32 -07:00 |
Michael du Breuil
|
4aa33bec49
|
AP_AHRS: Remove AP_GPS.h from AP_AHRS.h
|
2019-06-18 10:02:05 +10:00 |
Andrew Tridgell
|
99316a191c
|
AP_AHRS: added check_lane_switch()
|
2019-06-12 09:52:20 +10:00 |
Peter Barker
|
697b8f6b53
|
AP_AHRS: take EAS2TAS directly from Baro (rather than via airspeed)
|
2019-06-06 12:44:36 +10:00 |
Francisco Ferreira
|
869a369cc0
|
AP_AHRS: support NMEA output
|
2019-05-21 09:41:15 +10:00 |
Andrew Tridgell
|
11ceacfdb6
|
AP_AHRS: removed unusued AP_Common/Semaphore.h
|
2019-05-15 15:33:48 +10:00 |
Michael du Breuil
|
334b1622e1
|
AP_AHRS: Allow checking all EKF cores for health
|
2019-04-09 10:53:25 +10:00 |
Pierre Kancir
|
701c5dd4c0
|
AP_AHRS: move location_update to Location and rename to offset_bearing
|
2019-04-06 09:10:28 +11:00 |
Andrew Tridgell
|
6622a4579e
|
AP_AHRS: fixed warning on WARN_IF_UNUSED
|
2019-03-19 12:10:07 +11:00 |
Michael du Breuil
|
2ed1757353
|
AP_AHRS: Remove unused uptime
|
2019-03-19 11:42:54 +11:00 |
Michael du Breuil
|
c7c8c2a7c5
|
AP_AHRS: Tag a lot of the accessors as WARN_IF_UNUSED
|
2019-03-19 11:42:54 +11:00 |
Mark Whitehorn
|
e71eae7d3b
|
AP_AHRS: add new method get_quat_body_to_ned()
|
2019-03-19 10:46:25 +11:00 |
Michael du Breuil
|
0bf2fc004e
|
AP_AHRS: Warn if the return value on (get, set)_origin is not checked
|
2019-03-12 08:27:42 +09:00 |
Randy Mackay
|
ba02894734
|
AP_AHRS: attitude pre-arm check skips yaw if no compass
Also provides better feedback on the axis and angular difference
|
2019-03-07 09:34:39 +09:00 |
Peter Barker
|
63e894e7e1
|
AP_AHRS: rename set_orientation to update_orientation
set_ should be reserved for setters
|
2019-02-26 10:28:09 +11:00 |
Randy Mackay
|
b202270d1a
|
AP_AHRS: minor format fixes
|
2019-02-22 13:00:07 +09:00 |
Randy Mackay
|
f1a023c872
|
AP_AHRS: add attitudes_consistent pre-arm check
|
2019-02-22 13:00:07 +09:00 |
Peter Barker
|
2e403bfd52
|
AP_AHRS: make setting of home boolean in preparation for sanity checks
|
2019-02-15 08:28:45 +11:00 |
ChrisBird
|
532431c284
|
AP_AHRS: Added get_max_wind to make it available for use in determining if the airspeed sensor is faulty.
|
2019-02-03 08:25:46 -08:00 |
Pierre Kancir
|
3b96794fb5
|
AP_AHRS: remove useless virtual qualifier
|
2018-12-22 08:31:32 +09:00 |
Pierre Kancir
|
d87853d93e
|
AP_AHRS: pass vector by const reference
|
2018-12-22 08:31:32 +09:00 |
Andrew Tridgell
|
33b26da2eb
|
AP_AHRS: small cleanups
always pass the pitch trim, and removed unusued variables
|
2018-11-12 17:05:04 +11:00 |
IamPete1
|
e1cdf9fe0a
|
AP_AHRS: add trimed view
|
2018-11-12 17:05:04 +11:00 |
Andrew Tridgell
|
9897bf6127
|
AP_AHRS: support locked access to AHRS data
|
2018-08-25 15:44:36 +10:00 |
Andrew Tridgell
|
1056e64419
|
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-07-18 16:07:19 +10:00 |
Peter Barker
|
4d944da530
|
AP_AHRS: add a singleton-getter cast into AP_AHRS_NavEKF
This will allow libraries which absolutely require the EKF to easily get
a cast copy of the singleton.
|
2018-06-01 16:12:45 +01:00 |
Peter Barker
|
3cbb88ae20
|
AP_AHRS: split home-set and home-locked state
|
2018-05-29 14:38:45 +10:00 |
Peter Barker
|
9793703a76
|
AP_AHRS: move Log_Write_Home_And_Origin into AP_AHRS
|
2018-05-17 10:13:42 +10:00 |
Jacob Walser
|
74be9f0bda
|
AP_AHRS: Add support for custom board orientations
|
2018-04-24 13:04:37 +01:00 |