Skip to content

22.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 02:40
· 553 commits to master since this release

Description

Abstract

This pull-request adds traffic signal predictions to V2I traffic light topic.
The predictions are calculated from traffic signal phase definitions.

Background

The predictions field has introduced into autoware_perception_msgs/msg/TrafficLightGroup.msg.
autowarefoundation/autoware_msgs#134

Details

The predictions are published only when the traffic light message has predictions field.

References

Regression Test: OK

Destructive Changes

None

Known Limitations

The prediction calculation only takes into account the current State Sync setting, not intermediate enabling/disabling.

Related Issues