-
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_launcher): initialize parameters for new concatenate node (#337
) * feat: initialize parameters for concatenate Signed-off-by: vividf <[email protected]> * chore: add xx1 gen2 parameters Signed-off-by: vividf <[email protected]> * chore: fix aip x1 parameter Signed-off-by: vividf <[email protected]> * chore: fix x2 parameter Signed-off-by: vividf <[email protected]> * chore: increase noise window value for xx1 Signed-off-by: vividf <[email protected]> * chore: update parameters Signed-off-by: vividf <[email protected]> * chore: add use_naive_approach Signed-off-by: vividf <[email protected]> * chore: add matching strategy parameter Signed-off-by: vividf <[email protected]> * ci(pre-commit): autofix --------- Signed-off-by: vividf <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a03c37d
commit 01d06ab
Showing
8 changed files
with
187 additions
and
79 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
aip_x1_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_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/front_center/pointcloud_before_sync", # 0.025 | ||
"/sensing/lidar/top/pointcloud_before_sync", # 0.055 | ||
] | ||
output_frame: base_link | ||
matching_strategy: | ||
type: advanced | ||
lidar_timestamp_offsets: [0.0, 0.03] | ||
lidar_timestamp_noise_window: [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
28 changes: 28 additions & 0 deletions
28
aip_x2_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
25 changes: 25 additions & 0 deletions
25
aip_xx1_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,25 @@ | ||
/**: | ||
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: false # no need to compensate for motion as lidar scan at the same time. | ||
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/top/pointcloud_before_sync", # 0.99 | ||
"/sensing/lidar/front_left/pointcloud_before_sync", # 0.99 | ||
"/sensing/lidar/front_right/pointcloud_before_sync", # 0.99 | ||
"/sensing/lidar/side_left/pointcloud_before_sync", # 0.99 | ||
"/sensing/lidar/side_right/pointcloud_before_sync", # 0.99 | ||
] | ||
output_frame: base_link | ||
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] |
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
24 changes: 24 additions & 0 deletions
24
aip_xx1_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,24 @@ | ||
/**: | ||
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/top/pointcloud_before_sync", | ||
"/sensing/lidar/left/pointcloud_before_sync", | ||
"/sensing/lidar/right/pointcloud_before_sync", | ||
"/sensing/lidar/rear/pointcloud_before_sync", | ||
] | ||
output_frame: base_link | ||
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] |
Oops, something went wrong.