Skip to content

Commit

Permalink
disable depth mode
Browse files Browse the repository at this point in the history
  • Loading branch information
qev3-d committed Jul 8, 2024
1 parent 5228836 commit 40b8e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hardware/sensors/config/zed_camera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
depth:
min_depth: 0.2 # Min: 0.2, Max: 3.0
max_depth: 20.0 # Max: 40.0
depth_mode: 'PERFORMANCE' # Matches the ZED SDK setting: 'NONE', 'PERFORMANCE', 'QUALITY', 'ULTRA', 'NEURAL' - Note: if 'NONE' all the modules that requires depth extraction are disabled by default (Pos. Tracking, Obj. Detection, Mapping, ...)
depth_mode: 'NONE' # Matches the ZED SDK setting: 'NONE', 'PERFORMANCE', 'QUALITY', 'ULTRA', 'NEURAL' - Note: if 'NONE' all the modules that requires depth extraction are disabled by default (Pos. Tracking, Obj. Detection, Mapping, ...)
depth_stabilization: 1 # Forces positional tracking to start if major than 0 - Range: [0,100]
openni_depth_mode: false # 'false': 32bit float [meters], 'true': 16bit unsigned int [millimeters]
point_cloud_freq: 1.0 # [DYNAMIC] - frequency of the pointcloud publishing (equal or less to `grab_frame_rate` value)
Expand All @@ -54,7 +54,7 @@
qos_durability: 2 # '1': TRANSIENT_LOCAL - '2': VOLATILE

pos_tracking:
pos_tracking_enabled: true # True to enable positional tracking from start
pos_tracking_enabled: False # True to enable positional tracking from start
pos_tracking_mode: 'QUALITY' # Matches the ZED SDK setting: 'QUALITY', 'STANDARD'
imu_fusion: true # enable/disable IMU fusion. When set to false, only the optical odometry will be used.
publish_tf: false # [usually overwritten by launch file] publish `odom -> camera_link` TF
Expand Down

0 comments on commit 40b8e05

Please sign in to comment.