Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit c0742b9

Browse files
authored
Merge pull request #222 from NFiedler/patch-1
Set default FPS to 5 in kinect_rgbd.launch
2 parents 3912711 + f80aca0 commit c0742b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/kinect_rgbd.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<arg name="color_enabled" default="true" /> <!-- Enable or disable the color camera -->
4343
<arg name="color_format" default="bgra" /> <!-- The format of RGB camera. Valid options: bgra, jpeg -->
4444
<arg name="color_resolution" default="1536P" /> <!-- Resolution at which to run the color camera. Valid options: 720P, 1080P, 1440P, 1536P, 2160P, 3072P -->
45-
<arg name="fps" default="30" /> <!-- FPS to run both cameras at. Valid options are 5, 15, and 30 -->
45+
<arg name="fps" default="5" /> <!-- FPS to run both cameras at. Valid options are 5, 15, and 30 -->
4646
<arg name="point_cloud" default="false" /> <!-- Generate a point cloud from depth data. Requires depth_enabled -->
4747
<arg name="rgb_point_cloud" default="false" /> <!-- Colorize the point cloud using the RBG camera. Requires color_enabled and depth_enabled -->
4848
<arg name="point_cloud_in_depth_frame" default="false" /> <!-- Whether the RGB pointcloud is rendered in the depth frame (true) or RGB frame (false). Will either match the resolution of the depth camera (true) or the RGB camera (false). -->

0 commit comments

Comments
 (0)