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
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
77cfc6e714
ACS controller init
EIVE/eive-obsw/pipeline/head Build started... Details
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
6003c6afb5
Merge remote-tracking branch 'origin/develop' into mueller/acs-ctrl
muellerr added 1 commit 2022-08-15 09:58:43 +02:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
c99cb4a81e
schedule ACS controller
muellerr added 1 commit 2022-08-15 10:50:21 +02:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
6821a95095
continued ACS controller impl
muellerr added 1 commit 2022-08-15 11:19:17 +02:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
751ae6062e
finished MGM data copying function
muellerr added 1 commit 2022-08-16 11:27:15 +02:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
b8b6a14e3b
some bugfixes
muellerr added 1 commit 2022-08-16 11:44:59 +02:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
ce08695137
bump tmtc
muellerr added 1 commit 2022-08-16 11:56:16 +02:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
676b94b139
map dataset to sid
muellerr added 1 commit 2022-08-16 12:57:41 +02:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
80347a0e23
bump tmtc
muellerr added 2 commits 2022-08-16 16:43:28 +02:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
ffed82575c
bump tmtc
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
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
EIVE/eive-obsw/pipeline/head This commit looks good Details
3c03471197
update changelog
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.