Skip to content

Commit e49169a

Browse files
committed
Comment file save in prescribed motion branching scenarios
1 parent 129053a commit e49169a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/scenarioPrescribedMotionWithRotationBranching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def run(show_plots):
348348

349349
if vizSupport.vizFound:
350350
viz = vizSupport.enableUnityVisualization(sc_sim, data_rec_task_name, sc_body_list,
351-
saveFile=filename
351+
#saveFile=filename
352352
)
353353
vizSupport.createCustomModel(viz
354354
, simBodiesToModify=[sc_object.ModelTag]

examples/scenarioPrescribedMotionWithTranslationBranching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def run(show_plots):
342342

343343
if vizSupport.vizFound:
344344
viz = vizSupport.enableUnityVisualization(sc_sim, data_rec_task_name, sc_body_list,
345-
saveFile=filename
345+
#saveFile=filename
346346
)
347347
vizSupport.createCustomModel(viz
348348
, simBodiesToModify=[sc_object.ModelTag]

0 commit comments

Comments
 (0)