-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aip_x2_gen2_launch): update launch to run new concatenate node
Signed-off-by: Tomohito Ando <[email protected]>
- Loading branch information
1 parent
52cec87
commit 474738d
Showing
2 changed files
with
52 additions
and
19 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
aip_x2_gen2_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,28 @@ | ||
/**: | ||
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/rear_upper/pointcloud_before_sync", # 0.044 | ||
"/sensing/lidar/rear_lower/pointcloud_before_sync", # 0.049 | ||
"/sensing/lidar/left_upper/pointcloud_before_sync", # 0.05 | ||
"/sensing/lidar/left_lower/pointcloud_before_sync", # 0.05 | ||
"/sensing/lidar/front_upper/pointcloud_before_sync", # 0.075 | ||
"/sensing/lidar/front_lower/pointcloud_before_sync", # 0.074 | ||
"/sensing/lidar/right_upper/pointcloud_before_sync", # 0.090 | ||
"/sensing/lidar/right_lower/pointcloud_before_sync", # 0.00 | ||
] | ||
output_frame: base_link | ||
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] |
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