Skip to content

Commit

Permalink
Set priority for python's joint_test.sdf
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Aug 2, 2024
1 parent bd0c153 commit ba5408f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/test/joint_test.sdf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<world name="world_test">
<plugin filename="gz-sim-physics-system" name="gz::sim::systems::Physics" />
<plugin filename="gz-sim-forcetorque-system" name="gz::sim::systems::ForceTorque" />
<plugin filename="gz-sim-physics-system" name="gz::sim::systems::Physics" />
<plugin filename="gz-sim-forcetorque-system" name="gz::sim::systems::ForceTorque">
<gz:system_priority>10</gz:system_priority>
</plugin>
<model name="model_test">

<link name="link_test_1">
Expand Down

0 comments on commit ba5408f

Please sign in to comment.