Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use_concat_filter:=false is not supported #76

Open
3 tasks done
VRichardJP opened this issue Sep 14, 2023 · 2 comments
Open
3 tasks done

use_concat_filter:=false is not supported #76

VRichardJP opened this issue Sep 14, 2023 · 2 comments
Assignees

Comments

@VRichardJP
Copy link

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

The lidar preprocessing pipeline is broken if use_concat_filter is set to false. In the preprocessor launch file, it is suggested that if the concatenate filter is not used then a passthrough filter is launch. However it is not the case:

# load concat or passthrough filter
concat_loader = LoadComposableNodes(
composable_node_descriptions=[concat_component],
target_container=target_container,
condition=IfCondition(LaunchConfiguration("use_concat_filter")),
)

This would leave the lidar pipeline broken, has /sensing/lidar/top/outlier_filtered/pointcloud messages are not forwarded to /sensing/lidar/concatenated/pointcloud (which is hardcoded everywhere in other autoware modules).

Either a passthrough should be added, or the option should rather be removed?

Expected behavior

Since use_concat_filter is an option, we should be able to use it.

Actual behavior

use_concat_filter:=false does not work.

Steps to reproduce

N/A

Versions

No response

Possible causes

No response

Additional context

No response

Copy link

stale bot commented Nov 13, 2023

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the stale label Nov 13, 2023
@vividf vividf self-assigned this Nov 13, 2024
@stale stale bot removed the stale label Nov 13, 2024
@vividf vividf added bot bug Something isn't working and removed bot bug Something isn't working labels Nov 13, 2024
@vividf
Copy link
Contributor

vividf commented Nov 13, 2024

image

In my opinion, I think we can remove the use_concat_filter parameter because if users only have one lidar (which do not need to concatenate), then they can use the single_lidar_sensor_kit_launch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants