Skip to content

Commit

Permalink
removed robotnamespace and minor naming
Browse files Browse the repository at this point in the history
Signed-off-by: frederik <[email protected]>
  • Loading branch information
frede791 authored and dagar committed Dec 1, 2023
1 parent 386b2b9 commit 2bea978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions models/x500/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<uri>model://x500_base</uri>
</include>
<plugin filename="gz-sim-multicopter-motor-model-system" name="gz::sim::systems::MulticopterMotorModel">
<robotNamespace>x500</robotNamespace>
<jointName>rotor_0_joint</jointName>
<linkName>rotor_0</linkName>
<turningDirection>ccw</turningDirection>
Expand All @@ -22,7 +21,6 @@
<motorType>velocity</motorType>
</plugin>
<plugin filename="gz-sim-multicopter-motor-model-system" name="gz::sim::systems::MulticopterMotorModel">
<robotNamespace>x500</robotNamespace>
<jointName>rotor_1_joint</jointName>
<linkName>rotor_1</linkName>
<turningDirection>ccw</turningDirection>
Expand All @@ -39,7 +37,6 @@
<motorType>velocity</motorType>
</plugin>
<plugin filename="gz-sim-multicopter-motor-model-system" name="gz::sim::systems::MulticopterMotorModel">
<robotNamespace>x500</robotNamespace>
<jointName>rotor_2_joint</jointName>
<linkName>rotor_2</linkName>
<turningDirection>cw</turningDirection>
Expand All @@ -56,7 +53,6 @@
<motorType>velocity</motorType>
</plugin>
<plugin filename="gz-sim-multicopter-motor-model-system" name="gz::sim::systems::MulticopterMotorModel">
<robotNamespace>x500</robotNamespace>
<jointName>rotor_3_joint</jointName>
<linkName>rotor_3</linkName>
<turningDirection>cw</turningDirection>
Expand Down
2 changes: 1 addition & 1 deletion models/x500_base/model.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<model>
<name>x500-Base</name>
<name>x500_base</name>
<version>1.0</version>
<sdf version="1.9">model.sdf</sdf>
<author>
Expand Down

0 comments on commit 2bea978

Please sign in to comment.