autoware icon indicating copy to clipboard operation
autoware copied to clipboard

Enable 3 lidar AWSIM Labs simulator compatibility

Open xmfcx opened this issue 10 months ago • 0 comments

Checklist

  • [X] I've read the contribution guidelines.
  • [X] I've searched other issues and no duplicate issues were found.
  • [X] I've agreed with the maintainers that I can plan this task.

Description

Screenshot from 2024-04-24 18-31-16

With the AWSIM Labs now works with URP and higher laser count with better performance, this issue will track the changes required to make Autoware compatible with both TIER IV AWSIM and AWSIM Labs.

Purpose

See the description.

Possible approaches

See the definition of done.

Definition of done

  • [x] Fork https://github.com/RobotecAI/awsim_sensor_kit_launch to autoware foundation as awsim_labs_sensor_kit_launch.
    • Done: https://github.com/autowarefoundation/awsim_labs_sensor_kit_launch
  • [x] Modify the fork to have the awsim_labs_ prefix for necessary parts.
    • Done: https://github.com/autowarefoundation/awsim_labs_sensor_kit_launch/pull/2
  • [x] Update the https://github.com/autowarefoundation/autoware/blob/main/autoware.repos to contain the link to the https://github.com/autowarefoundation/awsim_labs_sensor_kit_launch
    • Done: https://github.com/autowarefoundation/autoware/pull/4660
  • [x] https://github.com/autowarefoundation/autoware_individual_params/pull/47 adjust this to create a new awsim_labs folder.
  • [x] ~https://github.com/autowarefoundation/autoware_launch/blob/main/autoware_launch/launch/e2e_simulator.launch.xml create a copy for awsim_labs~
    • Done: https://github.com/autowarefoundation/autoware_launch/pull/968
    • No need, just use the new sensor_kit with a parameter.
  • [ ] Update the documentation
    • Done: https://github.com/autowarefoundation/autoware-documentation/pull/541

xmfcx avatar Apr 24 '24 15:04 xmfcx