Changes

Summary

  1. Update vehicleInfo.groovy (details)
Commit 2634b7ee0698b02d57f6a17ddedbfb65e292a884 by weilikang
Update vehicleInfo.groovy
The file was modifiedsrc/org/devops/vehicleInfo.groovy

Summary

  1. Update ganxian-ziyan-submodule.jenkinsfile (details)
  2. Update map-png.jenkinsfile (details)
  3. Update telediagnostic.jenkinsfile (details)
  4. Update telediagnostic.jenkinsfile (details)
Commit 1d99a2059c9626c6dcd11c428e78cd335237bd1c by weilikang
Update ganxian-ziyan-submodule.jenkinsfile
The file was modifiedparams/ganxian-ziyan-submodule.jenkinsfile
Commit 37051838801ecc228c050eb8b912c3404f04f02c by weilikang
Update map-png.jenkinsfile
The file was modifiedhdmap/map-png.jenkinsfile
Commit aecf686c1af5a6a315bb6325de538b86151fd232 by weilikang
Update telediagnostic.jenkinsfile
The file was modifiedtelediagnostic.jenkinsfile
Commit 06cec6718652d404d27e06463a6c0c901589ed64 by weilikang
Update telediagnostic.jenkinsfile
The file was modifiedtelediagnostic.jenkinsfile

Summary

  1. fix: 防止重规划期间历史参考线逐帧缩短 (details)
  2. fix: 修正开放空间终点距离与退出边界 (details)
  3. fix: 允许行驶中在弯道内触发入场搜索 (details)
Commit 4e7b81408898d6cc6db49aa507c81919b00f6b79 by wuyanjun110
fix: 防止重规划期间历史参考线逐帧缩短

重搜索期间保持完整生效参考线,跳过上一路口备用路径的重复拼接,
避免反复裁剪历史结果造成入堆场无剩余轨迹停车。

提取参考线尾段时保留物理末点,维持内部区间原有的右开边界语义。
新搜索结果从当前原始参考线重建备用段与目标段,失败时恢复历史线,
候选参考线投影有效后才写回。

新增独立的参考线保持与接替回归测试,覆盖末端反复提取、搜索等待
和失败、替换失败回退、成功接替及正常恢复。

验证:新增 5 项回归及已有 58 项相关测试通过;按工程统一入口构建
pnc_node、pnc_replayer 成功。
The file was modifiedCMakeLists.txt
The file was modifiedtasks/other_tasks/stitch_path_to_reference_line.cpp
The file was modifieddata/map/reference/reference_segment.cpp
The file was addedTesting/reference_line_replan_test.cpp
Commit 5ad8be6101aa9aa0dfd8cf06be9c9a9b471bae29 by wuyanjun110
fix: 修正开放空间终点距离与退出边界

统一按当前车辆到 SSEP 真实末点的剩余长度与末点到 routing 终点的有符号距离计算终点距离,避免重叠段重复计算。

仅在最终 SSEP 分段越过真实末点时退出开放空间,并校验负向连接、保持 OPEN_SPACE 末段停车语义,补充当前帧匹配及边界回归测试。
The file was modifiedTesting/ssep_path_corridor_test.cpp
The file was modifieddata/map/pnc_map/routing_extension/routing_data.cpp
The file was modifieddata/vehicle/vehicle_destination.cpp
The file was modifiedTesting/routing_map_guard_test.cpp
The file was modifieddata/vehicle/vehicle_destination.hpp
Commit 7d70b0ed57de1965022136e4f586d15452b5f629 by wuyanjun110
fix: 允许行驶中在弯道内触发入场搜索

移除运动状态下对弯道内部非连续搜索的直接拒绝,使入场搜索继续使用参考线前向起点和既有路径连续性检查。
The file was modifieddata/ssep/into_yard_junction_ec.cpp