Skip to content

Commit

Permalink
fix: Example 10 error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroFernandezLuces committed Nov 29, 2024
1 parent 96eecc8 commit ce0402f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/gallery/10_wheel_ground_contact_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@

mesh_util.read(wheel_ground_file)


###################
# Visualize results
# =================
# .. code-block:: python
#
# display = PrimePlotter()
# display.plot(model, scope=prime.ScopeDefinition(model, label_expression="ground, wheel"))
# display.show()

display = PrimePlotter()
display.plot(model, scope=prime.ScopeDefinition(model, label_expression="ground, wheel"))
display.show()
Expand Down

0 comments on commit ce0402f

Please sign in to comment.