Changes

Summary

  1. fix: 修正拖挂车指令重规划拉直判定 (details)
  2. fix: 取消威海散货引桥终点约束 (details)
  3. feat: 超视距线支持按高度分层 (details)
  4. fix: 补充 SC 目标点类型显示 (details)
  5. fix: 设置初始位姿时保留定位高度 (details)
Commit 133eb9a3ee7b8260c54374fab150377499b128cc by wuyanjun110
fix: 修正拖挂车指令重规划拉直判定

指令重规划时,根据车头和车挂相对目标航向的偏差决定是否进入拉直流程。默认在两者均小于 30 度时直接触发,或距目标不超过 30 米且两者均小于 60 度时触发。

新增角度和近目标距离参数;不满足条件时保留原始途经点,并显式退出当前指令的拉直阶段,同时保留换向重规划跨 Reset 延续拉直状态的既有行为。
The file was modifiedtasks/deciders/search_decider/forward_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/forward_search_decider.hpp
The file was modifieddata/config/cfg_env_const.hpp
The file was modifieddata/config/cfg_env_const.cpp
Commit 7cefe8436b6fcd219ff85680ce390c03a85885d8 by wuyanjun110
fix: 取消威海散货引桥终点约束

WHBULK 引桥搜索不再构造终点 tunnel,避免终点附近的额外通道约束影响可行路径搜索,并与前向搜索场景的处理保持一致。
The file was modifieddata/ssep/bridge_junction_ec.cpp
Commit adbe225b2dd3d667034fcfaaafab605b40e6aea0 by wuyanjun110
feat: 超视距线支持按高度分层

HMI 绘制超视距线时记录并持久化车辆 Z 值,兼容旧二维配置并默认归入 Z=0。

规划、OGM、删除和显示统一匹配车辆最近的高度批次,批次容差为 5 米;界面使用细线和一位小数高度标签区分不同层,并修正标签翻转方向。
The file was modifiedplan/prepare/prepare_ogm.cpp
The file was modifiedhmi/widget/replayer_pnc_mat.cpp
The file was modifieddata/ssep/into_yard_junction_ec.cpp
The file was modifieddata/ssep/reverse_ec.cpp
The file was modifiedhmi/common/pnc_graphics_view.cpp
The file was modifieddata/ssep/normal_junction_ec.cpp
The file was modifieddata/ssep/open_space_ec.cpp
The file was modifiedhmi/common/drag_image.hpp
The file was modifiedhmi/widget/pnc_mat_shared.cpp
The file was modifieddata/config/cfg_func_sw.cpp
The file was modifiedhmi/draw/draw_ssep_virtual_obs.hpp
The file was modifiedhmi/widget/pnc_mat.cpp
The file was modifiedplan/prepare/prepare_hmi_virtual_obs.cpp
The file was modifieddata/ssep/forward_ec.cpp
The file was modifiedhmi/draw/draw_ssep_virtual_obs.cpp
The file was modifiedhmi/draw/draw_all.cpp
The file was modifiedhmi/common/pnc_graphics_view.hpp
The file was modifieddata/ssep/hmi_virtual_obs.hpp
The file was modifieddata/ssep/out_yard_junction_ec.cpp
The file was addeddata/ssep/hmi_virtual_obs_line.hpp
The file was modifieddata/config/cfg_func_sw.hpp
Commit 9ad71f5121f937be22808d4be35d1aa9ba1ad331 by wuyanjun110
fix: 补充 SC 目标点类型显示

为 RelatedOffset::TYPE_SC_TARGET 增加中文显示文本,避免落入未知类型并消除 switch 枚举未覆盖警告。
The file was modifiedcommon/util/express.cpp
Commit 08f8fe049c98a7cdf5a8936d58b1046b8ee3800b by wuyanjun110
fix: 设置初始位姿时保留定位高度

HMI 点击设置车辆初始位置时,将当前定位 Z 写入模拟初始位姿消息,并使用该高度查询附近车道,避免多层甲板场景匹配到错误层。
The file was modifiedhmi/widget/map.cpp
The file was modifiedhmi/widget/map.hpp