Skip to content

Commit

Permalink
feat: add matching strategy params
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed Dec 12, 2024
1 parent a7e6fcc commit 22a33d1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/**:
ros__parameters:
# ignore the lidar_timestamp_offsets and lidar_timestamp_noise_window if 'use_naive_approach' is true
use_naive_approach: false
debug_mode: false
has_static_tf_only: false
rosbag_length: 10.0
Expand All @@ -19,5 +17,7 @@
"/sensing/lidar/left/pointcloud_before_sync",
]
output_frame: base_link
lidar_timestamp_offsets: [0.0, 0.015, 0.016]
lidar_timestamp_noise_window: [0.01, 0.01, 0.01]
matching_strategy:
type: advanced
lidar_timestamp_offsets: [0.0, 0.015, 0.016]
lidar_timestamp_noise_window: [0.01, 0.01, 0.01]

0 comments on commit 22a33d1

Please sign in to comment.