Skip to content

feat(autoware_sample_deployment, autoware_common_designs): implement autoware system designer systems#1751

Draft
technolojin wants to merge 94 commits intoautowarefoundation:mainfrom
tier4:autoware-system-launch
Draft

feat(autoware_sample_deployment, autoware_common_designs): implement autoware system designer systems#1751
technolojin wants to merge 94 commits intoautowarefoundation:mainfrom
tier4:autoware-system-launch

Conversation

@technolojin
Copy link
Copy Markdown
Contributor

@technolojin technolojin commented Feb 12, 2026

Description

Add the sample system implementation by the autoware_system_designer.

DISCUSSION https://github.com/orgs/autowarefoundation/discussions/6760
ISSUE autowarefoundation/autoware#6793

This PR need to be merged after autowarefoundation/autoware#6739

How was this PR tested?

To try autoware_system_designer, please follow instruction here

Notes for reviewers

  • autoware_common_designs: common module configurations
  • autoware_sample_deployment: implementation of the sample system.
    • logging-simulation
    • planning-simulation
    • AWSIM

Effects on system behavior

None.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 12, 2026

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@github-actions github-actions bot added component:system System design and integration. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) labels Feb 12, 2026
@technolojin technolojin force-pushed the autoware-system-launch branch from 0aae42e to 53fafac Compare February 12, 2026 04:28
@technolojin technolojin force-pushed the autoware-system-launch branch from 7be2ece to 573ff99 Compare February 12, 2026 06:09
@technolojin technolojin self-assigned this Feb 12, 2026
@technolojin technolojin changed the title feat(autoware_sample_deployment, autoware_common_designs): implement utoware system designer systems feat(autoware_sample_deployment, autoware_common_designs): implement autoware system designer systems Feb 20, 2026
@technolojin technolojin force-pushed the autoware-system-launch branch 3 times, most recently from 66d65ec to 2c88195 Compare March 5, 2026 04:32
@technolojin technolojin force-pushed the autoware-system-launch branch 2 times, most recently from ca3dcd2 to 44871b8 Compare March 9, 2026 02:49
@technolojin technolojin force-pushed the autoware-system-launch branch from ee35984 to bbb8243 Compare March 24, 2026 23:31
…ages with initial configurations and design modules

update package name and host ip for awsim

feat: add VelodyneLidar module and various design configurations for sensing and system components

feat: add new parameter sets for perception and logging simulation components

feat: add sample system sensing parameter set and update launch configurations

feat: update logging simulation parameters and correct parameter set reference in AutowareSample system

fix: update compute unit for localization component in AutowareSample system configuration

fix: update connections for localization component in AutowareSample system configuration

feat: enhance SampleSystemRobotStatePublisher with input/output message types and update AutowareSample system configuration for ADAPI integration

feat: add sample system global parameter set and reference it in AutowareSample system configuration

feat: add GNSS and sensor modules for SampleSensorKit, including UbloxGpsDriver and associated configurations

feat: add new sensor modules and configurations for SampleSensorKit, including VelodyneLidar and IMU decoding

feat: introduce SampleRosbagReplay node configuration and update AutowareSample system to include rosbag replay functionality

fix: update namespace for robot_state_publisher in AutowareSample system configuration

refactor: remove vehicle status outputs from SampleRosbagReplay configuration and clean up AutowareSample system entity references

feat: add new Lidar configuration files and update parameter set for sensing nodes in AutowareSample system

feat: add GNSS decoding module and update SampleSensorKit configuration to include GNSS input

feat: add SampleSensorKitADAPIWrapper configuration and integrate it into AutowareSample system

refactor: update output names in SampleSensorKitADAPIWrapper configuration to remove 'api/' prefix and adjust AutowareSample system connections accordingly

refactor: change 'inheritance' to 'base' in Lidar and SensorKit module configurations for consistency
Signed-off-by: Taekjin LEE <[email protected]>

Update default host IP in lidar launch file to 255.255.255.255 for improved network configuration

Signed-off-by: Taekjin LEE <[email protected]>
…ion, TrafficLightRecognition, and various Lidar and radar configurations

Signed-off-by: Taekjin LEE <[email protected]>
…gurations to integrate VLP16 and VLS128 modules

Signed-off-by: Taekjin LEE <[email protected]>
…le and remove redundant input_topics parameter from sample_system_sensing configuration

Signed-off-by: Taekjin LEE <[email protected]>
… input/output message types and integrate them into AutowareSample system

Signed-off-by: Taekjin LEE <[email protected]>
…light recognition and vehicle velocity converter into E2ESimulation connections

Signed-off-by: Taekjin LEE <[email protected]>
…ample system to use the new module while modifying compute unit and connections

Signed-off-by: Taekjin LEE <[email protected]>
…iguration and update AutowareSample system to reference the new parameter set

Signed-off-by: Taekjin LEE <[email protected]>
…ith updated connections in AutowareSample system for enhanced sensing capabilities

Signed-off-by: Taekjin LEE <[email protected]>
…d imu_data output, and update AutowareSample system connections for improved localization and sensing integration

Signed-off-by: Taekjin LEE <[email protected]>
…nd reference it in AutowareSample system for improved simulation accuracy

Signed-off-by: Taekjin LEE <[email protected]>
@technolojin technolojin force-pushed the autoware-system-launch branch from 40becd5 to 3933e14 Compare March 25, 2026 07:15
@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Mar 25, 2026
@technolojin technolojin marked this pull request as ready for review March 25, 2026 07:19
@technolojin technolojin marked this pull request as draft March 25, 2026 07:21
@technolojin technolojin force-pushed the autoware-system-launch branch from 614440f to 71f6209 Compare March 26, 2026 00:14
@technolojin technolojin marked this pull request as ready for review March 26, 2026 01:43
@technolojin technolojin marked this pull request as draft March 26, 2026 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) component:system System design and integration. (auto-assigned) run:build-and-test-differential type:ci Continuous Integration (CI) processes and testing. (auto-assigned)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants