forked from jsk-ros-pkg/jsk_aerial_robot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
902 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
...ot_simulation/gazebo_model/models/Apriltag36_11_00000/materials/scripts/Apriltag.material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
material Apriltag36_11_00000 | ||
{ | ||
technique | ||
{ | ||
pass | ||
{ | ||
lighting off | ||
texture_unit | ||
{ | ||
texture tag36_11_00000.png | ||
filtering none none none | ||
scale 1.0 1.0 | ||
} | ||
} | ||
} | ||
} | ||
|
Binary file added
BIN
+9.16 KB
...n/gazebo_model/models/Apriltag36_11_00000/materials/textures/tag36_11_00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00000/model.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>Apriltag36_11_00000</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Kenji Koide</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description>Apriltag model</description> | ||
</model> | ||
|
23 changes: 23 additions & 0 deletions
23
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00000/model.sdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.6'> | ||
<model name='Apriltag36_11_00000'> | ||
<link name='main'> | ||
<pose frame=''>0 0 0 0 0 0</pose> | ||
<visual name='main_Visual'> | ||
<geometry> | ||
<box> | ||
<size>1.0 1.0 0.01</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://Apriltag36_11_00000/materials/scripts</uri> | ||
<uri>model://Apriltag36_11_00000/materials/textures</uri> | ||
<name>Apriltag36_11_00000</name> | ||
</script> | ||
</material> | ||
</visual> | ||
</link> | ||
<static>1</static> | ||
</model> | ||
</sdf> |
14 changes: 14 additions & 0 deletions
14
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00000_small/model.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>Apriltag36_11_00000_small</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Kenji Koide</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description>Apriltag model</description> | ||
</model> | ||
|
23 changes: 23 additions & 0 deletions
23
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00000_small/model.sdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.6'> | ||
<model name='Apriltag36_11_00000_small'> | ||
<link name='main'> | ||
<pose frame=''>0 0 0 0 0 0</pose> | ||
<visual name='main_Visual'> | ||
<geometry> | ||
<box> | ||
<size>0.1 0.1 0.01</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://Apriltag36_11_00000/materials/scripts</uri> | ||
<uri>model://Apriltag36_11_00000/materials/textures</uri> | ||
<name>Apriltag36_11_00000</name> | ||
</script> | ||
</material> | ||
</visual> | ||
</link> | ||
<static>1</static> | ||
</model> | ||
</sdf> |
17 changes: 17 additions & 0 deletions
17
...ot_simulation/gazebo_model/models/Apriltag36_11_00001/materials/scripts/Apriltag.material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
material Apriltag36_11_00001 | ||
{ | ||
technique | ||
{ | ||
pass | ||
{ | ||
lighting off | ||
texture_unit | ||
{ | ||
texture tag36_11_00001.png | ||
filtering none none none | ||
scale 1.0 1.0 | ||
} | ||
} | ||
} | ||
} | ||
|
Binary file added
BIN
+9.15 KB
...n/gazebo_model/models/Apriltag36_11_00001/materials/textures/tag36_11_00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00001/model.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>Apriltag36_11_00001</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Kenji Koide</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description>Apriltag model</description> | ||
</model> | ||
|
23 changes: 23 additions & 0 deletions
23
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00001/model.sdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.6'> | ||
<model name='Apriltag36_11_00001'> | ||
<link name='main'> | ||
<pose frame=''>0 0 0 0 0 0</pose> | ||
<visual name='main_Visual'> | ||
<geometry> | ||
<box> | ||
<size>1.0 1.0 0.01</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://Apriltag36_11_00001/materials/scripts</uri> | ||
<uri>model://Apriltag36_11_00001/materials/textures</uri> | ||
<name>Apriltag36_11_00001</name> | ||
</script> | ||
</material> | ||
</visual> | ||
</link> | ||
<static>1</static> | ||
</model> | ||
</sdf> |
17 changes: 17 additions & 0 deletions
17
...ot_simulation/gazebo_model/models/Apriltag36_11_00002/materials/scripts/Apriltag.material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
material Apriltag36_11_00002 | ||
{ | ||
technique | ||
{ | ||
pass | ||
{ | ||
lighting off | ||
texture_unit | ||
{ | ||
texture tag36_11_00002.png | ||
filtering none none none | ||
scale 1.0 1.0 | ||
} | ||
} | ||
} | ||
} | ||
|
Binary file added
BIN
+8.72 KB
...n/gazebo_model/models/Apriltag36_11_00002/materials/textures/tag36_11_00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00002/model.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>Apriltag36_11_00002</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Kenji Koide</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description>Apriltag model</description> | ||
</model> | ||
|
23 changes: 23 additions & 0 deletions
23
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00002/model.sdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.6'> | ||
<model name='Apriltag36_11_00002'> | ||
<link name='main'> | ||
<pose frame=''>0 0 0 0 0 0</pose> | ||
<visual name='main_Visual'> | ||
<geometry> | ||
<box> | ||
<size>1.0 1.0 0.01</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://Apriltag36_11_00002/materials/scripts</uri> | ||
<uri>model://Apriltag36_11_00002/materials/textures</uri> | ||
<name>Apriltag36_11_00002</name> | ||
</script> | ||
</material> | ||
</visual> | ||
</link> | ||
<static>1</static> | ||
</model> | ||
</sdf> |
17 changes: 17 additions & 0 deletions
17
...ot_simulation/gazebo_model/models/Apriltag36_11_00003/materials/scripts/Apriltag.material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
material Apriltag36_11_00003 | ||
{ | ||
technique | ||
{ | ||
pass | ||
{ | ||
lighting off | ||
texture_unit | ||
{ | ||
texture tag36_11_00003.png | ||
filtering none none none | ||
scale 1.0 1.0 | ||
} | ||
} | ||
} | ||
} | ||
|
Binary file added
BIN
+9.16 KB
...n/gazebo_model/models/Apriltag36_11_00003/materials/textures/tag36_11_00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00003/model.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>Apriltag36_11_00003</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Kenji Koide</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description>Apriltag model</description> | ||
</model> | ||
|
23 changes: 23 additions & 0 deletions
23
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00003/model.sdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.6'> | ||
<model name='Apriltag36_11_00003'> | ||
<link name='main'> | ||
<pose frame=''>0 0 0 0 0 0</pose> | ||
<visual name='main_Visual'> | ||
<geometry> | ||
<box> | ||
<size>1.0 1.0 0.01</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://Apriltag36_11_00003/materials/scripts</uri> | ||
<uri>model://Apriltag36_11_00003/materials/textures</uri> | ||
<name>Apriltag36_11_00003</name> | ||
</script> | ||
</material> | ||
</visual> | ||
</link> | ||
<static>1</static> | ||
</model> | ||
</sdf> |
17 changes: 17 additions & 0 deletions
17
...ot_simulation/gazebo_model/models/Apriltag36_11_00004/materials/scripts/Apriltag.material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
material Apriltag36_11_00004 | ||
{ | ||
technique | ||
{ | ||
pass | ||
{ | ||
lighting off | ||
texture_unit | ||
{ | ||
texture tag36_11_00004.png | ||
filtering none none none | ||
scale 1.0 1.0 | ||
} | ||
} | ||
} | ||
} | ||
|
Binary file added
BIN
+8.87 KB
...n/gazebo_model/models/Apriltag36_11_00004/materials/textures/tag36_11_00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00004/model.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>Apriltag36_11_00004</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Kenji Koide</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description>Apriltag model</description> | ||
</model> | ||
|
23 changes: 23 additions & 0 deletions
23
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00004/model.sdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.6'> | ||
<model name='Apriltag36_11_00004'> | ||
<link name='main'> | ||
<pose frame=''>0 0 0 0 0 0</pose> | ||
<visual name='main_Visual'> | ||
<geometry> | ||
<box> | ||
<size>1.0 1.0 0.01</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://Apriltag36_11_00004/materials/scripts</uri> | ||
<uri>model://Apriltag36_11_00004/materials/textures</uri> | ||
<name>Apriltag36_11_00004</name> | ||
</script> | ||
</material> | ||
</visual> | ||
</link> | ||
<static>1</static> | ||
</model> | ||
</sdf> |
17 changes: 17 additions & 0 deletions
17
...ot_simulation/gazebo_model/models/Apriltag36_11_00005/materials/scripts/Apriltag.material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
material Apriltag36_11_00005 | ||
{ | ||
technique | ||
{ | ||
pass | ||
{ | ||
lighting off | ||
texture_unit | ||
{ | ||
texture tag36_11_00005.png | ||
filtering none none none | ||
scale 1.0 1.0 | ||
} | ||
} | ||
} | ||
} | ||
|
Binary file added
BIN
+9.16 KB
...n/gazebo_model/models/Apriltag36_11_00005/materials/textures/tag36_11_00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00005/model.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>Apriltag36_11_00005</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Kenji Koide</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description>Apriltag model</description> | ||
</model> | ||
|
23 changes: 23 additions & 0 deletions
23
aerial_robot_simulation/gazebo_model/models/Apriltag36_11_00005/model.sdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.6'> | ||
<model name='Apriltag36_11_00005'> | ||
<link name='main'> | ||
<pose frame=''>0 0 0 0 0 0</pose> | ||
<visual name='main_Visual'> | ||
<geometry> | ||
<box> | ||
<size>1.0 1.0 0.01</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://Apriltag36_11_00005/materials/scripts</uri> | ||
<uri>model://Apriltag36_11_00005/materials/textures</uri> | ||
<name>Apriltag36_11_00005</name> | ||
</script> | ||
</material> | ||
</visual> | ||
</link> | ||
<static>1</static> | ||
</model> | ||
</sdf> |
17 changes: 17 additions & 0 deletions
17
...ot_simulation/gazebo_model/models/Apriltag36_11_00006/materials/scripts/Apriltag.material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
material Apriltag36_11_00006 | ||
{ | ||
technique | ||
{ | ||
pass | ||
{ | ||
lighting off | ||
texture_unit | ||
{ | ||
texture tag36_11_00006.png | ||
filtering none none none | ||
scale 1.0 1.0 | ||
} | ||
} | ||
} | ||
} | ||
|
Binary file added
BIN
+9.08 KB
...n/gazebo_model/models/Apriltag36_11_00006/materials/textures/tag36_11_00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.