-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sample_sensor_kit_launch): concatenate node load from parameter …
…file (#108) * feat: concatenate node load from parameter file Signed-off-by: vividf <[email protected]> * chore: update params Signed-off-by: vividf <[email protected]> * chore: add use_naive_approach Signed-off-by: vividf <[email protected]> * chore: remove space Signed-off-by: vividf <[email protected]> * feat: add matching strategy params Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]>
- Loading branch information
Showing
2 changed files
with
45 additions
and
12 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
sample_sensor_kit_launch/config/concatenate_and_time_sync_node.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/**: | ||
ros__parameters: | ||
debug_mode: false | ||
has_static_tf_only: false | ||
rosbag_length: 10.0 | ||
maximum_queue_size: 5 | ||
timeout_sec: 0.2 | ||
is_motion_compensated: true | ||
publish_synchronized_pointcloud: true | ||
keep_input_frame_in_synchronized_pointcloud: true | ||
publish_previous_but_late_pointcloud: false | ||
synchronized_pointcloud_postfix: pointcloud | ||
input_twist_topic_type: twist | ||
input_topics: [ | ||
"/sensing/lidar/right/pointcloud_before_sync", | ||
"/sensing/lidar/top/pointcloud_before_sync", | ||
"/sensing/lidar/left/pointcloud_before_sync", | ||
] | ||
output_frame: base_link | ||
matching_strategy: | ||
type: advanced | ||
lidar_timestamp_offsets: [0.0, 0.015, 0.016] | ||
lidar_timestamp_noise_window: [0.01, 0.01, 0.01] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters