Skip to content

Commit

Permalink
chore: fix aip x1 parameter
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed Nov 1, 2024
1 parent 6e59490 commit 00d8bf1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
synchronized_pointcloud_postfix: pointcloud
input_twist_topic_type: twist
input_topics: [
"/sensing/lidar/top/pointcloud_before_sync", # unknown timestamp
"/sensing/lidar/front_center/pointcloud_before_sync", # unknown timestamp
"/sensing/lidar/front_center/pointcloud_before_sync", # 0.025
"/sensing/lidar/top/pointcloud_before_sync", # 0.055
]
output_frame: base_link
lidar_timestamp_offsets: [0.0, 0.02] # unknown offset
lidar_timestamp_offsets: [0.0, 0.03]
lidar_timestamp_noise_window: [0.01, 0.01]

0 comments on commit 00d8bf1

Please sign in to comment.