-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: concatenate node load from parameter file
Signed-off-by: vividf <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
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,22 @@ | ||
/**: | ||
ros__parameters: | ||
debug_mode: false | ||
has_static_tf_only: false | ||
rosbag_replay: false | ||
rosbag_length: 20.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 | ||
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