Skip to content

Commit d6a39d0

Browse files
committed
Fixed wide angle camera SDF world for integration test
Signed-off-by: William Lew <[email protected]>
1 parent 5612cb6 commit d6a39d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/worlds/wide_angle_camera_sensor.sdf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@
8888
<camera>
8989
<horizontal_fov>3.14</horizontal_fov>
9090
<image>
91-
<width>800</width>
92-
<height>600</height>
91+
<width>256</width>
92+
<height>256</height>
93+
<format>R_FLOAT32</format>
9394
</image>
9495
<clip>
9596
<near>0.1</near>
@@ -120,8 +121,7 @@
120121
<env_texture_size>512</env_texture_size>
121122
</lens>
122123
</camera>
123-
<always_on>1</always_on>
124-
<update_rate>30</update_rate>
124+
<update_rate>10</update_rate>
125125
<topic>wide_angle_camera</topic>
126126
</sensor>
127127
</link>

0 commit comments

Comments
 (0)