Skip to content

Commit

Permalink
chore: fix timeout sec
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed Nov 11, 2024
1 parent ba58787 commit 01f20e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
rosbag_replay: false
rosbag_length: 20.0
maximum_queue_size: 5
timeout_sec: 0.2
timeout_sec: 0.01
is_motion_compensated: false
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/right/pointcloud_before_sync", # 0.05
"/sensing/lidar/right/pointcloud_before_sync", # Fill this after using the right point cloud
"/sensing/lidar/top/pointcloud_before_sync", # 0.05
"/sensing/lidar/left/pointcloud_before_sync", # 0.05
"/sensing/lidar/left/pointcloud_before_sync", # Fill this after using the left point cloud
]
output_frame: base_link
lidar_timestamp_offsets: [0.0, 0.0, 0.0]
Expand Down

0 comments on commit 01f20e8

Please sign in to comment.