Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 32b71db

Browse files
committed
fix stereolabs#129 sensing_mode value
1 parent 15e1b1a commit 32b71db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Specify your launch parameters in the zed_camera.launch file available [here](h
9393
svo_file | Specify SVO filename | Path to an SVO file
9494
resolution | Select ZED camera resolution | '0': HD2K, '1': HD1080, '2': HD720, '3': VGA
9595
frame_rate | Set ZED camera video framerate | int
96-
sensing_mode | Select depth sensing mode | '0': FILL, '1': STANDARD
96+
sensing_mode | Select depth sensing mode | '0': STANDARD, '1': FILL
9797
quality | Select depth map quality | '0': NONE, '1': PERFORMANCE, '2': MEDIUM, '3': QUALITY
9898
openni_depth_mode | Convert 32bit depth in meters to 16bit in millimeters | '0': 32bit float meters, '1': 16bit uchar millimeters
9999
zed_id | Select a ZED camera by its ID. ID are assigned by Ubuntu. Useful when multiple cameras are connected. ID is ignored if an SVO path is specified. | int, default '0'

launch/zed_camera.launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
<param name="resolution" value="2" />
1515
<param name="quality" value="1" />
16-
<param name="sensing_mode" value="1" />
16+
<param name="sensing_mode" value="0" />
1717
<param name="frame_rate" value="60" />
1818
<param name="odometry_db" value="" />
1919
<param name="openni_depth_mode" value="0" />
2020
<param name="gpu_id" value="-1" />
21-
<param name="confidence" value="80" />
21+
<param name="confidence" value="100" />
2222

2323
<!-- ROS topic names -->
2424
<param name="rgb_topic" value="rgb/image_rect_color" />

0 commit comments

Comments
 (0)