You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: launch/driver.launch
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<argname="depth_mode"default="WFOV_UNBINNED" /> <!-- Set the depth camera mode, which affects FOV, depth range, and camera resolution. See Azure Kinect documentation for full details. Valid options: NFOV_UNBINNED, NFOV_2X2BINNED, WFOV_UNBINNED, WFOV_2X2BINNED -->
4
4
<argname="color_enabled"default="true" /> <!-- Enable or disable the color camera -->
5
5
<argname="color_resolution"default="1536P" /> <!-- Resolution at which to run the color camera. Valid options: 720P, 1080P, 1440P, 1536P, 2160P, 3072P -->
6
-
<argname="fps"default="30" /> <!-- FPS to run both cameras at. Valid options are 5, 15, and 30 -->
6
+
<argname="fps"default="5" /> <!-- FPS to run both cameras at. Valid options are 5, 15, and 30 -->
7
7
<argname="point_cloud"default="true" /> <!-- Generate a point cloud from depth data. Requires depth_enabled -->
8
8
<argname="rgb_point_cloud"default="true" /> <!-- Colorize the point cloud using the RBG camera. Requires color_enabled and depth_enabled -->
9
9
<argname="required"default="false" /> <!-- Argument which specified if the entire launch file should terminate if the node dies -->
0 commit comments