|
54 | 54 | apply_to_spatial_mapping: true # Apply ROI to spatial mapping processing |
55 | 55 |
|
56 | 56 | 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, ...) |
58 | 58 | depth_stabilization: 1 # Forces positional tracking to start if major than 0 - Range: [0,100] |
59 | 59 | openni_depth_mode: false # 'false': 32bit float [meters], 'true': 16bit unsigned int [millimeters] |
60 | 60 | point_cloud_freq: 10.0 # [DYNAMIC] - frequency of the pointcloud publishing (equal or less to `grab_frame_rate` value) |
|
63 | 63 | remove_saturated_areas: true # [DYNAMIC] |
64 | 64 |
|
65 | 65 | 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 |
71 | 71 | map_frame: "map" |
72 | 72 | odometry_frame: "odom" |
73 | 73 | 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) |
76 | 76 | 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 |
77 | 77 | set_as_static: false # If 'true' the camera will be static and not move in the environment |
78 | 78 | set_gravity_as_origin: true # If 'true' align the positional tracking world to imu gravity measurement. Keep the yaw from the user initial pose. |
79 | 79 | floor_alignment: false # Enable to automatically calculate camera/floor offset |
80 | 80 | 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] |
81 | 81 | path_pub_rate: 2.0 # [DYNAMIC] - Camera trajectory publishing frequency |
82 | 82 | 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 |
84 | 84 | fixed_z_value: 0.00 # Value to be used for Z coordinate if `two_d_mode` is true |
85 | 85 | transform_time_offset: 0.0 # The value added to the timestamp of `map->odom` and `odom->camera_link` transform being generated |
86 | 86 |
|
|
109 | 109 | pd_normal_similarity_threshold: 15.0 # Plane detection: controls the spread of plane by checking the angle difference. |
110 | 110 |
|
111 | 111 | 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 |
113 | 113 | sensors_image_sync: false # Synchronize Sensors messages with latest published video/depth message |
114 | 114 | sensors_pub_rate: 200. # frequency of publishing of sensors data. MAX: 400. - MIN: grab rate |
115 | 115 |
|
|
0 commit comments