Skip to content

Commit

Permalink
Issue #31: Avoid createSpiceInterface bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed Dec 15, 2023
1 parent 781e00e commit 6177935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsk_rl/envs/general_satellite_tasking/utils/orbital.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def init_simulator(self) -> None:
)
UTCInit = self.utc_init
self.gravFactory.createSpiceInterface(
bskPath + "/supportData/EphemerisData/", UTCInit, epochInMsg=True
bskPath + "/supportData/EphemerisData/", UTCInit
)
self.gravFactory.spiceObject.zeroBase = "earth"
self.AddModelToTask(simTaskName, self.gravFactory.spiceObject)
Expand Down

0 comments on commit 6177935

Please sign in to comment.