We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5612cb6 commit d6a39d0Copy full SHA for d6a39d0
test/worlds/wide_angle_camera_sensor.sdf
@@ -88,8 +88,9 @@
88
<camera>
89
<horizontal_fov>3.14</horizontal_fov>
90
<image>
91
- <width>800</width>
92
- <height>600</height>
+ <width>256</width>
+ <height>256</height>
93
+ <format>R_FLOAT32</format>
94
</image>
95
<clip>
96
<near>0.1</near>
@@ -120,8 +121,7 @@
120
121
<env_texture_size>512</env_texture_size>
122
</lens>
123
</camera>
- <always_on>1</always_on>
124
- <update_rate>30</update_rate>
+ <update_rate>10</update_rate>
125
<topic>wide_angle_camera</topic>
126
</sensor>
127
</link>
0 commit comments