Complementary filter, specified as an insCF object.
State part name, specified as "Orientation",
"Position", or "Velocity". If you specify a
filter created to track only orientation, then you must specify this state part name as
"Orientation".
Value for the filter state part, specified as an N-element row
vector, where N is the number of elements in the state part vector.
You must specify this value in the format that corresponds to the specified state
part.
State
Value Format
Orientation
[wxyz], representing four parts of quaternion
Position
[xyz], where each element is in meters
Velocity
[vxvyvz], where each element is in meters per
second
Example: stateparts(insCF,"Orientation",[1 0.05 0.5 0]) sets the
value for the orientation filter state part of insCF to [1
0.05 0.5 0].
State part value, returned as a N-element row vector.
N is the number of elements in the state part. The format of the
vector depends on the specified state part.
State
Value Format
Orientation
[wxyz], representing four parts of quaternion
Position
[xyz], where each element is in meters
Velocity
[vxvyvz], where each element is in meters per
second