-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from pawanw17/pawan/package_delivery
Package Delivery frontend
- Loading branch information
Showing
15 changed files
with
170 additions
and
12 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
...ox/materials/scripts/package_box.material → ...materials/scripts/package_box_01.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
File renamed without changes
Binary file added
BIN
+1.55 KB
drone_assets/models/package_box_01/materials/textures/package_box_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
drone_assets/models/package_box/model.config → ...assets/models/package_box_01/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
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
21 changes: 21 additions & 0 deletions
21
drone_assets/models/package_box_02/materials/scripts/package_box_02.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,21 @@ | ||
material package_box_02 | ||
{ | ||
receive shadows off | ||
technique | ||
{ | ||
pass | ||
{ | ||
ambient 1.0 1.0 1.0 1.0 | ||
diffuse 1.0 1.0 1.0 1.0 | ||
specular 0.1 0.1 0.1 1.0 12.5 | ||
|
||
texture_unit | ||
{ | ||
texture package_box_02.png | ||
filtering anistropic | ||
max_anisotropy 16 | ||
} | ||
|
||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.54 KB
drone_assets/models/package_box_02/materials/textures/package_box_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>package_box_02</name> | ||
<version>1.0</version> | ||
<sdf version="1.7">model.sdf</sdf> | ||
<author> | ||
<name>Arka</name> | ||
<email></email> | ||
</author> | ||
<description>Package Box for Package Delivery exercise in RoboticsAcademy</description> | ||
</model> |
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,47 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.7'> | ||
<model name='package_box_02'> | ||
<link name='main'> | ||
<inertial> | ||
<mass>0.1</mass> | ||
<inertia> | ||
<ixx>0.000220833</ixx> | ||
<ixy>0</ixy> | ||
<ixz>0</ixz> | ||
<iyy>0.000264167</iyy> | ||
<iyz>0</iyz> | ||
<izz>0.000283333</izz> | ||
</inertia> | ||
</inertial> | ||
<pose>0 0 0.055 0 -0 0</pose> | ||
<gravity>1</gravity> | ||
<visual name='main_visual'> | ||
<geometry> | ||
<box> | ||
<size>0.14 0.12 0.11</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://package_box_02/materials/scripts</uri> | ||
<uri>model://package_box_02/materials/textures</uri> | ||
<name>package_box_02</name> | ||
</script> | ||
</material> | ||
</visual> | ||
<collision name='main_collision'> | ||
<geometry> | ||
<box> | ||
<size>0.14 0.12 0.11</size> | ||
</box> | ||
</geometry> | ||
<surface> | ||
<contact> | ||
<collide_bitmask>0x01</collide_bitmask> | ||
</contact> | ||
</surface> | ||
</collision> | ||
</link> | ||
<static>0</static> | ||
</model> | ||
</sdf> |
21 changes: 21 additions & 0 deletions
21
drone_assets/models/package_box_03/materials/scripts/package_box_03.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,21 @@ | ||
material package_box_03 | ||
{ | ||
receive shadows off | ||
technique | ||
{ | ||
pass | ||
{ | ||
ambient 1.0 1.0 1.0 1.0 | ||
diffuse 1.0 1.0 1.0 1.0 | ||
specular 0.1 0.1 0.1 1.0 12.5 | ||
|
||
texture_unit | ||
{ | ||
texture package_box_03.png | ||
filtering anistropic | ||
max_anisotropy 16 | ||
} | ||
|
||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.54 KB
drone_assets/models/package_box_03/materials/textures/package_box_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>package_box_03</name> | ||
<version>1.0</version> | ||
<sdf version="1.7">model.sdf</sdf> | ||
<author> | ||
<name>Arka</name> | ||
<email></email> | ||
</author> | ||
<description>Package Box for Package Delivery exercise in RoboticsAcademy</description> | ||
</model> |
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,47 @@ | ||
<?xml version='1.0'?> | ||
<sdf version='1.7'> | ||
<model name='package_box_03'> | ||
<link name='main'> | ||
<inertial> | ||
<mass>0.1</mass> | ||
<inertia> | ||
<ixx>0.000220833</ixx> | ||
<ixy>0</ixy> | ||
<ixz>0</ixz> | ||
<iyy>0.000264167</iyy> | ||
<iyz>0</iyz> | ||
<izz>0.000283333</izz> | ||
</inertia> | ||
</inertial> | ||
<pose>0 0 0.055 0 -0 0</pose> | ||
<gravity>1</gravity> | ||
<visual name='main_visual'> | ||
<geometry> | ||
<box> | ||
<size>0.14 0.12 0.11</size> | ||
</box> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://package_box_03/materials/scripts</uri> | ||
<uri>model://package_box_03/materials/textures</uri> | ||
<name>package_box_03</name> | ||
</script> | ||
</material> | ||
</visual> | ||
<collision name='main_collision'> | ||
<geometry> | ||
<box> | ||
<size>0.14 0.12 0.11</size> | ||
</box> | ||
</geometry> | ||
<surface> | ||
<contact> | ||
<collide_bitmask>0x01</collide_bitmask> | ||
</contact> | ||
</surface> | ||
</collision> | ||
</link> | ||
<static>0</static> | ||
</model> | ||
</sdf> |