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 1222-takeshi committed Jul 18, 2024
1 parent 9120415 commit 41271bb
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_before_sync",
],
"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 41271bb

Please sign in to comment.