Skip to content

Commit

Permalink
Move the module to the dynamics folder
Browse files Browse the repository at this point in the history
  • Loading branch information
leahkiner committed Feb 12, 2024
1 parent d7b15f4 commit c2bc42a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import pytest
from Basilisk.architecture import bskLogging
from Basilisk.architecture import messaging
from Basilisk.fswAlgorithms import prescribedLinearTranslation
from Basilisk.simulation import prescribedLinearTranslation
from Basilisk.utilities import SimulationBaseClass
from Basilisk.utilities import macros

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This section is to outline the steps needed to setup the prescribed linear trans

#. Import the prescribedTranslation class::

from Basilisk.fswAlgorithms import prescribedTranslation
from Basilisk.simulation import prescribedTranslation

#. Create an instantiation of the module::

Expand Down

0 comments on commit c2bc42a

Please sign in to comment.