ACS Controller Init #275

Merged
meierj merged 12 commits from mueller/acs-ctrl into develop 2022-08-16 17:34:21 +02:00
Owner

Add ACS controller stub and possibly the first sensor sets so HK can be requested from the satellite without sending 10+ commands

Add ACS controller stub and possibly the first sensor sets so HK can be requested from the satellite without sending 10+ commands
muellerr added 2 commits 2022-08-12 13:15:07 +02:00
ACS controller init
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
77cfc6e714
Merge remote-tracking branch 'origin/develop' into mueller/acs-ctrl
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
6003c6afb5
muellerr added 1 commit 2022-08-15 09:58:43 +02:00
schedule ACS controller
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
c99cb4a81e
muellerr added 1 commit 2022-08-15 10:50:21 +02:00
continued ACS controller impl
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
6821a95095
muellerr added 1 commit 2022-08-15 11:19:17 +02:00
finished MGM data copying function
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
751ae6062e
muellerr added 1 commit 2022-08-16 11:27:15 +02:00
some bugfixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
b8b6a14e3b
muellerr added 1 commit 2022-08-16 11:44:59 +02:00
bump tmtc
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
ce08695137
muellerr added 1 commit 2022-08-16 11:56:16 +02:00
map dataset to sid
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
676b94b139
muellerr added 1 commit 2022-08-16 12:57:41 +02:00
bump tmtc
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
80347a0e23
muellerr added 2 commits 2022-08-16 16:43:28 +02:00
bump tmtc
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
ffed82575c
muellerr changed title from WIP: ACS Controller Init to ACS Controller Init 2022-08-16 16:44:26 +02:00
muellerr added 1 commit 2022-08-16 16:45:14 +02:00
update changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
3c03471197
muellerr requested review from meierj 2022-08-16 16:45:21 +02:00
muellerr added this to the v1.13.0 milestone 2022-08-16 16:45:24 +02:00
meierj reviewed 2022-08-16 17:29:15 +02:00
@ -0,0 +21,4 @@
};
static constexpr uint8_t MGM_SET_ENTRIES = 10;
Owner

I count only 6 entries in the MGM set. Is there a reason why this is set to 10?

I count only 6 entries in the MGM set. Is there a reason why this is set to 10?
Author
Owner

Sometimes, some entries are added later, and the additional space for entries does not cost much. I actually got an error when this was set to 5 previously, so I left some room for more entries.

Sometimes, some entries are added later, and the additional space for entries does not cost much. I actually got an error when this was set to 5 previously, so I left some room for more entries.
meierj marked this conversation as resolved
meierj approved these changes 2022-08-16 17:34:10 +02:00
meierj merged commit d8fa3881f6 into develop 2022-08-16 17:34:21 +02:00
muellerr deleted branch mueller/acs-ctrl 2022-08-16 17:36:39 +02:00
Sign in to join this conversation.
No description provided.