Skip to content

Commit

Permalink
Remove lingering run_mission_by_task references
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Feb 20, 2025
1 parent b3db2f7 commit 4ef8e29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/isar/config/settings.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ISAR_ROBOT_PACKAGE = isar_robot

ISAR_RUN_MISSION_BY_TASK = true

ISAR_STORAGE_LOCAL_ENABLED = true
ISAR_STORAGE_BLOB_ENABLED = false
ISAR_STORAGE_SLIMM_ENABLED = false
Expand Down
1 change: 0 additions & 1 deletion tests/isar/state_machine/test_state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def test_reset_state_machine(state_machine) -> None:
def test_state_machine_transitions_when_running_full_mission(
injector, state_machine_thread
) -> None:
state_machine_thread.state_machine.run_mission_by_task = False
state_machine_thread.start()

task_1: Task = TakeImage(
Expand Down

0 comments on commit 4ef8e29

Please sign in to comment.