Skip to content

Commit

Permalink
Merge branch 'main' into doc/version_compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
waltersma authored Sep 24, 2024
2 parents f6ad51d + d3b787a commit af6ceb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/892.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update 10_wheel_ground_contact_patch.py
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 af6ceb5

Please sign in to comment.