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
{{ message }}
This repository was archived by the owner on Jul 26, 2024. It is now read-only.
@@ -34,17 +34,17 @@ Licensed under the MIT License.
34
34
<argname="fps"default="5" /> <!-- FPS to run both cameras at. Valid options are 5, 15, and 30 -->
35
35
<argname="point_cloud"default="true" /> <!-- Generate a point cloud from depth data. Requires depth_enabled -->
36
36
<argname="rgb_point_cloud"default="true" /> <!-- Colorize the point cloud using the RBG camera. Requires color_enabled and depth_enabled -->
37
-
<argname="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). -->
37
+
<argname="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). -->
38
38
<argname="required"default="false" /> <!-- Argument which specified if the entire launch file should terminate if the node dies -->
39
39
<argname="sensor_sn"default="" /> <!-- Sensor serial number. If none provided, the first sensor will be selected -->
40
40
<argname="recording_file"default="" /> <!-- Absolute path to a mkv recording file which will be used with the playback api instead of opening a device -->
41
41
<argname="recording_loop_enabled"default="false" /> <!-- If set to true the recording file will rewind the beginning once end of file is reached -->
42
-
<argname="body_tracking_enabled"default="false" /><!-- If set to true the joint positions will be published as marker arrays -->
42
+
<argname="body_tracking_enabled"default="false" /><!-- If set to true the joint positions will be published as marker arrays -->
43
43
<argname="body_tracking_smoothing_factor"default="0.0" /> <!-- Set between 0 for no smoothing and 1 for full smoothing -->
44
-
<argname="rescale_ir_to_mono8"default="false" /> <!-- Whether to rescale the IR image to an 8-bit monochrome image for visualization and further processing. A scaling factor (ir_mono8_scaling_factor) is applied. -->
45
-
<argname="ir_mono8_scaling_factor"default="1.0" /> <!-- Scaling factor to apply when converting IR to mono8 (see rescale_ir_to_mono8). If using illumination, use the value 0.5-1. If using passive IR, use 10. -->
46
-
<argname="imu_rate_target"default="0"/><!-- Desired output rate of IMU messages. Set to 0 (default) for full rate (1.6 kHz). -->
<argname="rescale_ir_to_mono8"default="false" /><!-- Whether to rescale the IR image to an 8-bit monochrome image for visualization and further processing. A scaling factor (ir_mono8_scaling_factor) is applied. -->
45
+
<argname="ir_mono8_scaling_factor"default="1.0" /><!-- Scaling factor to apply when converting IR to mono8 (see rescale_ir_to_mono8). If using illumination, use the value 0.5-1. If using passive IR, use 10. -->
46
+
<argname="imu_rate_target"default="0"/><!-- Desired output rate of IMU messages. Set to 0 (default) for full rate (1.6 kHz). -->
Copy file name to clipboardExpand all lines: launch/kinect_rgbd.launch
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
4
4
<argname="camera"default="k4a" />
5
5
6
-
<!-- publish Azure Kinect coordiante frames -->
7
-
<argname="tf_prefix"default="" /><!-- Prefix added to tf frame IDs. It typically contains a trailing '_' unless empty. -->
8
-
<argname="overwrite_robot_description"default="true" /> <!-- Flag to publish a standalone azure_description instead of the default robot_descrition parameter-->
6
+
<!-- publish Azure Kinect coordinate frames -->
7
+
<argname="tf_prefix"default="" /><!-- Prefix added to tf frame IDs. It typically contains a trailing '_' unless empty. -->
8
+
<argname="overwrite_robot_description"default="true" /> <!-- Flag to publish a standalone azure_description instead of the default robot_description parameter-->
0 commit comments