Skip to content

Commit 045c0dc

Browse files
author
rdclab
committed
param
1 parent 03be2de commit 045c0dc

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

zed_wrapper/config/common.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
apply_to_spatial_mapping: true # Apply ROI to spatial mapping processing
5555

5656
depth:
57-
depth_mode: "NONE" # Matches the ZED SDK setting: 'NONE', 'PERFORMANCE', 'QUALITY', 'ULTRA', 'NEURAL', 'NEURAL_PLUS' - Note: if 'NONE' all the modules that requires depth extraction are disabled by default (Pos. Tracking, Obj. Detection, Mapping, ...)
57+
depth_mode: "PERFORMANCE" # Matches the ZED SDK setting: 'NONE', 'PERFORMANCE', 'QUALITY', 'ULTRA', 'NEURAL', 'NEURAL_PLUS' - Note: if 'NONE' all the modules that requires depth extraction are disabled by default (Pos. Tracking, Obj. Detection, Mapping, ...)
5858
depth_stabilization: 1 # Forces positional tracking to start if major than 0 - Range: [0,100]
5959
openni_depth_mode: false # 'false': 32bit float [meters], 'true': 16bit unsigned int [millimeters]
6060
point_cloud_freq: 10.0 # [DYNAMIC] - frequency of the pointcloud publishing (equal or less to `grab_frame_rate` value)
@@ -63,24 +63,24 @@
6363
remove_saturated_areas: true # [DYNAMIC]
6464

6565
pos_tracking:
66-
pos_tracking_enabled: false # True to enable positional tracking from start
67-
pos_tracking_mode: "GEN_2" # Matches the ZED SDK setting: 'GEN_1', 'GEN_2'
68-
imu_fusion: false # enable/disable IMU fusion. When set to false, only the optical odometry will be used.
69-
publish_tf: false # [usually overwritten by launch file] publish `odom -> camera_link` TF
70-
publish_map_tf: false # [usually overwritten by launch file] publish `map -> odom` TF
66+
pos_tracking_enabled: true # True to enable positional tracking from start
67+
pos_tracking_mode: "GEN_1" # Matches the ZED SDK setting: 'GEN_1', 'GEN_2'
68+
imu_fusion: true # enable/disable IMU fusion. When set to false, only the optical odometry will be used.
69+
publish_tf: true # [usually overwritten by launch file] publish `odom -> camera_link` TF
70+
publish_map_tf: true # [usually overwritten by launch file] publish `map -> odom` TF
7171
map_frame: "map"
7272
odometry_frame: "odom"
7373
area_memory_db_path: ""
74-
area_memory: false # Enable to detect loop closure
75-
reset_odom_with_loop_closure: false # Re-initialize odometry to the last valid pose when loop closure happens (reset camera odometry drift)
74+
area_memory: true # Enable to detect loop closure
75+
reset_odom_with_loop_closure: true # Re-initialize odometry to the last valid pose when loop closure happens (reset camera odometry drift)
7676
depth_min_range: 0.0 # Set this value for removing fixed zones of the robot in the FoV of the camerafrom the visual odometry evaluation
7777
set_as_static: false # If 'true' the camera will be static and not move in the environment
7878
set_gravity_as_origin: true # If 'true' align the positional tracking world to imu gravity measurement. Keep the yaw from the user initial pose.
7979
floor_alignment: false # Enable to automatically calculate camera/floor offset
8080
initial_base_pose: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # Initial position of the `camera_link` frame in the map -> [X, Y, Z, R, P, Y]
8181
path_pub_rate: 2.0 # [DYNAMIC] - Camera trajectory publishing frequency
8282
path_max_count: -1 # use '-1' for unlimited path size
83-
two_d_mode: false # Force navigation on a plane. If true the Z value will be fixed to 'fixed_z_value', roll and pitch to zero
83+
two_d_mode: true # Force navigation on a plane. If true the Z value will be fixed to 'fixed_z_value', roll and pitch to zero
8484
fixed_z_value: 0.00 # Value to be used for Z coordinate if `two_d_mode` is true
8585
transform_time_offset: 0.0 # The value added to the timestamp of `map->odom` and `odom->camera_link` transform being generated
8686

@@ -109,7 +109,7 @@
109109
pd_normal_similarity_threshold: 15.0 # Plane detection: controls the spread of plane by checking the angle difference.
110110

111111
sensors:
112-
publish_imu_tf: false # [usually overwritten by launch file] enable/disable the IMU TF broadcasting
112+
publish_imu_tf: true # [usually overwritten by launch file] enable/disable the IMU TF broadcasting
113113
sensors_image_sync: false # Synchronize Sensors messages with latest published video/depth message
114114
sensors_pub_rate: 200. # frequency of publishing of sensors data. MAX: 400. - MIN: grab rate
115115

zed_wrapper/config/zedx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424

2525
depth:
2626
min_depth: 0.3 # Min: 0.3, Max: 3.0
27-
max_depth: 10.0 # Max: 20.0
27+
max_depth: 20.0 # Max: 20.0
2828

0 commit comments

Comments
 (0)