Skip to content

Commit

Permalink
chore: add matching strategy parameter
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 ce4513f commit edf7946
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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 @@ -18,5 +16,7 @@
"/sensing/lidar/top/pointcloud_before_sync", # 0.055
]
output_frame: base_link
lidar_timestamp_offsets: [0.0, 0.03]
lidar_timestamp_noise_window: [0.01, 0.01]
matching_strategy:
type: advanced
lidar_timestamp_offsets: [0.0, 0.03]
lidar_timestamp_noise_window: [0.01, 0.01]
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 @@ -24,5 +22,7 @@
"/sensing/lidar/right_lower/pointcloud_before_sync", # 0.00
]
output_frame: base_link
lidar_timestamp_offsets: [0.0, 0.005, 0.006, 0.006, 0.031, 0.03, 0.046, 0.056]
lidar_timestamp_noise_window: [0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01]
matching_strategy:
type: advanced
lidar_timestamp_offsets: [0.0, 0.005, 0.006, 0.006, 0.031, 0.03, 0.046, 0.056]
lidar_timestamp_noise_window: [0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01]
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 @@ -21,5 +19,7 @@
"/sensing/lidar/side_right/pointcloud_before_sync", # 0.99
]
output_frame: base_link
lidar_timestamp_offsets: [0.0, 0.0, 0.0, 0.0, 0.0]
lidar_timestamp_noise_window: [0.01, 0.01, 0.01, 0.01, 0.01]
matching_strategy:
type: advanced
lidar_timestamp_offsets: [0.0, 0.0, 0.0, 0.0, 0.0]
lidar_timestamp_noise_window: [0.01, 0.01, 0.01, 0.01, 0.01]
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 @@ -20,5 +18,7 @@
"/sensing/lidar/rear/pointcloud_before_sync",
]
output_frame: base_link
lidar_timestamp_offsets: [0.0, 0.02, 0.02, 0.02]
lidar_timestamp_noise_window: [0.02, 0.02, 0.02, 0.02]
matching_strategy:
type: advanced
lidar_timestamp_offsets: [0.0, 0.02, 0.02, 0.02]
lidar_timestamp_noise_window: [0.02, 0.02, 0.02, 0.02]

0 comments on commit edf7946

Please sign in to comment.