MEKF Fixes #843
No reviewers
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Depends on
#278 New ACS Ctrl Act Cmd
eive/eive-tmtc
Reference: eive/eive-obsw#843
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mekf-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: MEKF Fixesto MEKF Fixes@ -1129,0 +629,4 @@
void MultiplicativeKalmanFilter::setStrData(double qX, double qY, double qZ, double qW,
bool valid) {
strData.strQuat.value[0] = qX;
strData.strQuat.value[1] = qX;
I guess this is on purpose?
yes