Skip to content

Commit

Permalink
chore: add xx1 gen2 parameters
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
  • Loading branch information
vividf committed Oct 31, 2024
1 parent b0c157b commit 6e59490
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@
rosbag_length: 20.0
maximum_queue_size: 5
timeout_sec: 0.2
is_motion_compensated: true
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", # unknown timestamp
"/sensing/lidar/left/pointcloud", # unknown timestamp
"/sensing/lidar/right/pointcloud", # unknown timestamp
"/sensing/lidar/rear/pointcloud", # unknown timestamp
"/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
lidar_timestamp_offsets: [0.0, 0.02, 0.02, 0.02] # unknown offset
lidar_timestamp_noise_window: [0.01, 0.01, 0.01, 0.01]
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]

0 comments on commit 6e59490

Please sign in to comment.