Skip to content
Draft
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
2 changes: 1 addition & 1 deletion CustomRobots/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ install(
# drone_assets/bridges above
drone_cat_mouse/models

taxi_navigator/models
city_assets/models

3d_reconstruction/models

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<model>
<name>CityLarge_harmonic</name>
<name>large_basic_city</name>
<version>1.0</version>
<sdf version='1.9'>model.sdf</sdf>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0"?>
<sdf version="1.9">
<model name="cityLarge_harmonic">
<model name="large_basic_city">
<pose>0 0 0 0 0 0</pose>
<static>true</static>

<link name="city">
<pose>0 0 0 0 0 0</pose>

<collision name="collision">
<pose>0 0 0 1.5708 0 0</pose>
<geometry>
<mesh>
<uri>model://cityLarge_harmonic/meshes/city.obj</uri>
<uri>model://large_basic_city/meshes/city.obj</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
Expand All @@ -28,12 +28,12 @@
</friction>
</surface>
</collision>

<visual name="visual">
<pose>0 0 0 1.5708 0 0</pose>
<geometry>
<mesh>
<uri>model://cityLarge_harmonic/meshes/city.obj</uri>
<uri>model://large_basic_city/meshes/city.obj</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
Expand All @@ -49,7 +49,7 @@
</pbr> -->
</material>
</visual>

<inertial>
<mass>1000.0</mass>
<inertia>
Expand Down
Loading
Loading