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
EIVE/eive-obsw/pipeline/head Build queued... Details
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
8e41885ca1
tle gets stored presistent now
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
meggert added 1 commit 2023-09-15 13:34:21 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
1d51bfba3d
boop
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
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
3b4ff437c0
Merge branch 'main' into persistent-tle-store
meggert added 2 commits 2023-11-29 16:59:07 +01:00
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
370eff5204
get correct sd card
meggert added 1 commit 2023-11-29 17:03:39 +01:00
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
882c5ce598
changelog
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
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
f395c71fd0
changelog
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
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
3969d05476
Merge branch 'main' into persistent-tle-store
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
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
3c24dfad8c
Merge branch 'dev-7.5.0' into persistent-tle-store
muellerr approved these changes 2023-11-30 15:18:20 +01:00
meggert added 1 commit 2023-12-01 10:29:53 +01:00
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
03b43da57f
Merge branch 'main' into persistent-tle-store
meggert added 1 commit 2023-12-01 10:30:16 +01:00
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
f9ab7962cd
Merge branch 'dev-7.5.0' into persistent-tle-store
meggert added 2 commits 2023-12-01 11:42:48 +01:00
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
d22a2abf64
added action cmd to read tle from file
meggert added 1 commit 2023-12-01 12:56:34 +01:00
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good Details
b86ee21da0
fix for failed handling
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.