Changes

Summary

  1. fix(wbca): derive direct-link threshold from route interval (details)
  2. feat: 按弯道车道属性处理路口灯控 (details)
Commit 5c378c71b505eef55cbcd8ed0686bcdf9839d54a by chenran
fix(wbca): derive direct-link threshold from route interval
The file was modifiedalgorithm/wbca/wbca_manager.cpp
Commit 4fd7c00186ed64807a54203a435c9748a8540c04 by wuyanjun110
feat: 按弯道车道属性处理路口灯控

使用 PncJunction 的弯道 lane 读取 TrafficControl,按属性匹配左转、右转或直行灯;NotControl 直接放行,缺失车道和非法属性保守停车。

HMI 仅展示参考线所经弯道 lane 的灯控类型,并将地图查询和文字绘制纳入静态缓存,增加地图切换及 lane 变化时的低频原始值日志。
The file was modifieddata/constrain/disable_stop_range.cpp
The file was modifieddata/vehicle/traffic_light_data.hpp
The file was modifieddata/vehicle/traffic_light_data.cpp
The file was modifiedhmi/draw/draw_map.hpp
The file was modifiedcommon/util/hdmap_namespace.hpp
The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
The file was modifiedhmi/draw/draw_map.cpp