-
Notifications
You must be signed in to change notification settings - Fork 29
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
common_sensor_launch needs update due to the changes in autoware_pointcloud_preprocessor #21
Comments
@SakodaShintaro could you help me implement this since I probably will change the original code too much (because the code is a bit different) |
@vividf However, I get an error 1729647237.7043915 [ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'voxel_grid_downsample_filter' of type 'autoware::pointcloud_preprocessor::VoxelGridDownsampleFilterComponent' in container 'pointcloud_container': Component constructor threw an exception: Statically typed parameter 'input_frame' must be initialized. The similar errors occur also in
I am still investigating. |
Thanks for your work. |
Checklist
Description
There are several PRs are merged or ready to merge into the autoware universe, which the awsim_sensor_kit_launch also needs updated.
However, unlike the awsim_lab_common_sensor_launch or common_sensor_launch, awsim_common_sensor_launch has its way of writing the launch file. Thus, it would be better that the maintainers change it by themselves.
Please modify the file based on this PR:
Issue noticed:
Purpose
AWSIM can launch successfully after the PR (autowarefoundation/autoware.universe#8469) merged.
Possible approaches
Modify the nebula_node_container.launch.py
Definition of done
AWSIM can launch successfully after the PR (autowarefoundation/autoware.universe#8469) merged.
The text was updated successfully, but these errors were encountered: