git commit -m "first commit"

This commit is contained in:
2026-05-28 10:29:58 +07:00
commit 167c52aeb6
2048 changed files with 740251 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 2.8.3)
project(dynamic_logistics_warehouse)
find_package(catkin REQUIRED COMPONENTS
gazebo_ros
)
catkin_package()
install(DIRECTORY launch models worlds maps rviz
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

View File

@@ -0,0 +1,339 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.

View File

@@ -0,0 +1,84 @@
# Dynamic_logistics_Warehouse
Gazebo simulation of dynamics environment in warehouses. An extensive model of AWS-robomaker-small-warehouse.
### Specifications:
* 9 Actors following different waypoints to perform trajectory path.
* 5 Light sources
* Shelves
* PalletJack
* Desks
* Trashcan
* Cluttering
![test](https://user-images.githubusercontent.com/27731036/125352251-98e87180-e393-11eb-8feb-56853ab26f72.gif)
<launch>
## Building and Launching the Gazebo World with your ROS Applications
* Create or update a **.rosinstall** file in the root directory of your ROS workspace. Add the following line to **.rosintall**:
* Change the directory to your ROS workspace and run `rosws update`
* Add the following include to the ROS launch file you are using:
```xml
<!-- Launch World -->
<include file="$(find dynamic_logistics_warehouse)/launch/logistics_warehouse.launch"/>
...
</launch>
```
* Build your application using `colcon`
```bash
rosws update
rosdep install --from-paths . --ignore-src -r -y
colcon build
```
## Example: Running this world directly in Gazebo without a ROS application
To open this world in Gazebo, change the directory to your ROS workspace root folder and run:
```bash
cd dynamic-logistics-warehouse
export GAZEBO_MODEL_PATH=`pwd`/models
gazebo worlds/warehouse.world
```
## Example: Running this world directly using ROS without a simulated robot
To launch this base Gazebo world without a robot, clone this repository and run the following commands. **Note: ROS and gazebo must already be installed on the host.**
```bash
# build for ROS
rosdep install --from-paths . --ignore-src -r -y
colcon build
# run in ROS
source install/setup.sh
roslaunch dynamic_logistics_warehouse logistics_warehouse.launch
```
### You can buy me a coffee via:
<a href="https://www.buymeacoffee.com/beraru" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -0,0 +1,16 @@
<launch>
<!-- Always set GUI to false for AWS RoboMaker Simulation
Use gui:=true on roslaunch command-line to run with a gui.
-->
<arg name="gui" default="true"/>
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="world_name" value="$(find dynamic_logistics_warehouse)/worlds/warehouse.world"/>
<arg name="paused" default="false"/>
<arg name="use_sim_time" default="true"/>
<arg name="gui" default="$(arg gui)"/>
<arg name="headless" default="false"/>
<arg name="debug" default="false"/>
<arg name="verbose" default="false"/>
</include>
</launch>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
image: map.pgm
resolution: 0.020000
origin: [-10.000000, -20.240000, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
image: map_rotated.png
resolution: 0.050000
origin: [-7.000, -10.500000, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196
# -3.071 3.583

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,7 @@
image: critical_zones.png
resolution: 0.050000
origin: [-51.224998, -51.224998, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,7 @@
image: direction_zones.png
resolution: 0.050000
origin: [-51.224998, -51.224998, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,7 @@
image: map_empty.png
resolution: 0.050000
origin: [-51.224998, -51.224998, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

View File

@@ -0,0 +1,7 @@
image: preferrred_zones.png
resolution: 0.050000
origin: [-51.224998, -51.224998, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,7 @@
image: unpreferrred_zones.png
resolution: 0.050000
origin: [-51.224998, -51.224998, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -0,0 +1,7 @@
image: virtual_walls.png
resolution: 0.050000
origin: [-51.224998, -51.224998, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -0,0 +1,7 @@
image: warehouse.png
resolution: 0.050000
origin: [-51.224998, -51.224998, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

View File

@@ -0,0 +1,327 @@
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset><contributor><author></author><authoring_tool>FBX COLLADA exporter</authoring_tool><comments></comments></contributor><created>2019-03-18T11:45:58Z</created><keywords></keywords><modified>2019-03-18T11:45:58Z</modified><revision></revision><subject></subject><title></title><unit meter="0.010000" name="centimeter"></unit><up_axis>Z_UP</up_axis></asset>
<library_geometries>
<geometry id="aws_robomaker_warehouse_ClutteringA_01_collision-lib" name="aws_robomaker_warehouse_ClutteringA_01_collisionMesh">
<mesh>
<source id="aws_robomaker_warehouse_ClutteringA_01_collision-POSITION">
<float_array id="aws_robomaker_warehouse_ClutteringA_01_collision-POSITION-array" count="96">
-94.500908 -100.041384 3.000000
62.468575 -100.041384 3.000000
-94.500908 80.061399 3.000000
62.468575 80.061399 3.000000
-94.500908 -100.041384 111.551331
62.468575 -100.041384 111.551331
-94.500908 80.061399 111.551331
62.468575 80.061399 111.551331
29.526070 43.870054 3.000000
96.793404 43.870054 3.000000
29.526070 98.479551 3.000000
96.793404 100.129454 3.000000
29.526070 43.870054 73.674812
96.793404 43.870054 73.674812
29.526070 98.479551 73.674812
96.793404 100.129454 73.674812
56.843697 -49.131350 3.000000
46.691963 22.638792 3.000000
99.844673 23.109861 3.000000
107.644112 -43.094973 3.000000
56.843697 -49.131350 73.674812
107.644112 -43.094973 73.674812
99.844673 23.109861 73.674812
46.691963 22.638792 73.674812
-108.431084 -32.400026 3.000000
-108.431084 18.446653 3.000000
-88.055717 18.917723 3.000000
-84.168144 -31.578005 3.000000
-108.431084 -32.400026 73.674812
-84.168144 -31.578005 73.674812
-88.055717 18.917723 73.674812
-108.431084 18.446653 73.674812
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringA_01_collision-POSITION-array" count="32" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_ClutteringA_01_collision-Normal0">
<float_array id="aws_robomaker_warehouse_ClutteringA_01_collision-Normal0-array" count="432">
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
-0.024520 0.999699 0.000000
-0.024520 0.999699 0.000000
-0.024520 0.999699 0.000000
-0.024520 0.999699 0.000000
-0.024520 0.999699 0.000000
-0.024520 0.999699 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.117995 -0.993014 0.000000
0.117995 -0.993014 0.000000
0.117995 -0.993014 0.000000
0.117995 -0.993014 0.000000
0.117995 -0.993014 0.000000
0.117995 -0.993014 0.000000
0.993132 0.116999 0.000000
0.993132 0.116999 0.000000
0.993132 0.116999 0.000000
0.993132 0.116999 0.000000
0.993132 0.116999 0.000000
0.993132 0.116999 0.000000
-0.008862 0.999961 0.000000
-0.008862 0.999961 0.000000
-0.008862 0.999961 0.000000
-0.008862 0.999961 0.000000
-0.008862 0.999961 0.000000
-0.008862 0.999961 0.000000
-0.990144 -0.140054 0.000000
-0.990144 -0.140054 0.000000
-0.990144 -0.140054 0.000000
-0.990144 -0.140054 0.000000
-0.990144 -0.140054 0.000000
-0.990144 -0.140054 0.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.033860 -0.999427 0.000000
0.033860 -0.999427 0.000000
0.033860 -0.999427 0.000000
0.033860 -0.999427 0.000000
0.033860 -0.999427 0.000000
0.033860 -0.999427 0.000000
0.997050 0.076761 0.000000
0.997050 0.076761 0.000000
0.997050 0.076761 0.000000
0.997050 0.076761 0.000000
0.997050 0.076761 0.000000
0.997050 0.076761 0.000000
-0.023113 0.999733 0.000000
-0.023113 0.999733 0.000000
-0.023113 0.999733 0.000000
-0.023113 0.999733 0.000000
-0.023113 0.999733 0.000000
-0.023113 0.999733 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringA_01_collision-Normal0-array" count="144" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_ClutteringA_01_collision-UV0">
<float_array id="aws_robomaker_warehouse_ClutteringA_01_collision-UV0-array" count="192">
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
1.000000 1.000000
0.000000 1.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringA_01_collision-UV0-array" count="96" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="aws_robomaker_warehouse_ClutteringA_01_collision-VERTEX">
<input semantic="POSITION" source="#aws_robomaker_warehouse_ClutteringA_01_collision-POSITION"/>
</vertices>
<triangles count="48"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_ClutteringA_01_collision-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_ClutteringA_01_collision-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_ClutteringA_01_collision-UV0"/><p> 1 0 1 0 1 0 3 2 3 0 3 0 2 4 2 3 5 3 7 6 7 6 7 6 4 8 4 7 9 7 4 10 4 5 11 5 5 12 11 4 13 10 0 14 8 5 15 11 0 16 8 1 17 9 7 18 15 5 19 14 1 20 12 7 21 15 1 22 12 3 23 13 6 24 19 7 25 18 3 26 16 6 27 19 3 28 16 2 29 17 4 30 23 6 31 22 2 32 20 4 33 23 2 34 20 0 35 21 9 36 25 10 37 26 11 38 27 10 39 26 9 40 25 8 41 24 14 42 30 13 43 29 15 44 31 13 45 29 14 46 30 12 47 28 13 48 35 12 49 34 8 50 32 13 51 35 8 52 32 9 53 33 15 54 39 13 55 38 9 56 36 15 57 39 9 58 36 11 59 37 14 60 43 15 61 42 11 62 40 14 63 43 11 64 40 10 65 41 12 66 47 14 67 46 10 68 44 12 69 47 10 70 44 8 71 45 19 72 51 16 73 48 18 74 50 16 75 48 17 76 49 18 77 50 22 78 54 23 79 55 20 80 52 22 81 54 20 82 52 21 83 53 21 84 58 20 85 59 16 86 56 21 87 58 16 88 56 19 89 57 22 90 62 21 91 63 19 92 60 22 93 62 19 94 60 18 95 61 23 96 66 22 97 67 18 98 64 23 99 66 18 100 64 17 101 65 20 102 70 23 103 71 17 104 68 20 105 70 17 106 68 16 107 69 26 108 74 27 109 75 24 110 72 24 111 72 25 112 73 26 113 74 31 114 79 28 115 76 30 116 78 30 117 78 28 118 76 29 119 77 28 120 83 24 121 80 29 122 82 29 123 82 24 124 80 27 125 81 30 126 86 29 127 87 27 128 84 30 129 86 27 130 84 26 131 85 30 132 91 26 133 88 31 134 90 31 135 90 26 136 88 25 137 89 28 138 94 31 139 95 25 140 92 28 141 94 25 142 92 24 143 93</p></triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="aws_robomaker_warehouse_ClutteringA_01_collision" name="aws_robomaker_warehouse_ClutteringA_01_collision">
<node name="aws_robomaker_warehouse_ClutteringA_01_collision" id="aws_robomaker_warehouse_ClutteringA_01_collision" layer="Cluttering" sid="aws_robomaker_warehouse_ClutteringA_01_collision"><matrix sid="matrix">1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000</matrix><instance_geometry url="#aws_robomaker_warehouse_ClutteringA_01_collision-lib"/><extra><technique profile="FCOLLADA"><visibility>1.000000</visibility></technique></extra></node>
<extra><technique profile="MAX3D"><frame_rate>30.000000</frame_rate></technique><technique profile="FCOLLADA"><start_time>0.000000</start_time><end_time>3.333333</end_time></technique></extra>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#aws_robomaker_warehouse_ClutteringA_01_collision"></instance_visual_scene>
</scene>
</COLLADA>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_ClutteringA_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_ClutteringA_01">
<link name="link">
<inertial>
<mass>2</mass>
<inertia>
<ixx>0.841</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.954</iyy>
<iyz>0</iyz>
<izz>1.422</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ClutteringA_01/meshes/aws_robomaker_warehouse_ClutteringA_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.6</mu>
<mu2>0.6</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
<torsional>
<coefficient>1</coefficient>
<patch_radius>0</patch_radius>
<surface_radius>0</surface_radius>
<use_patch_radius>1</use_patch_radius>
<ode>
<slip>0</slip>
</ode>
</torsional>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ClutteringA_01/meshes/aws_robomaker_warehouse_ClutteringA_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset><contributor><author></author><authoring_tool>FBX COLLADA exporter</authoring_tool><comments></comments></contributor><created>2019-03-20T02:46:25Z</created><keywords></keywords><modified>2019-03-20T02:46:25Z</modified><revision></revision><subject></subject><title></title><unit meter="0.010000" name="centimeter"></unit><up_axis>Z_UP</up_axis></asset>
<library_geometries>
<geometry id="aws_robomaker_warehouse_ClutteringC_01_collision-lib" name="aws_robomaker_warehouse_ClutteringC_01_collisionMesh">
<mesh>
<source id="aws_robomaker_warehouse_ClutteringC_01_collision-POSITION">
<float_array id="aws_robomaker_warehouse_ClutteringC_01_collision-POSITION-array" count="24">
-88.666687 -102.994263 3.000000
88.666687 -102.994263 3.000000
-88.666687 102.994263 3.000000
88.666687 102.994263 3.000000
-88.666687 -102.994263 179.031189
88.666687 -102.994263 179.031189
-88.666687 102.994263 179.031189
88.666687 102.994263 179.031189
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringC_01_collision-POSITION-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_ClutteringC_01_collision-Normal0">
<float_array id="aws_robomaker_warehouse_ClutteringC_01_collision-Normal0-array" count="108">
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringC_01_collision-Normal0-array" count="36" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_ClutteringC_01_collision-UV0">
<float_array id="aws_robomaker_warehouse_ClutteringC_01_collision-UV0-array" count="48">
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringC_01_collision-UV0-array" count="24" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="aws_robomaker_warehouse_ClutteringC_01_collision-VERTEX">
<input semantic="POSITION" source="#aws_robomaker_warehouse_ClutteringC_01_collision-POSITION"/>
</vertices>
<triangles count="12"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_ClutteringC_01_collision-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_ClutteringC_01_collision-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_ClutteringC_01_collision-UV0"/><p> 1 0 1 0 1 0 3 2 3 0 3 0 2 4 2 3 5 3 7 6 7 6 7 6 4 8 4 7 9 7 4 10 4 5 11 5 5 12 11 4 13 10 0 14 8 5 15 11 0 16 8 1 17 9 7 18 15 5 19 14 1 20 12 7 21 15 1 22 12 3 23 13 6 24 19 7 25 18 3 26 16 6 27 19 3 28 16 2 29 17 4 30 23 6 31 22 2 32 20 4 33 23 2 34 20 0 35 21</p></triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="aws_robomaker_warehouse_ClutteringC_01_collision" name="aws_robomaker_warehouse_ClutteringC_01_collision">
<node name="aws_robomaker_warehouse_ClutteringC_01_collision" id="aws_robomaker_warehouse_ClutteringC_01_collision" layer="Cluttering" sid="aws_robomaker_warehouse_ClutteringC_01_collision"><matrix sid="matrix">1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000</matrix><instance_geometry url="#aws_robomaker_warehouse_ClutteringC_01_collision-lib"/><extra><technique profile="FCOLLADA"><visibility>1.000000</visibility></technique></extra></node>
<extra><technique profile="MAX3D"><frame_rate>30.000000</frame_rate></technique><technique profile="FCOLLADA"><start_time>0.000000</start_time><end_time>3.333333</end_time></technique></extra>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#aws_robomaker_warehouse_ClutteringC_01_collision"></instance_visual_scene>
</scene>
</COLLADA>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_ClutteringC_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_ClutteringC_01">
<link name="link">
<inertial>
<mass>1</mass>
<inertia>
<ixx>1.558</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>1.821</iyy>
<iyz>0</iyz>
<izz>1.892</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ClutteringC_01/meshes/aws_robomaker_warehouse_ClutteringC_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.6</mu>
<mu2>0.6</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
<torsional>
<coefficient>1</coefficient>
<patch_radius>0</patch_radius>
<surface_radius>0</surface_radius>
<use_patch_radius>1</use_patch_radius>
<ode>
<slip>0</slip>
</ode>
</torsional>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ClutteringC_01/meshes/aws_robomaker_warehouse_ClutteringC_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset><contributor><author></author><authoring_tool>FBX COLLADA exporter</authoring_tool><comments></comments></contributor><created>2019-03-25T05:42:49Z</created><keywords></keywords><modified>2019-03-25T05:42:49Z</modified><revision></revision><subject></subject><title></title><unit meter="0.010000" name="centimeter"></unit><up_axis>Z_UP</up_axis></asset>
<library_geometries>
<geometry id="aws_robomaker_warehouse_ClutteringD_01_collision-lib" name="aws_robomaker_warehouse_ClutteringD_01_collisionMesh">
<mesh>
<source id="aws_robomaker_warehouse_ClutteringD_01_collision-POSITION">
<float_array id="aws_robomaker_warehouse_ClutteringD_01_collision-POSITION-array" count="24">
-50.844025 33.298004 -76.084843
50.844025 33.298004 -76.084843
-50.844025 182.463806 -76.084846
50.844025 182.463806 -76.084846
-50.844025 33.298012 76.084789
50.844025 33.298012 76.084789
-50.844025 182.463806 76.084789
50.844025 182.463806 76.084789
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringD_01_collision-POSITION-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_ClutteringD_01_collision-Normal0">
<float_array id="aws_robomaker_warehouse_ClutteringD_01_collision-Normal0-array" count="108">
0.000000 -0.000000 -1.000000
0.000000 -0.000000 -1.000000
0.000000 -0.000000 -1.000000
0.000000 -0.000000 -1.000000
0.000000 -0.000000 -1.000000
0.000000 -0.000000 -1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringD_01_collision-Normal0-array" count="36" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_ClutteringD_01_collision-UV0">
<float_array id="aws_robomaker_warehouse_ClutteringD_01_collision-UV0-array" count="48">
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ClutteringD_01_collision-UV0-array" count="24" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="aws_robomaker_warehouse_ClutteringD_01_collision-VERTEX">
<input semantic="POSITION" source="#aws_robomaker_warehouse_ClutteringD_01_collision-POSITION"/>
</vertices>
<triangles count="12"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_ClutteringD_01_collision-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_ClutteringD_01_collision-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_ClutteringD_01_collision-UV0"/><p> 1 0 1 0 1 0 3 2 3 0 3 0 2 4 2 3 5 3 7 6 7 6 7 6 4 8 4 7 9 7 4 10 4 5 11 5 5 12 11 4 13 10 0 14 8 5 15 11 0 16 8 1 17 9 5 18 14 3 19 13 7 20 15 3 21 13 5 22 14 1 23 12 6 24 19 7 25 18 3 26 16 6 27 19 3 28 16 2 29 17 4 30 23 6 31 22 2 32 20 4 33 23 2 34 20 0 35 21</p></triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="aws_robomaker_warehouse_ClutteringD_01_collision" name="aws_robomaker_warehouse_ClutteringD_01_collision">
<node name="aws_robomaker_warehouse_ClutteringD_01_collision" id="aws_robomaker_warehouse_ClutteringD_01_collision" layer="items_xiugai" sid="aws_robomaker_warehouse_ClutteringD_01_collision"><matrix sid="matrix">1.000000 0.000000 0.000000 0.000000 0.000000 -0.000000 -1.000000 0.000000 0.000000 1.000000 -0.000000 0.000000 0.000000 0.000000 0.000000 1.000000</matrix><instance_geometry url="#aws_robomaker_warehouse_ClutteringD_01_collision-lib"/><extra><technique profile="FCOLLADA"><visibility>1.000000</visibility></technique></extra></node>
<extra><technique profile="MAX3D"><frame_rate>30.000000</frame_rate></technique><technique profile="FCOLLADA"><start_time>0.000000</start_time><end_time>3.333333</end_time></technique></extra>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#aws_robomaker_warehouse_ClutteringD_01_collision"></instance_visual_scene>
</scene>
</COLLADA>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_ClutteringD_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_ClutteringD_01">
<link name="link">
<inertial>
<mass>1</mass>
<inertia>
<ixx>1.558</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>1.821</iyy>
<iyz>0</iyz>
<izz>1.892</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ClutteringD_01/meshes/aws_robomaker_warehouse_ClutteringD_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.6</mu>
<mu2>0.6</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
<torsional>
<coefficient>1</coefficient>
<patch_radius>0</patch_radius>
<surface_radius>0</surface_radius>
<use_patch_radius>1</use_patch_radius>
<ode>
<slip>0</slip>
</ode>
</torsional>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ClutteringD_01/meshes/aws_robomaker_warehouse_ClutteringD_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_DeskC_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_DeskC_01">
<link name="link">
<inertial>
<mass>1</mass>
<inertia>
<ixx>0.608</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.476</iyy>
<iyz>0</iyz>
<izz>0.542</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_DeskC_01/meshes/aws_robomaker_warehouse_DeskC_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.3</mu>
<mu2>0.3</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_DeskC_01/meshes/aws_robomaker_warehouse_DeskC_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset><contributor><author></author><authoring_tool>FBX COLLADA exporter</authoring_tool><comments></comments></contributor><created>2019-05-15T08:16:04Z</created><keywords></keywords><modified>2019-05-15T08:16:04Z</modified><revision></revision><subject></subject><title></title><unit meter="0.010000" name="centimeter"></unit><up_axis>Z_UP</up_axis></asset>
<library_geometries>
<geometry id="aws_robomaker_warehouse_GroundB_01_collision-lib" name="aws_robomaker_warehouse_GroundB_01_collisionMesh">
<mesh>
<source id="aws_robomaker_warehouse_GroundB_01_collision-POSITION">
<float_array id="aws_robomaker_warehouse_GroundB_01_collision-POSITION-array" count="24">
-699.023499 -1045.333252 -0.000123
699.023499 -1045.333252 -0.000124
-699.023499 -1045.333252 12.431540
699.023499 -1045.333252 12.431539
-699.023499 1045.333252 0.000128
699.023499 1045.333252 0.000129
-699.023499 1045.333130 12.431791
699.023499 1045.333130 12.431792
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_GroundB_01_collision-POSITION-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_GroundB_01_collision-Normal0">
<float_array id="aws_robomaker_warehouse_GroundB_01_collision-Normal0-array" count="108">
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_GroundB_01_collision-Normal0-array" count="36" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_GroundB_01_collision-UV0">
<float_array id="aws_robomaker_warehouse_GroundB_01_collision-UV0-array" count="48">
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_GroundB_01_collision-UV0-array" count="24" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="aws_robomaker_warehouse_GroundB_01_collision-VERTEX">
<input semantic="POSITION" source="#aws_robomaker_warehouse_GroundB_01_collision-POSITION"/>
</vertices>
<triangles count="12"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_GroundB_01_collision-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_GroundB_01_collision-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_GroundB_01_collision-UV0"/><p> 3 0 3 2 1 2 0 2 0 3 3 3 0 4 0 1 5 1 6 6 6 5 7 5 4 8 4 5 9 5 6 10 6 7 11 7 1 12 9 0 13 8 5 14 11 0 15 8 4 16 10 5 17 11 7 18 15 3 19 13 1 20 12 7 21 15 1 22 12 5 23 14 6 24 19 3 25 16 7 26 18 3 27 16 6 28 19 2 29 17 6 30 22 0 31 21 2 32 20 0 33 21 6 34 22 4 35 23</p></triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="aws_robomaker_warehouse_GroundB_01_collision" name="aws_robomaker_warehouse_GroundB_01_collision">
<node name="aws_robomaker_warehouse_GroundB_01_collision" id="aws_robomaker_warehouse_GroundB_01_collision" layer="zhenghe_collution" sid="aws_robomaker_warehouse_GroundB_01_collision"><matrix sid="matrix">1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000</matrix><instance_geometry url="#aws_robomaker_warehouse_GroundB_01_collision-lib"/><extra><technique profile="FCOLLADA"><visibility>1.000000</visibility></technique></extra></node>
<extra><technique profile="MAX3D"><frame_rate>30.000000</frame_rate></technique><technique profile="FCOLLADA"><start_time>0.000000</start_time><end_time>3.333333</end_time></technique></extra>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#aws_robomaker_warehouse_GroundB_01_collision"></instance_visual_scene>
</scene>
</COLLADA>

View File

@@ -0,0 +1,706 @@
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset><contributor><author></author><authoring_tool>FBX COLLADA exporter</authoring_tool><comments></comments></contributor><created>2019-05-15T08:15:48Z</created><keywords></keywords><modified>2019-05-15T08:15:48Z</modified><revision></revision><subject></subject><title></title><unit meter="0.010000" name="centimeter"></unit><up_axis>Z_UP</up_axis></asset>
<library_images>
<image id="Map #1123124520-image" name="Map #1123124520">
<init_from>../materials/textures/aws_robomaker_warehouse_GroundB_01.png</init_from>
</image>
<image id="Map #1123124521-image" name="Map #1123124521">
<init_from>../materials/textures/aws_robomaker_warehouse_GroundB_02.png</init_from>
</image>
</library_images>
<library_materials>
<material id="Material #946568" name="Material #946568">
<instance_effect url="#Material #946568-fx"/>
</material>
<material id="Material #946569" name="Material #946569">
<instance_effect url="#Material #946569-fx"/>
</material>
</library_materials>
<library_effects>
<effect id="Material #946568-fx" name="Material #946568">
<profile_COMMON>
<technique sid="standard">
<phong>
<emission>
<color sid="emission">0.000000 0.000000 0.000000 1.000000</color>
</emission>
<ambient>
<color sid="ambient">0.588000 0.588000 0.588000 1.000000</color>
</ambient>
<diffuse>
<texture texture="Map #1123124520-image" texcoord="CHANNEL0">
<extra>
<technique profile="MAYA">
<wrapU sid="wrapU0">TRUE</wrapU>
<wrapV sid="wrapV0">TRUE</wrapV>
<blend_mode>ADD</blend_mode>
</technique>
</extra>
</texture>
</diffuse>
<specular>
<color sid="specular">0.000000 0.000000 0.000000 1.000000</color>
</specular>
<shininess>
<float sid="shininess">2.000000</float>
</shininess>
<reflective>
<color sid="reflective">0.000000 0.000000 0.000000 1.000000</color>
</reflective>
<reflectivity>
<float sid="reflectivity">1.000000</float>
</reflectivity>
<transparent opaque="RGB_ZERO">
<color sid="transparent">1.000000 1.000000 1.000000 1.000000</color>
</transparent>
<transparency>
<float sid="transparency">0.000000</float>
</transparency>
</phong>
</technique>
</profile_COMMON>
</effect>
<effect id="Material #946569-fx" name="Material #946569">
<profile_COMMON>
<technique sid="standard">
<phong>
<emission>
<color sid="emission">0.000000 0.000000 0.000000 1.000000</color>
</emission>
<ambient>
<color sid="ambient">0.588000 0.588000 0.588000 1.000000</color>
</ambient>
<diffuse>
<texture texture="Map #1123124521-image" texcoord="CHANNEL0">
<extra>
<technique profile="MAYA">
<wrapU sid="wrapU0">TRUE</wrapU>
<wrapV sid="wrapV0">TRUE</wrapV>
<blend_mode>ADD</blend_mode>
</technique>
</extra>
</texture>
</diffuse>
<specular>
<color sid="specular">0.000000 0.000000 0.000000 1.000000</color>
</specular>
<shininess>
<float sid="shininess">2.000000</float>
</shininess>
<reflective>
<color sid="reflective">0.000000 0.000000 0.000000 1.000000</color>
</reflective>
<reflectivity>
<float sid="reflectivity">1.000000</float>
</reflectivity>
<transparent opaque="RGB_ZERO">
<color sid="transparent">1.000000 1.000000 1.000000 1.000000</color>
</transparent>
<transparency>
<float sid="transparency">0.000000</float>
</transparency>
</phong>
</technique>
</profile_COMMON>
</effect>
</library_effects>
<library_geometries>
<geometry id="aws_robomaker_warehouse_GroundB_01_visual-lib" name="aws_robomaker_warehouse_GroundB_01_visualMesh">
<mesh>
<source id="aws_robomaker_warehouse_GroundB_01_visual-POSITION">
<float_array id="aws_robomaker_warehouse_GroundB_01_visual-POSITION-array" count="300">
-699.023499 -1045.333252 -0.000123
699.023499 -1045.333252 -0.000124
-699.023499 -1045.333252 12.431540
699.023499 -1045.333252 12.431539
-699.023499 1045.333252 0.000128
699.023499 1045.333252 0.000129
-699.023499 1045.333130 12.431791
699.023499 1045.333130 12.431792
-255.414734 -237.748291 12.445392
44.585266 -237.748291 12.445392
-255.414734 62.251705 12.445440
44.585266 62.251705 12.445440
-248.186340 -230.519897 12.445393
37.356873 -230.519897 12.445393
37.356873 55.023312 12.445439
-248.186340 55.023312 12.445439
-255.414734 -882.155273 12.445316
44.585266 -882.155273 12.445316
-255.414734 -582.155273 12.445366
44.585266 -582.155273 12.445366
-248.186340 -874.926880 12.445318
37.356873 -874.926880 12.445318
37.356873 -589.383667 12.445364
-248.186340 -589.383667 12.445364
-255.414734 -559.951782 12.445369
44.585266 -559.951782 12.445369
-255.414734 -259.951782 12.445388
44.585266 -259.951782 12.445388
-248.186340 -552.723389 12.445371
37.356873 -552.723389 12.445371
37.356873 -267.180176 12.445387
-248.186340 -267.180176 12.445387
-255.414734 84.455200 12.445444
44.585266 84.455200 12.445444
-255.414734 384.455200 12.445462
44.585266 384.455200 12.445462
-248.186340 91.683594 12.445445
37.356873 91.683594 12.445445
37.356873 377.226807 12.445461
-248.186340 377.226807 12.445461
-255.414734 406.658691 12.445527
44.585266 406.658691 12.445527
-255.414734 706.658691 12.445576
44.585266 706.658691 12.445576
-248.186340 413.887085 12.445528
37.356873 413.887085 12.445528
37.356873 699.430298 12.445575
-248.186340 699.430298 12.445575
132.339752 -1043.718018 12.445252
141.445953 -1043.718018 12.445252
132.339752 1046.807373 12.445501
141.445953 1046.807373 12.445501
141.445953 -908.130371 12.445269
132.339752 -908.130371 12.445269
141.445953 -983.652710 12.445258
132.339752 -983.652710 12.445258
141.445953 -992.508667 12.445259
132.339752 -992.508667 12.445259
-423.674530 -983.652710 12.445258
-423.674530 -992.508667 12.445259
141.445953 -899.566162 12.445268
132.339752 -899.566162 12.445268
-337.738800 -908.130371 12.445269
-337.738800 -899.566162 12.445268
-329.554382 -908.130371 12.445269
-329.554382 -899.566162 12.445268
-337.738800 1046.807373 12.445501
-329.554382 1046.807373 12.445501
-415.294403 -983.652710 12.445258
-415.294403 -992.508667 12.445259
-423.674530 1046.807373 12.445501
-415.294403 1046.807373 12.445501
-423.674530 883.609009 12.445482
-415.294403 883.609009 12.445482
-415.294403 959.849304 12.445491
-423.674530 959.849304 12.445491
-423.674591 875.711548 12.445481
-415.294403 875.711609 12.445481
-686.119019 883.609009 12.445482
-686.119019 875.711548 12.445481
-415.294403 968.018066 12.445493
-423.674530 968.018066 12.445493
-689.973267 959.849304 12.445491
-689.973267 968.018066 12.445493
215.702194 -1044.132324 12.445252
224.808395 -1044.132324 12.445252
215.702194 177.500122 12.445397
224.808395 177.500122 12.445397
224.808395 168.217163 12.445396
215.702194 168.217163 12.445396
700.987549 177.500122 12.445397
700.987549 168.217163 12.445396
215.702194 258.095581 12.445407
224.808395 258.095581 12.445407
224.808395 1046.807373 12.445501
215.702194 1046.807373 12.445501
224.808395 266.876099 12.445409
215.702194 266.876099 12.445409
700.987549 258.095581 12.445407
700.987549 266.876099 12.445409
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_GroundB_01_visual-POSITION-array" count="100" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_GroundB_01_visual-Normal0">
<float_array id="aws_robomaker_warehouse_GroundB_01_visual-Normal0-array" count="846">
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
-0.000000 1.000000 0.000010
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
0.000000 -0.000000 1.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_GroundB_01_visual-Normal0-array" count="282" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_GroundB_01_visual-UV0">
<float_array id="aws_robomaker_warehouse_GroundB_01_visual-UV0-array" count="328">
4.846894 2.550678
4.846894 4.846265
4.826477 4.846265
4.826477 2.550678
4.783730 2.550678
4.804147 2.550678
4.804147 4.846265
4.783730 4.846265
1.222342 2.572054
4.655206 2.572054
4.655206 4.867640
1.222342 4.867640
1.222341 4.953428
4.655206 4.953428
4.655205 4.973845
1.222341 4.973845
1.179594 0.114090
4.612459 0.114091
4.612458 2.409678
1.179594 2.409678
1.414463 2.740246
1.414463 -0.692619
1.434875 -0.692619
1.434875 2.740246
-1.691137 1.355757
-1.976730 0.985989
-1.933884 0.943143
-1.733945 1.312949
-1.976730 -0.792248
-1.933884 -0.749402
-1.691137 -0.420905
-1.733945 -0.378097
-1.799502 -0.426135
-1.798186 -0.952645
-1.755340 -0.995491
-1.842348 -0.468980
-1.798186 -2.730882
-1.755340 -2.688036
-1.799502 -2.204372
-1.842348 -2.161526
-1.799502 1.365183
-1.798186 0.838673
-1.755340 0.795827
-1.842348 1.322337
-1.798186 -0.939565
-1.755340 -0.896719
-1.799502 -0.413054
-1.842348 -0.370208
-1.730909 -0.433973
-1.875866 -0.575192
-1.833020 -0.618038
-1.773717 -0.476781
-1.875866 -2.353429
-1.833020 -2.310584
-1.730909 -2.210634
-1.773717 -2.167826
-1.958919 2.451030
-1.717841 -0.433973
-1.675033 -0.476781
-2.001765 2.408185
-1.717841 -2.210634
-1.675033 -2.167826
-1.958919 0.672793
-2.001765 0.715639
0.521328 0.470354
0.521328 0.474995
0.410392 1.020932
0.410392 1.016567
0.415033 1.016567
-1.461452 0.891229
0.495226 0.474995
-1.461452 0.864380
0.495226 0.470354
-1.461452 0.858776
-1.461452 0.864380
-1.461452 0.858776
0.415033 1.020932
-1.461452 0.896788
-1.461452 0.896788
-1.461452 0.891229
-1.461452 0.891229
-1.461452 0.896788
-1.461452 0.896788
-1.461452 0.896788
-1.461452 0.864380
-1.461452 0.858776
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
-1.461452 0.864380
0.436771 0.036056
0.441413 0.036056
0.422756 0.026574
0.422756 0.021932
0.418024 0.026574
0.418024 0.021932
0.422756 0.269288
0.418024 0.269288
-1.767357 1.965086
-1.767357 0.186848
0.425656 0.029564
0.430298 0.029564
0.430298 0.034040
0.425656 0.034040
0.430297 0.431580
0.425656 0.431580
0.444403 0.403750
0.448879 0.403750
-1.724511 0.229694
-1.724511 1.922239
-1.855502 0.428975
-1.898310 0.471783
-1.855502 2.205637
-1.898310 2.162829
-1.842433 0.376135
-1.842433 -1.400526
-1.799625 -1.357718
-1.799626 0.333327
-1.743367 -2.377502
-1.786175 -2.334694
-1.743367 -0.600840
-1.786175 -0.643649
-1.795829 2.663701
-1.795829 0.885463
-1.752983 0.928309
-1.752983 2.620854
-1.855502 -1.400526
-1.898310 -1.357718
-1.855502 0.376135
-1.898310 0.333327
-1.842434 2.165865
-1.842433 0.389204
-1.799626 0.432011
-1.799626 2.123057
-1.743367 -0.587772
-1.786175 -0.544964
-1.743367 1.188889
-1.786175 1.146081
-1.842434 3.955595
-1.842434 2.178934
-1.799626 2.221741
-1.799626 3.912786
-1.743367 1.201958
-1.786175 1.244766
-1.743367 2.978619
-1.786175 2.935811
0.410392 0.024476
0.415033 0.024476
0.490712 0.474995
0.490712 0.470354
0.441413 0.654006
0.436771 0.654006
0.444403 0.646464
0.448879 0.646464
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_GroundB_01_visual-UV0-array" count="164" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="aws_robomaker_warehouse_GroundB_01_visual-VERTEX">
<input semantic="POSITION" source="#aws_robomaker_warehouse_GroundB_01_visual-POSITION"/>
</vertices>
<triangles count="12" material="Material #946568"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_GroundB_01_visual-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_GroundB_01_visual-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_GroundB_01_visual-UV0"/><p> 3 0 2 2 1 3 0 2 0 3 3 2 0 4 0 1 5 1 6 6 5 5 7 7 4 8 4 5 9 7 6 10 5 7 11 6 1 12 11 0 13 8 5 14 10 0 15 8 4 16 9 5 17 10 7 18 14 3 19 15 1 20 12 7 21 14 1 22 12 5 23 13 6 24 18 3 25 16 7 26 17 3 27 16 6 28 18 2 29 19 6 30 21 0 31 23 2 32 20 0 33 23 6 34 21 4 35 22</p></triangles>
<triangles count="82" material="Material #946569"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_GroundB_01_visual-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_GroundB_01_visual-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_GroundB_01_visual-UV0"/><p> 8 36 108 9 37 109 13 38 118 8 39 108 13 40 118 12 41 119 9 42 25 11 43 28 14 44 29 9 45 25 14 46 29 13 47 26 11 48 120 10 49 122 15 50 123 11 51 120 15 52 123 14 53 121 10 54 30 8 55 24 12 56 27 10 57 30 12 58 27 15 59 31 16 60 124 17 61 125 21 62 126 16 63 124 21 64 126 20 65 127 17 66 33 19 67 36 22 68 37 17 69 33 22 70 37 21 71 34 19 72 128 18 73 130 23 74 131 19 75 128 23 76 131 22 77 129 18 78 38 16 79 32 20 80 35 18 81 38 20 82 35 23 83 39 24 84 132 25 85 133 29 86 134 24 87 132 29 88 134 28 89 135 25 90 41 27 91 44 30 92 45 25 93 41 30 94 45 29 95 42 27 96 136 26 97 138 31 98 139 27 99 136 31 100 139 30 101 137 26 102 46 24 103 40 28 104 43 26 105 46 28 106 43 31 107 47 32 108 140 33 109 141 37 110 142 32 111 140 37 112 142 36 113 143 33 114 49 35 115 52 38 116 53 33 117 49 38 118 53 37 119 50 35 120 144 34 121 146 39 122 147 35 123 144 39 124 147 38 125 145 34 126 54 32 127 48 36 128 51 34 129 54 36 130 51 39 131 55 40 132 148 41 133 149 45 134 150 40 135 148 45 136 150 44 137 151 41 138 57 43 139 60 46 140 61 41 141 57 46 142 61 45 143 58 43 144 152 42 145 154 47 146 155 43 147 152 47 148 155 46 149 153 42 150 62 40 151 56 44 152 59 42 153 62 44 154 59 47 155 63 57 156 72 49 157 65 56 158 70 49 159 65 57 160 72 48 161 64 61 162 68 53 163 76 60 164 67 60 165 67 53 166 76 52 167 66 55 168 159 57 169 72 54 170 158 54 171 158 57 172 72 56 173 70 69 174 85 55 175 71 68 176 84 55 177 71 69 178 85 57 179 73 50 180 157 61 181 68 51 182 156 51 183 156 61 184 68 60 185 67 61 186 77 65 187 81 64 188 80 61 189 77 64 190 80 53 191 69 65 192 81 63 193 78 64 194 80 63 195 78 62 196 79 64 197 80 66 198 83 63 199 78 67 200 82 67 201 82 63 202 78 65 203 81 68 204 84 58 205 74 69 206 85 58 207 74 59 208 75 69 209 85 76 210 92 68 211 84 77 212 93 68 213 84 76 214 92 58 215 74 81 216 97 75 217 91 80 218 96 80 219 96 75 220 91 74 221 90 72 222 88 77 223 93 73 224 89 77 225 93 72 226 88 76 227 92 78 228 94 76 229 92 72 230 88 76 231 92 78 232 94 79 233 95 81 234 97 71 235 86 70 236 87 71 237 86 81 238 97 80 239 96 83 240 98 75 241 91 81 242 97 75 243 91 83 244 98 82 245 99 89 246 161 84 247 100 88 248 160 88 249 160 84 250 100 85 251 101 86 252 105 89 253 103 87 254 104 87 255 104 89 256 103 88 257 102 88 258 102 91 259 106 87 260 104 90 261 107 87 262 104 91 263 106 97 264 113 93 265 111 96 266 112 93 267 111 97 268 113 92 269 110 95 270 115 97 271 113 94 272 114 94 273 114 97 274 113 96 275 112 93 276 162 98 277 116 96 278 163 99 279 117 96 280 163 98 281 116</p></triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="aws_robomaker_warehouse_GroundB_01_visual" name="aws_robomaker_warehouse_GroundB_01_visual">
<node name="aws_robomaker_warehouse_GroundB_01_visual" id="aws_robomaker_warehouse_GroundB_01_visual" layer="zhenghe" sid="aws_robomaker_warehouse_GroundB_01_visual"><matrix sid="matrix">1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000</matrix><instance_geometry url="#aws_robomaker_warehouse_GroundB_01_visual-lib"><bind_material><technique_common><instance_material symbol="Material #946568" target="#Material #946568"/><instance_material symbol="Material #946569" target="#Material #946569"/></technique_common></bind_material></instance_geometry><extra><technique profile="FCOLLADA"><visibility>1.000000</visibility></technique></extra></node>
<extra><technique profile="MAX3D"><frame_rate>30.000000</frame_rate></technique><technique profile="FCOLLADA"><start_time>0.000000</start_time><end_time>3.333333</end_time></technique></extra>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#aws_robomaker_warehouse_GroundB_01_visual"></instance_visual_scene>
</scene>
</COLLADA>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_GroundB_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_GroundB_01">
<link name="link">
<inertial>
<mass>1000</mass>
<inertia>
<ixx>1200083.33</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>8333416.66</iyy>
<iyz>0</iyz>
<izz>2033333.33</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_GroundB_01/meshes/aws_robomaker_warehouse_GroundB_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.3</mu>
<mu2>0.3</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_GroundB_01/meshes/aws_robomaker_warehouse_GroundB_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset><contributor><author></author><authoring_tool>FBX COLLADA exporter</authoring_tool><comments></comments></contributor><created>2019-04-04T08:27:36Z</created><keywords></keywords><modified>2019-04-04T08:27:36Z</modified><revision></revision><subject></subject><title></title><unit meter="0.010000" name="centimeter"></unit><up_axis>Z_UP</up_axis></asset>
<library_geometries>
<geometry id="aws_robomaker_warehouse_Lamp_01_collision-lib" name="aws_robomaker_warehouse_Lamp_01_collisionMesh">
<mesh>
<source id="aws_robomaker_warehouse_Lamp_01_collision-POSITION">
<float_array id="aws_robomaker_warehouse_Lamp_01_collision-POSITION-array" count="24">
-51.220013 -75.723572 -50.385498
51.220005 -75.723572 -50.385498
-51.220013 75.723572 -50.385498
51.220005 75.723572 -50.385498
-51.220005 -75.723572 50.385498
51.220013 -75.723572 50.385498
-51.220005 75.723572 50.385498
51.220013 75.723572 50.385498
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_Lamp_01_collision-POSITION-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_Lamp_01_collision-Normal0">
<float_array id="aws_robomaker_warehouse_Lamp_01_collision-Normal0-array" count="108">
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_Lamp_01_collision-Normal0-array" count="36" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_Lamp_01_collision-UV0">
<float_array id="aws_robomaker_warehouse_Lamp_01_collision-UV0-array" count="48">
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_Lamp_01_collision-UV0-array" count="24" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="aws_robomaker_warehouse_Lamp_01_collision-VERTEX">
<input semantic="POSITION" source="#aws_robomaker_warehouse_Lamp_01_collision-POSITION"/>
</vertices>
<triangles count="12"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_Lamp_01_collision-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_Lamp_01_collision-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_Lamp_01_collision-UV0"/><p> 1 0 1 0 1 0 3 2 3 0 3 0 2 4 2 3 5 3 7 6 7 6 7 6 4 8 4 7 9 7 4 10 4 5 11 5 4 12 10 1 13 9 5 14 11 1 15 9 4 16 10 0 17 8 7 18 15 5 19 14 1 20 12 7 21 15 1 22 12 3 23 13 6 24 19 7 25 18 3 26 16 6 27 19 3 28 16 2 29 17 4 30 23 6 31 22 2 32 20 4 33 23 2 34 20 0 35 21</p></triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="aws_robomaker_warehouse_Lamp_01_collision" name="aws_robomaker_warehouse_Lamp_01_collision">
<node name="aws_robomaker_warehouse_Lamp_01_collision" id="aws_robomaker_warehouse_Lamp_01_collision" sid="aws_robomaker_warehouse_Lamp_01_collision"><matrix sid="matrix">-0.999000 -0.000000 -0.000000 0.087481 -0.000000 0.000000 0.998995 0.000494 0.000000 1.002288 -0.000000 1325.909302 0.000000 0.000000 0.000000 1.000000</matrix><instance_geometry url="#aws_robomaker_warehouse_Lamp_01_collision-lib"/><extra><technique profile="FCOLLADA"><visibility>1.000000</visibility></technique></extra></node>
<extra><technique profile="MAX3D"><frame_rate>30.000000</frame_rate></technique><technique profile="FCOLLADA"><start_time>0.000000</start_time><end_time>3.333333</end_time></technique></extra>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#aws_robomaker_warehouse_Lamp_01_collision"></instance_visual_scene>
</scene>
</COLLADA>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_Lamp_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_Lamp_01">
<link name="link">
<inertial>
<mass>30</mass>
<inertia>
<ixx>907.144</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>104.950</iyy>
<iyz>0</iyz>
<izz>824.248</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_Lamp_01/meshes/aws_robomaker_warehouse_Lamp_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.2</mu>
<mu2>0.2</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_Lamp_01/meshes/aws_robomaker_warehouse_Lamp_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_PalletJackB_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_PalletJackB_01">
<link name="link">
<inertial>
<mass>2</mass>
<inertia>
<ixx>0.277</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.452</iyy>
<iyz>0</iyz>
<izz>0.268</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_PalletJackB_01/meshes/aws_robomaker_warehouse_PalletJackB_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.2</mu>
<mu2>0.2</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_PalletJackB_01/meshes/aws_robomaker_warehouse_PalletJackB_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset><contributor><author></author><authoring_tool>FBX COLLADA exporter</authoring_tool><comments></comments></contributor><created>2019-06-03T07:07:22Z</created><keywords></keywords><modified>2019-06-03T07:07:22Z</modified><revision></revision><subject></subject><title></title><unit meter="0.010000" name="centimeter"></unit><up_axis>Z_UP</up_axis></asset>
<library_geometries>
<geometry id="aws_robomaker_warehouse_RoofB_01_collision-lib" name="aws_robomaker_warehouse_RoofB_01_collisionMesh">
<mesh>
<source id="aws_robomaker_warehouse_RoofB_01_collision-POSITION">
<float_array id="aws_robomaker_warehouse_RoofB_01_collision-POSITION-array" count="24">
-686.312866 -88.698654 -1045.333374
711.734131 -88.698654 -1045.333374
-686.312866 21.739517 -1045.333496
711.734131 21.739517 -1045.333496
-686.312866 -88.698593 1045.333008
711.734131 -88.698593 1045.333008
-686.312866 21.739578 1045.333008
711.734131 21.739578 1045.333008
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_RoofB_01_collision-POSITION-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_RoofB_01_collision-Normal0">
<float_array id="aws_robomaker_warehouse_RoofB_01_collision-Normal0-array" count="108">
0.000000 -0.000001 -1.000000
0.000000 -0.000001 -1.000000
0.000000 -0.000001 -1.000000
0.000000 -0.000001 -1.000000
0.000000 -0.000001 -1.000000
0.000000 -0.000001 -1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 0.000000 1.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
0.000000 1.000000 -0.000000
0.000000 1.000000 -0.000000
0.000000 1.000000 -0.000000
0.000000 1.000000 -0.000000
0.000000 1.000000 -0.000000
0.000000 1.000000 -0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
-1.000000 0.000000 0.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_RoofB_01_collision-Normal0-array" count="36" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_RoofB_01_collision-UV0">
<float_array id="aws_robomaker_warehouse_RoofB_01_collision-UV0-array" count="48">
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_RoofB_01_collision-UV0-array" count="24" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="aws_robomaker_warehouse_RoofB_01_collision-VERTEX">
<input semantic="POSITION" source="#aws_robomaker_warehouse_RoofB_01_collision-POSITION"/>
</vertices>
<triangles count="12"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_RoofB_01_collision-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_RoofB_01_collision-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_RoofB_01_collision-UV0"/><p> 2 0 2 3 1 3 0 2 0 1 3 1 0 4 0 3 5 3 7 6 7 6 7 6 4 8 4 7 9 7 4 10 4 5 11 5 5 12 11 4 13 10 0 14 8 5 15 11 0 16 8 1 17 9 5 18 14 1 19 12 7 20 15 7 21 15 1 22 12 3 23 13 6 24 19 7 25 18 3 26 16 6 27 19 3 28 16 2 29 17 6 30 22 0 31 21 4 32 23 0 33 21 6 34 22 2 35 20</p></triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="aws_robomaker_warehouse_RoofB_01_collision" name="aws_robomaker_warehouse_RoofB_01_collision">
<node name="aws_robomaker_warehouse_RoofB_01_collision" id="aws_robomaker_warehouse_RoofB_01_collision" layer="zhenghe_collution" sid="aws_robomaker_warehouse_RoofB_01_collision"><matrix sid="matrix">1.000000 0.000000 0.000000 -12.710449 0.000000 -0.000000 -1.000000 0.000000 0.000000 1.000000 -0.000000 990.684692 0.000000 0.000000 0.000000 1.000000</matrix><instance_geometry url="#aws_robomaker_warehouse_RoofB_01_collision-lib"/><extra><technique profile="FCOLLADA"><visibility>1.000000</visibility></technique></extra></node>
<extra><technique profile="MAX3D"><frame_rate>30.000000</frame_rate></technique><technique profile="FCOLLADA"><start_time>0.000000</start_time><end_time>3.333333</end_time></technique></extra>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#aws_robomaker_warehouse_RoofB_01_collision"></instance_visual_scene>
</scene>
</COLLADA>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_RoofB_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_RoofB_01">
<link name="link">
<inertial>
<mass>1000</mass>
<pose frame=''>0 0 0 0 0 0</pose>
<inertia>
<ixx>834024.533</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>459441.200</iyy>
<iyz>0</iyz>
<izz>1302083.333</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_RoofB_01/meshes/aws_robomaker_warehouse_RoofB_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.6</mu>
<mu2>0.6</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
<torsional>
<coefficient>1</coefficient>
<patch_radius>0</patch_radius>
<surface_radius>0</surface_radius>
<use_patch_radius>1</use_patch_radius>
<ode>
<slip>0</slip>
</ode>
</torsional>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_RoofB_01/meshes/aws_robomaker_warehouse_RoofB_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 3 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_ShelfD_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_ShelfD_01">
<link name="link">
<inertial>
<mass>30</mass>
<inertia>
<ixx>907.144</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>104.950</iyy>
<iyz>0</iyz>
<izz>824.248</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ShelfD_01/meshes/aws_robomaker_warehouse_ShelfD_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.2</mu>
<mu2>0.2</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ShelfD_01/meshes/aws_robomaker_warehouse_ShelfD_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

View File

@@ -0,0 +1,327 @@
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset><contributor><author></author><authoring_tool>FBX COLLADA exporter</authoring_tool><comments></comments></contributor><created>2019-05-15T10:11:35Z</created><keywords></keywords><modified>2019-05-15T10:11:35Z</modified><revision></revision><subject></subject><title></title><unit meter="0.010000" name="centimeter"></unit><up_axis>Z_UP</up_axis></asset>
<library_geometries>
<geometry id="aws_robomaker_warehouse_ShelfE_01_collision-lib" name="aws_robomaker_warehouse_ShelfE_01_collisionMesh">
<mesh>
<source id="aws_robomaker_warehouse_ShelfE_01_collision-POSITION">
<float_array id="aws_robomaker_warehouse_ShelfE_01_collision-POSITION-array" count="96">
-45.044750 -57.560341 195.803909
42.866188 -57.560341 195.803955
-45.044750 133.195770 195.803955
42.866188 133.195770 195.803986
-45.044781 -57.560341 -195.804031
42.866158 -57.560341 -195.804001
-45.044781 133.195770 -195.803986
42.866158 133.195770 -195.803970
-44.361427 -128.142014 1.402283
42.927315 -128.142014 1.402374
-44.361427 133.195755 1.402374
42.927315 133.195755 1.402420
-44.361412 -128.141998 -4.198639
42.927338 -128.141998 -4.198563
-44.361412 133.195786 -4.198517
42.927338 133.195786 -4.198456
-44.361458 -128.142029 -190.318237
42.927284 -128.142029 -190.318130
42.927284 133.195740 -190.318039
-44.361458 133.195740 -190.318130
-44.361443 -128.142014 -195.919159
-44.361443 133.195770 -195.919022
42.927307 133.195770 -195.918884
42.927307 -128.142014 -195.919037
-44.361401 -128.141998 195.912140
42.927341 -128.141998 195.912231
-44.361401 133.195770 195.912231
42.927341 133.195770 195.912277
-44.361378 -128.141983 190.311218
42.927372 -128.141983 190.311295
-44.361378 133.195801 190.311340
42.927372 133.195801 190.311401
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ShelfE_01_collision-POSITION-array" count="32" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_ShelfE_01_collision-Normal0">
<float_array id="aws_robomaker_warehouse_ShelfE_01_collision-Normal0-array" count="432">
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
-0.000000 -0.000000 1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 0.000000 -1.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
1.000000 0.000000 -0.000000
1.000000 0.000000 -0.000000
1.000000 0.000000 -0.000000
1.000000 0.000000 -0.000000
1.000000 0.000000 -0.000000
1.000000 0.000000 -0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
-1.000000 -0.000000 0.000000
-1.000000 -0.000000 0.000000
-1.000000 -0.000000 0.000000
-1.000000 -0.000000 0.000000
-1.000000 -0.000000 0.000000
-1.000000 -0.000000 0.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
0.000001 0.000001 -1.000000
0.000001 0.000001 -1.000000
0.000001 0.000001 -1.000000
0.000001 0.000001 -1.000000
0.000001 0.000001 -1.000000
0.000001 0.000001 -1.000000
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
1.000000 -0.000000 0.000004
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-1.000000 0.000000 -0.000003
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
-0.000001 -0.000000 1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000001 0.000000 -1.000000
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
0.000000 -1.000000 -0.000003
1.000000 -0.000000 0.000005
1.000000 -0.000000 0.000005
1.000000 -0.000000 0.000005
1.000000 -0.000000 0.000005
1.000000 -0.000000 0.000005
1.000000 -0.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-0.000000 1.000000 0.000005
-1.000000 0.000000 -0.000004
-1.000000 0.000000 -0.000004
-1.000000 0.000000 -0.000004
-1.000000 0.000000 -0.000004
-1.000000 0.000000 -0.000004
-1.000000 0.000000 -0.000004
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ShelfE_01_collision-Normal0-array" count="144" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="aws_robomaker_warehouse_ShelfE_01_collision-UV0">
<float_array id="aws_robomaker_warehouse_ShelfE_01_collision-UV0-array" count="192">
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
0.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
0.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
0.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
0.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
0.000000 0.000000
0.000000 1.000000
1.000000 1.000000
1.000000 0.000000
1.000000 0.000000
0.000000 0.000000
1.000000 1.000000
0.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
0.000000 0.000000
1.000000 0.000000
0.000000 1.000000
1.000000 1.000000
</float_array>
<technique_common>
<accessor source="#aws_robomaker_warehouse_ShelfE_01_collision-UV0-array" count="96" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="aws_robomaker_warehouse_ShelfE_01_collision-VERTEX">
<input semantic="POSITION" source="#aws_robomaker_warehouse_ShelfE_01_collision-POSITION"/>
</vertices>
<triangles count="48"><input semantic="VERTEX" offset="0" source="#aws_robomaker_warehouse_ShelfE_01_collision-VERTEX"/><input semantic="NORMAL" offset="1" source="#aws_robomaker_warehouse_ShelfE_01_collision-Normal0"/><input semantic="TEXCOORD" offset="2" set="0" source="#aws_robomaker_warehouse_ShelfE_01_collision-UV0"/><p> 2 0 2 0 1 0 3 2 3 3 3 3 0 4 0 1 5 1 7 6 7 5 7 5 4 8 4 4 9 4 6 10 6 7 11 7 5 12 11 1 13 9 0 14 8 0 15 8 4 16 10 5 17 11 7 18 15 3 19 13 1 20 12 1 21 12 5 22 14 7 23 15 2 24 17 7 25 18 6 26 19 7 27 18 2 28 17 3 29 16 0 30 21 6 31 22 4 32 23 6 33 22 0 34 21 2 35 20 10 36 26 8 37 24 11 38 27 11 39 27 8 40 24 9 41 25 15 42 31 13 43 29 12 44 28 12 45 28 14 46 30 15 47 31 12 48 34 9 49 33 8 50 32 9 51 33 12 52 34 13 53 35 13 54 38 11 55 37 9 56 36 11 57 37 13 58 38 15 59 39 15 60 42 14 61 43 11 62 40 10 63 41 11 64 40 14 65 43 14 66 46 12 67 47 10 68 44 8 69 45 10 70 44 12 71 47 19 72 51 16 73 48 18 74 50 18 75 50 16 76 48 17 77 49 22 78 54 23 79 55 20 80 52 20 81 52 21 82 53 22 83 54 20 84 57 17 85 59 16 86 56 17 87 59 20 88 57 23 89 58 23 90 61 18 91 63 17 92 60 18 93 63 23 94 61 22 95 62 22 96 65 21 97 66 18 98 64 19 99 67 18 100 64 21 101 66 21 102 69 20 103 70 19 104 68 16 105 71 19 106 68 20 107 70 26 108 74 24 109 72 27 110 75 27 111 75 24 112 72 25 113 73 31 114 79 29 115 77 28 116 76 28 117 76 30 118 78 31 119 79 28 120 82 25 121 81 24 122 80 25 123 81 28 124 82 29 125 83 29 126 86 27 127 85 25 128 84 27 129 85 29 130 86 31 131 87 31 132 90 30 133 91 27 134 88 26 135 89 27 136 88 30 137 91 30 138 94 28 139 95 26 140 92 24 141 93 26 142 92 28 143 95</p></triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="aws_robomaker_warehouse_ShelfE_01_collision" name="aws_robomaker_warehouse_ShelfE_01_collision">
<node name="aws_robomaker_warehouse_ShelfE_01_collision" id="aws_robomaker_warehouse_ShelfE_01_collision" layer="zhenghe_collution" sid="aws_robomaker_warehouse_ShelfE_01_collision"><matrix sid="matrix">-0.000000 -0.000000 -1.000000 0.000000 -1.000000 0.000000 0.000000 -1.072197 0.000000 1.000000 -0.000000 131.071121 0.000000 0.000000 0.000000 1.000000</matrix><instance_geometry url="#aws_robomaker_warehouse_ShelfE_01_collision-lib"/><extra><technique profile="FCOLLADA"><visibility>1.000000</visibility></technique></extra></node>
<extra><technique profile="MAX3D"><frame_rate>30.000000</frame_rate></technique><technique profile="FCOLLADA"><start_time>0.000000</start_time><end_time>3.333333</end_time></technique></extra>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#aws_robomaker_warehouse_ShelfE_01_collision"></instance_visual_scene>
</scene>
</COLLADA>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>aws_robomaker_warehouse_ShelfE_01</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name></name>
<email></email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_ShelfE_01">
<link name="link">
<inertial>
<mass>30</mass>
<inertia>
<ixx>907.144</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>104.950</iyy>
<iyz>0</iyz>
<izz>824.248</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ShelfE_01/meshes/aws_robomaker_warehouse_ShelfE_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.2</mu>
<mu2>0.2</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://aws_robomaker_warehouse_ShelfE_01/meshes/aws_robomaker_warehouse_ShelfE_01_visual.DAE</uri>
</mesh>
</geometry>
<meta> <layer> 1 </layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>

Some files were not shown because too many files have changed in this diff Show More