RobotecAI / awsim_sensor_kit_launch

AWF Autoware sensor kit for AWSIM simulator
Apache License 2.0
2 stars 23 forks source link

common_sensor_launch needs update due to the changes in autoware_pointcloud_preprocessor #21

Open vividf opened 2 hours ago

vividf commented 2 hours ago

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 (https://github.com/autowarefoundation/autoware.universe/pull/8469) merged.

Possible approaches

Modify the nebula_node_container.launch.py

Definition of done

AWSIM can launch successfully after the PR (https://github.com/autowarefoundation/autoware.universe/pull/8469) merged.

vividf commented 2 hours ago

@SakodaShintaro could you help me implement this since I probably will change the original code too much (because the code is a bit different)