Skip to content

Commit ba5408f

Browse files
authored
Set priority for python's joint_test.sdf
Signed-off-by: Steve Peters <[email protected]>
1 parent bd0c153 commit ba5408f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

python/test/joint_test.sdf

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" ?>
22
<sdf version="1.6">
33
<world name="world_test">
4-
<plugin filename="gz-sim-physics-system" name="gz::sim::systems::Physics" />
5-
<plugin filename="gz-sim-forcetorque-system" name="gz::sim::systems::ForceTorque" />
4+
<plugin filename="gz-sim-physics-system" name="gz::sim::systems::Physics" />
5+
<plugin filename="gz-sim-forcetorque-system" name="gz::sim::systems::ForceTorque">
6+
<gz:system_priority>10</gz:system_priority>
7+
</plugin>
68
<model name="model_test">
79

810
<link name="link_test_1">

0 commit comments

Comments
 (0)