Skip to content

Commit

Permalink
Revert "still a lot of work to do, but has basic structure there"
Browse files Browse the repository at this point in the history
This reverts commit ec3fd82.
  • Loading branch information
Paulo Fisch authored and Paulo Fisch committed Dec 29, 2023
1 parent ec3fd82 commit a259931
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 293 deletions.
1 change: 0 additions & 1 deletion flight/pygnc/algorithms/RangingEstimator/__init__.py

This file was deleted.

25 changes: 0 additions & 25 deletions flight/pygnc/algorithms/RangingEstimator/ranging_core.py

This file was deleted.

221 changes: 0 additions & 221 deletions flight/pygnc/algorithms/RangingEstimator/ranging_filter.py

This file was deleted.

2 changes: 0 additions & 2 deletions flight/pygnc/configuration/pygnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import warnings

batch_sensor_gps_filepath = os.path.expanduser("~/sense.bin")
range_sensor_filepath = os.path.expanduser("~/range.bin")

status_filepath = os.path.expanduser("~/pygnc_status.bin")
info_filepath = os.path.expanduser("~/pygnc_info.txt")

log_dir_filepath = os.path.expanduser("~/pygnc_logs/")

Empty file.
5 changes: 0 additions & 5 deletions flight/pygnc/configuration/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from ..tasks import orbit_estimator as orbit_estimator_task
from ..tasks import telemetry_logger as telemetry_logger_task
from ..tasks import ranging_estimator as ranging_estimator_task
from ..common import messages

# {"name": "TaskName",
Expand All @@ -24,8 +23,4 @@
"name": "telemetry_logger",
"main": telemetry_logger_task.main,
},
{
"name": "ranging_estimator",
"main": ranging_estimator_task.main,
}
]
39 changes: 0 additions & 39 deletions flight/pygnc/tasks/ranging_estimator.py

This file was deleted.

0 comments on commit a259931

Please sign in to comment.