-
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 (#…
…386) * feat(aip_x2_gen2_launch): update launch to run new concatenate node Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * change output topic name Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * update param file for x2 gen2 Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * change `is_motion_compensated` and `publish_synchronized_pointcloud` to true Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * update param Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * Update aip_x2_gen2_launch/config/concatenate_and_time_sync_node.param.yaml --------- Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Co-authored-by: Yi-Hsiang Fang (Vivid) <146902905+vividf@users.noreply.github.com>
- Loading branch information
1 parent
52cec87
commit 22e633c
Showing
3 changed files
with
54 additions
and
21 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.047 | ||
"/sensing/lidar/rear_lower/pointcloud_before_sync", # 0.048 | ||
"/sensing/lidar/left_upper/pointcloud_before_sync", # 0.048 | ||
"/sensing/lidar/left_lower/pointcloud_before_sync", # 0.047 | ||
"/sensing/lidar/front_upper/pointcloud_before_sync", # 0.072 | ||
"/sensing/lidar/front_lower/pointcloud_before_sync", # 0.072 | ||
"/sensing/lidar/right_upper/pointcloud_before_sync", # 0.073 | ||
"/sensing/lidar/right_lower/pointcloud_before_sync" # 0.097 | ||
] | ||
output_frame: base_link | ||
matching_strategy: | ||
type: advanced | ||
lidar_timestamp_offsets: [0.0, 0.001, 0.001, 0.0, 0.025, 0.025, 0.026, 0.050] | ||
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
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