Fix NaN for Limiting Rotation Rates #872

Merged
meggert merged 17 commits from limit-rot-rate-fix into main 2024-03-06 11:13:02 +01:00
Owner
No description provided.
meggert added this to the v7.7.1 milestone 2024-03-01 15:30:31 +01:00
meggert added the
bug
label 2024-03-01 15:30:31 +01:00
meggert added 2 commits 2024-03-01 15:30:32 +01:00
EIVE/eive-obsw/pipeline/head Build started... Details
141f82d0a9
prevent ctrl values from becoming NaN
EIVE/eive-obsw/pipeline/head Build started... Details
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
6da37c0fa4
changelog
meggert added 1 commit 2024-03-04 11:57:27 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
cda2a9df33
use existing function
meggert added 1 commit 2024-03-05 09:07:05 +01:00
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit Details
2a2a173ebd
prep for leap seconds
meggert added 1 commit 2024-03-05 11:51:21 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
85ed8420fd
act cmd
meggert added 1 commit 2024-03-05 13:08:47 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
440d989490
whoops
meggert added 1 commit 2024-03-05 13:48:25 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
c2d8ef9fe4
should be enough
meggert added 1 commit 2024-03-05 14:09:57 +01:00
meggert added 1 commit 2024-03-05 14:10:49 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
39032249b2
-
meggert added 1 commit 2024-03-05 14:30:31 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
fb8a92ecb5
bumped fsfw
meggert added 1 commit 2024-03-05 15:49:25 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
c52818a5ce
changelog
meggert added 2 commits 2024-03-06 09:47:12 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
3501763cf0
fsfw
meggert added 1 commit 2024-03-06 09:47:51 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
616803c6a8
changelog
meggert added a new dependency 2024-03-06 09:48:47 +01:00
meggert added a new dependency 2024-03-06 09:48:52 +01:00
meggert requested review from muellerr 2024-03-06 09:49:02 +01:00
meggert changed title from WIP: Fix NaN for Limiting Rotation Rates to Fix NaN for Limiting Rotation Rates 2024-03-06 09:49:07 +01:00
meggert added 1 commit 2024-03-06 10:18:19 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
d0765fdcce
Merge branch 'main' into limit-rot-rate-fix
muellerr reviewed 2024-03-06 10:23:26 +01:00
@ -79,6 +79,7 @@ CoreController::CoreController(object_id_t objectId, bool enableHkSet)
} catch (const std::filesystem::filesystem_error &e) {
sif::error << "CoreController::CoreController: Failed with exception " << e.what() << std::endl;
}
initLeapSeconds();
Owner

shouldn't this be inside the function above? If this is done, the default value setting needs to be moved to constructor/initialize function so it is always executed..

shouldn't this be inside the function above? If this is done, the default value setting needs to be moved to constructor/initialize function so it is always executed..
Author
Owner

the function will initialize the leap seconds, no matter what. it could be up there yes, but a try catch for a function that will definitely do what it needs to be doing seemed unnecessary

the function will initialize the leap seconds, no matter what. it could be up there yes, but a try catch for a function that will definitely do what it needs to be doing seemed unnecessary
meggert added 2 commits 2024-03-06 11:10:40 +01:00
EIVE/eive-obsw/pipeline/pr-main Build started... Details
781feffc90
bumped submodules
meggert merged commit c2a4578b81 into main 2024-03-06 11:13:02 +01:00
meggert deleted branch limit-rot-rate-fix 2024-03-06 11:13:03 +01:00
Sign in to join this conversation.
No description provided.