Skip to content

Commit

Permalink
feat: do not use left/right lidar
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 committed Mar 14, 2023
1 parent 6f84a82 commit 1e0e2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip_xx1_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def launch_setup(context, *args, **kwargs):
{
"input_topics": [
"/sensing/lidar/top/outlier_filtered/pointcloud",
"/sensing/lidar/left/outlier_filtered/pointcloud",
"/sensing/lidar/right/outlier_filtered/pointcloud",
# "/sensing/lidar/left/outlier_filtered/pointcloud",
# "/sensing/lidar/right/outlier_filtered/pointcloud",
"/sensing/lidar/rear/outlier_filtered/pointcloud",
],
"output_frame": LaunchConfiguration("base_frame"),
Expand Down

0 comments on commit 1e0e2ca

Please sign in to comment.