mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
Turn on gravity for sensors and give them collision shapes.
This commit is contained in:
parent
762da88b7b
commit
01b00bce3a
@ -2,11 +2,17 @@
|
||||
<sdf version="1.3">
|
||||
<model name="camera">
|
||||
<link name="link">
|
||||
<gravity>false</gravity>
|
||||
<pose>0.05 0.05 0.05 0 0 0</pose>
|
||||
<inertial>
|
||||
<mass>0.1</mass>
|
||||
</inertial>
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<box>
|
||||
<size>0.1 0.1 0.1</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<box>
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
<model name="hokuyo">
|
||||
<pose>0 0 0.035 0 0 0</pose>
|
||||
<link name="link">
|
||||
<gravity>false</gravity>
|
||||
<inertial>
|
||||
<mass>0.1</mass>
|
||||
</inertial>
|
||||
|
||||
@ -7,13 +7,13 @@
|
||||
<mass>0.1</mass>
|
||||
</inertial>
|
||||
|
||||
<visual name="collision">
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<box>
|
||||
<size>0.1 0.1 0.1</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</visual>
|
||||
</collision>
|
||||
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user