Skip to content

Commit

Permalink
Update 10_wheel_ground_contact_patch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
waltersma authored Sep 23, 2024
1 parent d320d87 commit 41cb157
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/gallery/10_wheel_ground_contact_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,11 @@
wrap_size_controls=[size_control],
)

# display = PrimePlotter()
# display.plot(model, scope=prime.ScopeDefinition(model, label_expression="ground, patch*, wheel"))
# display.show()
display = PrimePlotter()
display.plot(
model, scope=prime.ScopeDefinition(model, label_expression="ground, patch*, wheel"), update=True
)
display.show()

print(model)

Expand Down

0 comments on commit 41cb157

Please sign in to comment.