Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayankm96 committed Aug 17, 2024
1 parent a1ae7b0 commit 3f7669c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorials/01_assets/run_deformable_object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ an instance of the :class:`assets.DeformableObject` class by passing the configu
.. literalinclude:: ../../../../source/standalone/tutorials/01_assets/run_deformable_object.py
:language: python
:start-at: # Create separate groups called "Origin1", "Origin2", "Origin3"
:end-at: deformable_object = DeformableObject(cfg=cfg)
:end-at: cube_object = DeformableObject(cfg=cfg)

Running the simulation loop
---------------------------
Expand Down Expand Up @@ -124,7 +124,7 @@ However, we keep this method for completeness and future extensions.
.. literalinclude:: ../../../../source/standalone/tutorials/01_assets/run_deformable_object.py
:language: python
:start-at: # write internal data to simulation
:end-at: cone_object.write_data_to_sim()
:end-at: cube_object.write_data_to_sim()

Updating the state
""""""""""""""""""
Expand Down

0 comments on commit 3f7669c

Please sign in to comment.