Skip to content

Commit

Permalink
Deprecate xacro macros (PX4#623)
Browse files Browse the repository at this point in the history
xacro macros have been replaced by jinja templates in PX4/PX4-Autopilot#15831, therefore no longer used in the PX4 toolchain.

This commit removes rotors_description to deprecate xacro templates completely
Remove xacro.py
  • Loading branch information
Jaeyoung-Lim committed Oct 7, 2020
1 parent b8b187c commit d780bd6
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 3,564 deletions.
8 changes: 4 additions & 4 deletions models/if750a/if750a.sdf
Expand Up @@ -121,7 +121,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://rotors_description/meshes/iris_prop_ccw.dae</uri>
<uri>model://iris/meshes/iris_prop_ccw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down Expand Up @@ -187,7 +187,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://rotors_description/meshes/iris_prop_ccw.dae</uri>
<uri>model://iris/meshes/iris_prop_ccw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down Expand Up @@ -253,7 +253,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://rotors_description/meshes/iris_prop_cw.dae</uri>
<uri>model://iris/meshes/iris_prop_cw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down Expand Up @@ -319,7 +319,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://rotors_description/meshes/iris_prop_cw.dae</uri>
<uri>model://iris/meshes/iris_prop_cw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down
4 changes: 2 additions & 2 deletions models/iris_hitl/iris_hitl.sdf
Expand Up @@ -37,7 +37,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://rotors_description/meshes/iris.stl</uri>
<uri>model://iris/meshes/iris.stl</uri>
</mesh>
</geometry>
<material>
Expand Down Expand Up @@ -200,7 +200,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://rotors_description/meshes/iris_prop_ccw.dae</uri>
<uri>model://iris/meshes/iris_prop_ccw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down
8 changes: 4 additions & 4 deletions models/px4vision/px4vision.sdf
Expand Up @@ -120,7 +120,7 @@
<geometry>
<mesh>
<scale>0.6 0.6 0.6</scale>
<uri>model://rotors_description/meshes/iris_prop_ccw.dae</uri>
<uri>model://iris/meshes/iris_prop_ccw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down Expand Up @@ -185,7 +185,7 @@
<geometry>
<mesh>
<scale>0.6 0.6 0.6</scale>
<uri>model://rotors_description/meshes/iris_prop_ccw.dae</uri>
<uri>model://iris/meshes/iris_prop_ccw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down Expand Up @@ -250,7 +250,7 @@
<geometry>
<mesh>
<scale>0.6 0.6 0.6</scale>
<uri>model://rotors_description/meshes/iris_prop_cw.dae</uri>
<uri>model://iris/meshes/iris_prop_cw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down Expand Up @@ -315,7 +315,7 @@
<geometry>
<mesh>
<scale>0.6 0.6 0.6</scale>
<uri>model://rotors_description/meshes/iris_prop_cw.dae</uri>
<uri>model://iris/meshes/iris_prop_cw.dae</uri>
</mesh>
</geometry>
<material>
Expand Down
5 changes: 0 additions & 5 deletions models/rotors_description/model.config

This file was deleted.

0 comments on commit d780bd6

Please sign in to comment.