-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
cc416a1
commit db0e53f
Showing
15 changed files
with
567 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
104 changes: 104 additions & 0 deletions
104
aws-robomaker-small-warehouse-world/models/map/meshes/map.dae
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
aws-robomaker-small-warehouse-world/models/map/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,11 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>apna_ghar</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
<author> | ||
<name></name> | ||
<email></email> | ||
</author> | ||
<description></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,46 @@ | ||
<?xml version="1.0" ?> | ||
<sdf version="1.6"> | ||
<model name="apna_ghar"> | ||
<link name="link"> | ||
<inertial> | ||
<mass>1000</mass> | ||
<inertia> | ||
<ixx>840083.33</ixx> | ||
<ixy>0</ixy> | ||
<ixz>0</ixz> | ||
<iyy>475500.0</iyy> | ||
<iyz>0</iyz> | ||
<izz>1302083.33</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name="collision"> | ||
<geometry> | ||
<mesh> | ||
<uri>model://map/meshes/map.dae</uri> | ||
<scale>1 1 1</scale> | ||
</mesh> | ||
</geometry> | ||
<surface> | ||
<friction> | ||
<ode> | ||
<mu>0.5</mu> | ||
<mu2>0.5</mu2> | ||
<fdir1>0 0 0</fdir1> | ||
<slip1>0</slip1> | ||
<slip2>0</slip2> | ||
</ode> | ||
</friction> | ||
</surface> | ||
</collision> | ||
<visual name="visual"> | ||
<geometry> | ||
<mesh> | ||
<uri>model://map/meshes/map.dae</uri> | ||
</mesh> | ||
</geometry> | ||
<meta> <layer> 2 </layer></meta> | ||
</visual> | ||
</link> | ||
<static>1</static> | ||
</model> | ||
</sdf> |
51 changes: 51 additions & 0 deletions
51
aws-robomaker-small-warehouse-world/worlds/map_world/map.world
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,51 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<sdf version="1.6"> | ||
<world name="default"> | ||
|
||
<gravity>0 0 -9.8</gravity> | ||
<physics default="0" name="default_physics" type="ode"> | ||
<max_step_size>0.001</max_step_size> | ||
<real_time_factor>1</real_time_factor> | ||
<real_time_update_rate>1000</real_time_update_rate> | ||
</physics> | ||
|
||
|
||
<!--model name="aws_robomaker_warehouse_RoofB_01_001"> | ||
<include> | ||
<uri>model://aws_robomaker_warehouse_RoofB_01</uri> | ||
</include> | ||
<pose frame="">0.0 0.0 0 0 0 0</pose> | ||
</model--> | ||
|
||
<model name="map"> | ||
<include> | ||
<uri>model://map</uri> | ||
</include> | ||
<pose frame="">0 0 0 0 0 0</pose> | ||
</model> | ||
|
||
|
||
<light name="Warehouse_CeilingLight_003" type="point"> | ||
<pose frame="">0 0 9 0 0 0</pose> | ||
<diffuse>0.5 0.5 0.5 1</diffuse> | ||
<specular>0.2 0.2 0.2 1</specular> | ||
<attenuation> | ||
<range>80</range> | ||
<constant>0.3</constant> | ||
<linear>0.01</linear> | ||
<quadratic>0.001</quadratic> | ||
</attenuation> | ||
<cast_shadows>1</cast_shadows> | ||
<direction>0.1 0.1 -1</direction> | ||
</light> | ||
|
||
<gui fullscreen='0'> | ||
<camera name='user_camera'> | ||
<pose frame=''>-4.70385 10.895 16.2659 -0 0.921795 -1.12701</pose> | ||
<view_controller>orbit</view_controller> | ||
<projection_type>perspective</projection_type> | ||
</camera> | ||
</gui> | ||
|
||
</world> | ||
</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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
image: map.pgm | ||
mode: trinary | ||
resolution: 0.05 | ||
origin: [-5.02, -9.72, 0] | ||
origin: [-3.32, -5.35, 0] | ||
negate: 0 | ||
occupied_thresh: 0.65 | ||
free_thresh: 0.25 |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.