Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CustomRobots/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ install(
# ROVER 4WD
rover_4wd_description/meshes
rover_4wd_description/urdf
rover_4wd_description/worlds
rover_4wd_description/config
DESTINATION share/${PROJECT_NAME})

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<model>
<name>warehouse</name>
<name>mapping_warehouse</name>
<version>1.0</version>
<sdf version="1.7">model.sdf</sdf>
<author>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>meshes/warehouse_colision.stl</uri>
<uri>model://mapping_warehouse/meshes/warehouse_colision.stl</uri>
</mesh>
</geometry>
</collision>
Expand All @@ -20,7 +20,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>meshes/warehouse.dae</uri>
<uri>model://mapping_warehouse/meshes/warehouse.dae</uri>
</mesh>
</geometry>
</visual>
Expand All @@ -30,7 +30,7 @@
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>meshes/warehouse.dae</uri>
<uri>model://mapping_warehouse/meshes/warehouse.dae</uri>
<submesh>
<name>drop1</name>
<center>true</center>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading