Skip to content

Commit b60a643

Browse files
committed
fixed the OAK-D Pro's depth camera HFOV
1 parent 23d11d6 commit b60a643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/mrs_robots_description/sdf/components/camera/oak/oak_d.sdf.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
ros_camera_info_topic = ros_color_camera_info_topic,
7676
ros_color_image_topic = ros_color_image_topic,
7777
frame_rate = update_rate,
78-
horizontal_fov = 1.2,
78+
horizontal_fov = 1.204,
7979
image_width = 4056,
8080
image_height = 3040,
8181
min_distance = 0.2,
@@ -99,7 +99,7 @@
9999
ros_camera_info_topic = ros_depth_camera_info_topic,
100100
ros_pointcloud_topic = ros_pointcloud_topic,
101101
frame_rate = update_rate,
102-
horizontal_fov = 1.25,
102+
horizontal_fov = 1.396,
103103
image_width = 1280,
104104
image_height = 800,
105105
min_distance = 0.35,

0 commit comments

Comments
 (0)