Skip to content

Commit a6ee13b

Browse files
authored
Fixed depth not aligned with lidar (#434)
1 parent e8b710f commit a6ee13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turtlebot4_description/urdf/sensors/oakd.urdf.xacro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<gazebo reference="${name}_rgb_camera_frame">
124124
<sensor name="rgbd_camera" type="rgbd_camera">
125125
<camera>
126-
<horizontal_fov>1.25</horizontal_fov>
126+
<horizontal_fov>1.047</horizontal_fov>
127127
<image>
128128
<width>320</width>
129129
<height>240</height>
@@ -174,4 +174,4 @@
174174
</gazebo>
175175

176176
</xacro:macro>
177-
</robot>
177+
</robot>

0 commit comments

Comments
 (0)