yes totally on purpose. nothing to see here. please move on
Some checks are pending
EIVE/eive-obsw/pipeline/pr-main Build queued...
Some checks are pending
EIVE/eive-obsw/pipeline/pr-main Build queued...
This commit is contained in:
parent
21ef879cae
commit
5876ad1f56
@ -629,8 +629,8 @@ void MultiplicativeKalmanFilter::updateDataSet(
|
||||
void MultiplicativeKalmanFilter::setStrData(double qX, double qY, double qZ, double qW,
|
||||
bool valid) {
|
||||
strData.strQuat.value[0] = qX;
|
||||
strData.strQuat.value[1] = qX;
|
||||
strData.strQuat.value[2] = qX;
|
||||
strData.strQuat.value[3] = qX;
|
||||
strData.strQuat.value[1] = qY;
|
||||
strData.strQuat.value[2] = qZ;
|
||||
strData.strQuat.value[3] = qW;
|
||||
strData.strQuat.valid = valid;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user