Store TLE presistent #789

Merged
meggert merged 17 commits from persistent-tle-store into dev-7.5.0 2023-12-01 13:04:57 +01:00
Owner
No description provided.
meggert added this to the v6.5.0 milestone 2023-08-23 15:22:21 +02:00
meggert added 1 commit 2023-08-23 15:22:22 +02:00
tle gets stored presistent now
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-main This commit looks good
8e41885ca1
meggert modified the milestone from v6.5.0 to v6.6.0 2023-09-06 14:39:30 +02:00
meggert added 2 commits 2023-09-14 13:54:09 +02:00
lets see if this robin guy knows what he is talking about
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
e40dd74f39
meggert added 1 commit 2023-09-15 13:34:21 +02:00
boop
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
1d51bfba3d
meggert modified the milestone from v6.6.0 to v7.0.0 2023-09-22 14:22:21 +02:00
muellerr modified the milestone from v7.0.0 to v7.1.0 2023-10-11 18:18:20 +02:00
muellerr modified the milestone from v7.1.0 to v7.2.0 2023-10-13 09:41:17 +02:00
muellerr modified the milestone from v7.2.0 to v7.3.0 2023-10-30 14:47:13 +01:00
muellerr modified the milestone from v7.3.0 to v7.4.0 2023-11-06 14:41:58 +01:00
meggert modified the milestone from v7.4.0 to v7.5.0 2023-11-29 09:41:33 +01:00
meggert changed target branch from main to dev-7.5.0 2023-11-29 10:37:47 +01:00
meggert added 1 commit 2023-11-29 11:14:31 +01:00
Merge branch 'main' into persistent-tle-store
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
3b4ff437c0
meggert added 2 commits 2023-11-29 16:59:07 +01:00
get correct sd card
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
370eff5204
meggert added 1 commit 2023-11-29 17:03:39 +01:00
changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
882c5ce598
meggert requested review from muellerr 2023-11-29 17:04:45 +01:00
meggert added a new dependency 2023-11-29 17:05:16 +01:00
meggert added 2 commits 2023-11-29 17:12:14 +01:00
changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
f395c71fd0
meggert changed title from WIP: Store TLE presistent to Store TLE presistent 2023-11-29 17:12:40 +01:00
meggert added 1 commit 2023-11-29 17:13:11 +01:00
Merge branch 'main' into persistent-tle-store
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
3969d05476
muellerr reviewed 2023-11-29 18:48:48 +01:00
@ -299,16 +295,6 @@ class FusedRotRateData : public StaticLocalDataSet<FUSED_ROT_RATE_SET_ENTRIES> {
private:
};
class TleData : public StaticLocalDataSet<TLE_SET_ENTRIES> {
Owner

Does it make sense to keep this set, so the current TLE remains observable? Alternatively, an action command with the action reply being the current TLE could be used..

Does it make sense to keep this set, so the current TLE remains observable? Alternatively, an action command with the action reply being the current TLE could be used..
Author
Owner

An action reply was added which dumps the TLE stored in the file (which could also just be dumped).
The TLE is only really used for the initialization of the propagator. Therefore, the propagator also does not store the TLE itself, but only parts of it. The state of the propagator however can also be checked, by simply checking the propagated position of the satellite.

An action reply was added which dumps the TLE stored in the file (which could also just be dumped). The TLE is only really used for the initialization of the propagator. Therefore, the propagator also does not store the TLE itself, but only parts of it. The state of the propagator however can also be checked, by simply checking the propagated position of the satellite.
meggert marked this conversation as resolved
meggert added 1 commit 2023-11-30 11:51:22 +01:00
Merge branch 'dev-7.5.0' into persistent-tle-store
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
3c24dfad8c
muellerr approved these changes 2023-11-30 15:18:20 +01:00
meggert added 1 commit 2023-12-01 10:29:53 +01:00
Merge branch 'main' into persistent-tle-store
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
03b43da57f
meggert added 1 commit 2023-12-01 10:30:16 +01:00
Merge branch 'dev-7.5.0' into persistent-tle-store
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
f9ab7962cd
meggert added 2 commits 2023-12-01 11:42:48 +01:00
added action cmd to read tle from file
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
d22a2abf64
meggert added 1 commit 2023-12-01 12:56:34 +01:00
fix for failed handling
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
b86ee21da0
meggert merged commit 64069aa5c1 into dev-7.5.0 2023-12-01 13:04:57 +01:00
meggert deleted branch persistent-tle-store 2023-12-01 13:04:58 +01:00
Sign in to join this conversation.
No description provided.