Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Dec 30, 2024
1 parent b76f514 commit 703b565
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions containers/app/frontend/hello_genesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
plane = scene.add_entity(
gs.morphs.Plane(),
)
franka = scene.add_entity(
# gs.morphs.URDF(
# file='urdf/panda_bullet/panda.urdf',
# fixed=True,
# ),
gs.morphs.MJCF(file="xml/franka_emika_panda/panda.xml"),
)
# franka = scene.add_entity(
# # gs.morphs.URDF(
# # file='urdf/panda_bullet/panda.urdf',
# # fixed=True,
# # ),
# gs.morphs.MJCF(file="xml/franka_emika_panda/panda.xml"),
# )

scene.build()
for i in range(1000):
Expand Down

0 comments on commit 703b565

Please sign in to comment.