Skip to content

Commit

Permalink
feat(aip_x2_launch): modify input_offset for lidar concatenation (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Shin-kyoto <[email protected]>
  • Loading branch information
Shin-kyoto authored Jun 12, 2023
1 parent e6e894f commit 34bb99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x2_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def launch_setup(context, *args, **kwargs):
"/sensing/lidar/rear_upper/outlier_filtered/pointcloud",
"/sensing/lidar/rear_lower/outlier_filtered/pointcloud",
],
"input_offset": [0.025, 0.025, 0.025, 0.0, 0.05, 0.05, 0.05, 0.05],
"input_offset": [0.025, 0.025, 0.01, 0.0, 0.05, 0.05, 0.05, 0.05],
"timeout_sec": 0.075,
"output_frame": LaunchConfiguration("base_frame"),
}
Expand Down

0 comments on commit 34bb99d

Please sign in to comment.