Skip to content

Commit

Permalink
feat: add input_offset parameter to pointcloud preprocessor launch
Browse files Browse the repository at this point in the history
Signed-off-by: asa-naki <[email protected]>
  • Loading branch information
asa-naki authored and Autumn60 committed Sep 17, 2024
1 parent 40d5df0 commit 72efcd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aip_x1_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ def launch_setup(context, *args, **kwargs):
"/sensing/lidar/front_center/pointcloud",
],
"output_frame": LaunchConfiguration("base_frame"),
"timeout_sec": 1.0,
"input_offset": [
0.055,
0.025,
],
"timeout_sec": 0.095,
"input_twist_topic_type": "twist",
"publish_synchronized_pointcloud": True,
}
Expand Down

0 comments on commit 72efcd9

Please sign in to comment.