mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 14:38:44 -04:00
AP_NavEKF: log EKF data source set in XKFS
This commit is contained in:
parent
a4410a4b2e
commit
b89824b3ba
@ -60,6 +60,7 @@ public:
|
||||
|
||||
// set position, velocity and yaw sources to either 0=primary, 1=secondary, 2=tertiary
|
||||
void setPosVelYawSourceSet(uint8_t source_set_idx);
|
||||
uint8_t getPosVelYawSourceSet() const { return active_source_set; }
|
||||
|
||||
// get/set velocity source
|
||||
SourceXY getVelXYSource() const { return _source_set[active_source_set].velxy; }
|
||||
|
Loading…
Reference in New Issue
Block a user