yes totally on purpose. nothing to see here. please move on
EIVE/eive-obsw/pipeline/pr-main Build queued... Details

This commit is contained in:
Marius Eggert 2024-02-29 12:42:59 +01:00
parent 21ef879cae
commit 5876ad1f56
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}