Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change params same as rtabmap_navigate.launch.
  • Loading branch information
yuusuke0126 committed Jun 26, 2019
commit cb5be9f293d35967e453c75fdd5820fea491aefc
8 changes: 4 additions & 4 deletions zed_wrapper/params/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ general:
left_camera_optical_frame: 'zed_left_camera_optical_frame' # must be equal to the frame_id used in the URDF file
right_camera_frame: 'zed_right_camera_frame' # must be equal to the frame_id used in the URDF file
right_camera_optical_frame: 'zed_right_camera_optical_frame' # must be equal to the frame_id used in the URDF file
verbose: true
verbose: false
svo_compression: 4 # `0`: RAW (no compression), `1`: LOSSLESS (PNG/ZSTD), `2`: LOSSY (JPEG), `3`: AVCHD (H264 SDK v2.7), `4`: HEVC (H265 SDK v2.7)
self_calib: true # enable/disable self calibration at starting

Expand All @@ -35,7 +35,7 @@ video:
color_enhancement: true # [FUTURE USE] This parameter enhances color spreading on R/G/B channel and increase gamma correction on black areas for a better gray segmentation in black areas. Recommended for computer's vision applications.

depth:
quality: 1 # '0': NONE, '1': PERFORMANCE, '2': MEDIUM, '3': QUALITY, '4': ULTRA
quality: 4 # '0': NONE, '1': PERFORMANCE, '2': MEDIUM, '3': QUALITY, '4': ULTRA
sensing_mode: 0 # '0': STANDARD, '1': FILL
depth_stabilization: 1 # `0`: disabled, `1`: enabled
openni_depth_mode: 0 # '0': 32bit float meters, '1': 16bit uchar millimeters
Expand All @@ -45,8 +45,8 @@ depth:
confidence_root: 'confidence' # default `confidence/confidence_image` and `confidence/confidence_map`

tracking:
publish_tf: true # publish `odom -> base_link` TF
publish_map_tf: true # publish `map -> odom` TF
publish_tf: false # publish `odom -> base_link` TF
publish_map_tf: false # publish `map -> odom` TF
world_frame: 'map' # the reference fixed frame (same as `map_frame` or `odometry_frame`)
map_frame: 'map'
odometry_frame: 'odom'
Expand Down