Skip to content

fix(tier4_planning_launch): rename virtual traffic light state#1827

Open
isamu-takagi wants to merge 1 commit intoautowarefoundation:mainfrom
isamu-takagi:feat/rename-virtual-traffic-light-state
Open

fix(tier4_planning_launch): rename virtual traffic light state#1827
isamu-takagi wants to merge 1 commit intoautowarefoundation:mainfrom
isamu-takagi:feat/rename-virtual-traffic-light-state

Conversation

@isamu-takagi
Copy link
Copy Markdown
Contributor

@isamu-takagi isamu-takagi commented Apr 24, 2026

Description

The autoware_dummy_infrastructure package is sending /system/v2x/virtual_traffic_light_states, and the autoware_behavior_velocity_planner package is receiving /awapi/tmp/virtual_traffic_light_states. So the topic name will be changed to match the autowar_core: autoware_core_planning.launch.xml.

Related PR: autowarefoundation/autoware_universe#12505

How was this PR tested?

  1. Checkout related PRs.
  2. Launch planning simulation with scenario_simulation:=true
  3. Check there is only one topic for virtual_traffic_light_states
    $ ros2 topic list | grep virtual_traffic_light_states
    /perception/virtual_traffic_light_states
    
  4. And check there are one subscriber and one publisher.
    $ ros2 topic info /perception/virtual_traffic_light_states
    Type: tier4_v2x_msgs/msg/VirtualTrafficLightStateArray
    Publisher count: 1
    Subscription count: 1
    

Notes for reviewers

None.

Effects on system behavior

None.

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
@github-actions github-actions Bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Apr 24, 2026
@github-actions
Copy link
Copy Markdown

Thank you for contributing to the Autoware project!

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

Please ensure:

@isamu-takagi isamu-takagi self-assigned this Apr 24, 2026
@isamu-takagi isamu-takagi changed the title feat(tier4_planning_launch): rename virtual traffic light state input fix(tier4_planning_launch): rename virtual traffic light state Apr 24, 2026
@isamu-takagi isamu-takagi marked this pull request as ready for review April 24, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant