Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Style71/UWB_IMU_GPS_Fusion
/ functions
Functions
26 in github.com/Style71/UWB_IMU_GPS_Fusion
⨍
Functions
26
◇
Types & classes
2
↓ 8 callers
Method
getAltitudeCab
(self, t)
UAV.py:110
↓ 7 callers
Method
getA
(self, t)
UAV.py:83
↓ 7 callers
Method
getR
(self, t)
UAV.py:62
↓ 5 callers
Method
getV
(self, t)
UAV.py:65
↓ 4 callers
Method
GPSmeasure
(self,t)
UAV.py:168
↓ 4 callers
Method
IMUmeasure
(self,T)
UAV.py:138
↓ 4 callers
Method
Magmeasure
(self,T)
UAV.py:157
↓ 4 callers
Method
UpdateState
(self, IMU, Time, Mag=None, GPS=None, UWB=None)
UAV.py:225
↓ 4 callers
Method
getAltitudeQab
(self, t)
UAV.py:126
↓ 2 callers
Function
DCMToQuaternion
This function convert the altitude DCM representation to quaternion representation, this function assume that the DCM is orthonormal, that i
UAV.py:17
↓ 2 callers
Method
getAngularRate_ba_b
(self, t)
UAV.py:133
↓ 1 callers
Function
DCMorthonormalization
This function normalize the column vectors in the DCM matrix and make them orthogonal to each other.
UAV.py:6
↓ 1 callers
Function
QuaternionToDCM
(Q)
UAV.py:32
↓ 1 callers
Function
main
()
UWB_IMU_GPS_Fusion.py:6
Method
GetA
(self)
UAV.py:206
Method
GetAltitudeDCM
(self)
UAV.py:197
Method
GetAltitudeQ
(self)
UAV.py:194
Method
GetP
(self)
UAV.py:200
Method
GetV
(self)
UAV.py:203
Function
QuaternionMul
(Q1, Q2)
UAV.py:38
Method
SetAltitude
(self, altitude)
UAV.py:184
Method
SetP
(self, position)
UAV.py:209
Method
UWBmeasure
(self, otherUAV, t)
UAV.py:171
Method
__init__
(self, rx, ry, rz, vx=None, vy=None, vz=None, ax=None, ay=None, az=None)
UAV.py:51
Method
__init__
(self, R = np.array((0.0, 0.0, 0.0)), V = np.array((0.0, 0.0, 0.0)), A = np.array((0.0, 0.0, 0.0)), \ Q
UAV.py:176
Method
resetState
(self)
UAV.py:218