Skip to content

Commit

Permalink
fix issue with scenario script writing Viz binary by default
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Nov 17, 2023
1 parent 707fc64 commit 38c6d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scenarioRendezVous.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def run(show_plots):
viz = vizSupport.enableUnityVisualization(scSim, simTaskName, [scObject, scObject2]
, rwEffectorList=[rwStateEffector, None]
, lightList=[[servicerLight], None]
, saveFile=fileName
# , saveFile=fileName
)

viz.settings.trueTrajectoryLinesOn = -1
Expand Down

0 comments on commit 38c6d72

Please sign in to comment.