Changes

Summary

  1. tos_msgs: PncConfiguration 新增堆场入口范围 access_lines 字段,添加 AccessLine 消息定义 (details)
  2. tos_msgs: AccessLine 字段 yard_id 重命名为 yard (details)
Commit 763c8d4c6b88dcbed441da00a70ee52664eed28f by wuyanjun110
tos_msgs: PncConfiguration 新增堆场入口范围 access_lines 字段,添加 AccessLine 消息定义
The file was modifiedtos_msgs/CMakeLists.txt
The file was modifiedtos_msgs/msg/PncConfiguration.msg
The file was addedtos_msgs/msg/AccessLine.msg
Commit d2add256d71512564fdaa04cc5cbe40b47d13bef by wuyanjun110
tos_msgs: AccessLine 字段 yard_id 重命名为 yard
The file was modifiedtos_msgs/msg/AccessLine.msg

Summary

  1. feat: 增加魏桥区域规划支持 (details)
  2. fix: 修复换向停车后 SSEP 切段失败 (details)
  3. fix: 修复倒车 OpenSpace 边界配置失效 (details)
Commit d85195e6b752b3478cc152caf7570d1529fedf53 by wuyanjun110
feat: 增加魏桥区域规划支持

新增魏桥地理围栏及区域枚举,并使前向 SSEP 的朝向选择、起终点通道、途经点参考线和搜索途经点逻辑复用太阳纸业配置。
The file was modifieddata/config/cfg_region.cpp
The file was modifieddata/ssep/forward_ec.cpp
The file was modifieddata/config/cfg_region.hpp
Commit f3455f4399b88ef2873bcfd385bb9d6cbd1e1016 by wuyanjun110
fix: 修复换向停车后 SSEP 切段失败

当车辆由当前分段换向线明确触发停车时,以约束来源、顺序索引和末点位置确认到达,不再因局部路径与原始 SSEP 的小幅航向偏差永久卡住;其他停车原因继续保留航向校验。
The file was modifieddata/plan/ssep_data.cpp
Commit 2cf03c30441cb54f71063b8782eecf7b6e510b66 by wuyanjun110
fix: 修复倒车 OpenSpace 边界配置失效

倒车 PJPO 在 OpenSpace 断面复用 RoadBoundary 的横向边界,使 open_space_bound_width 对正反向路径一致生效;RoadBoundary 不可用或非 OpenSpace 时保持通用倒车边界回退。
The file was modifiedtasks/deciders/lat_decider/path_bounds_decider.cpp