Skip to content

Commit c19f2a6

Browse files
author
Stuart Alldritt
committed
Fix launch file to use valid defaults
1 parent e3c6e14 commit c19f2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/driver.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<arg name="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 -->
44
<arg name="color_enabled" default="true" /> <!-- Enable or disable the color camera -->
55
<arg name="color_resolution" default="1536P" /> <!-- Resolution at which to run the color camera. Valid options: 720P, 1080P, 1440P, 1536P, 2160P, 3072P -->
6-
<arg name="fps" default="30" /> <!-- FPS to run both cameras at. Valid options are 5, 15, and 30 -->
6+
<arg name="fps" default="5" /> <!-- FPS to run both cameras at. Valid options are 5, 15, and 30 -->
77
<arg name="point_cloud" default="true" /> <!-- Generate a point cloud from depth data. Requires depth_enabled -->
88
<arg name="rgb_point_cloud" default="true" /> <!-- Colorize the point cloud using the RBG camera. Requires color_enabled and depth_enabled -->
99
<arg name="required" default="false" /> <!-- Argument which specified if the entire launch file should terminate if the node dies -->

0 commit comments

Comments
 (0)