TCS continued #576

Merged
muellerr merged 19 commits from continue_tcs_tests into develop 2023-04-13 18:10:35 +02:00
Owner
No description provided.
muellerr added 9 commits 2023-04-06 15:22:54 +02:00
changelog
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
44325ee176
better handling for TCS ctrl state
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
19006e79b1
all heaters off wrapper
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
3a236a1a3b
i think thats an important bugfix
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
64b4db98ba
changelog
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
c5e18957f5
add some more cold test cases
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
7a53ada4b4
some tweaks and fixes
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
086dbcc19e
consecutive cold test
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
d7dc3f34c7
muellerr added 1 commit 2023-04-06 15:31:27 +02:00
fix unittest
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
4acf66a020
muellerr added this to the v1.44.0 milestone 2023-04-06 17:50:43 +02:00
muellerr added 1 commit 2023-04-06 17:50:51 +02:00
Merge branch 'develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
6156cc0b88
muellerr added 1 commit 2023-04-06 19:17:49 +02:00
Merge remote-tracking branch 'origin/develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
5243f304af
muellerr added 1 commit 2023-04-07 11:07:18 +02:00
Merge branch 'develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
aacd4dc088
muellerr modified the milestone from v1.44.0 to v1.45.0 2023-04-08 15:54:36 +02:00
muellerr added 1 commit 2023-04-08 15:56:57 +02:00
Merge remote-tracking branch 'origin/develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
ece053e5c3
muellerr added 1 commit 2023-04-11 16:14:44 +02:00
Merge remote-tracking branch 'origin/develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
8d9755c17f
muellerr added 1 commit 2023-04-12 10:53:45 +02:00
Merge remote-tracking branch 'origin/develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
98d1da428a
muellerr added 1 commit 2023-04-12 13:00:56 +02:00
Merge remote-tracking branch 'origin/develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
d9e38d97ee
muellerr requested review from meggert 2023-04-12 13:01:26 +02:00
meggert reviewed 2023-04-12 15:26:29 +02:00
@ -112,3 +112,3 @@
// Transition 1
iht(objects::THERMAL_CONTROLLER, NML, 0, TCS_TABLE_NORMAL_TRANS_1.second);
iht(objects::THERMAL_CONTROLLER, HasModesIF::MODE_ON, 0, TCS_TABLE_NORMAL_TRANS_1.second);
Owner

why ist the ctrl in on while the system is in normal?

why ist the ctrl in on while the system is in normal?
Author
Owner

the ctrl only has/needs off and on

the ctrl only has/needs off and on
Author
Owner

maybe we could reduce TCS subsystem to only include ON/OFF mode as well if this is not already the case.

maybe we could reduce TCS subsystem to only include ON/OFF mode as well if this is not already the case.
Owner

imo for the FSFW only OFF and NORMAL would make more sense but it is whatever

imo for the FSFW only OFF and NORMAL would make more sense but it is whatever
Author
Owner

Hmm one could argue that normal is a superset of on with additional properties like periodic communication which are not relevant for a controller

Hmm one could argue that normal is a superset of on with additional properties like periodic communication which are not relevant for a controller
Owner

well your controller does command stuff so it does communicate in a way. a ctrl in ON would be a controller which calculates its commands but doesn't execute them to me. anyways it is not really relevant for the functionality here

well your controller does command stuff so it does communicate in a way. a ctrl in ON would be a controller which calculates its commands but doesn't execute them to me. anyways it is not really relevant for the functionality here
meggert approved these changes 2023-04-12 17:46:47 +02:00
muellerr added 1 commit 2023-04-12 18:07:44 +02:00
Merge branch 'develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
94431cfdb8
muellerr added 1 commit 2023-04-13 18:10:27 +02:00
Merge branch 'develop' into continue_tcs_tests
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build queued...
f14677ec4e
muellerr merged commit b5f4b6cf7b into develop 2023-04-13 18:10:35 +02:00
muellerr deleted branch continue_tcs_tests 2023-04-13 18:10:36 +02:00
Sign in to join this conversation.
No description provided.