Changes

Summary

  1. Update vehicleInfo.groovy (details)
  2. Update push.groovy (details)
  3. Update orinBuild.groovy (details)
  4. Update orin32Choice.groovy (details)
  5. Update orin64Choice.groovy (details)
  6. Update orinModule32Choice.groovy (details)
  7. Update orinModule64Choice.groovy (details)
Commit 02b7fcf78cbab381b7003ab949c495e8e6e84a0c by weilikang
Update vehicleInfo.groovy
The file was modifiedsrc/org/devops/vehicleInfo.groovy
Commit 48f3531bbec8d885294ed77ad76ce0d6f1bc1bf4 by weilikang
Update push.groovy
The file was modifiedsrc/org/devops/push.groovy
Commit b424e9a10255293aeadca002fbd4c2b9268cb7e9 by weilikang
Update orinBuild.groovy
The file was modifiedsrc/org/orin/orinBuild.groovy
Commit 79f807f1729ec623e6c3397d78b35fef7f82839e by weilikang
Update orin32Choice.groovy
The file was modifiedsrc/org/orin/orin32Choice.groovy
Commit 736807efa0e68889d2794a13f08b7d8f9340c38b by weilikang
Update orin64Choice.groovy
The file was modifiedsrc/org/orin/orin64Choice.groovy
Commit 3ed4a87e0aeef37d0f59c7770937ffdfa558f07a by weilikang
Update orinModule32Choice.groovy
The file was modifiedsrc/org/orin/orinModule32Choice.groovy
Commit 937a5638177939dca6f8e9427239d3bd1cbb542a by weilikang
Update orinModule64Choice.groovy
The file was modifiedsrc/org/orin/orinModule64Choice.groovy

Summary

  1. Update hangzhou-xiasha-submodule.jenkinsfile (details)
  2. Update wuhan-zhongtielianji-submodule.jenkinsfile (details)
  3. Update map-png.jenkinsfile (details)
  4. Update mizar.jenkinsfile (details)
  5. Update polaris.jenkinsfile (details)
  6. Update tc397_ota.jenkinsfile (details)
  7. Update python-scripts.jenkinsfile (details)
  8. Update system-libraries.jenkinsfile (details)
Commit 3ae46184796885dc985c98d396d5c27427e77829 by weilikang
Update hangzhou-xiasha-submodule.jenkinsfile
The file was modifiedparams/hangzhou-xiasha-submodule.jenkinsfile
Commit 4a980212c5e7e8095bbc978b5574ca1c04e646fa by weilikang
Update wuhan-zhongtielianji-submodule.jenkinsfile
The file was modifiedparams/wuhan-zhongtielianji-submodule.jenkinsfile
Commit 7d37fd5915161361d9049489ef033b71804ce4ea by weilikang
Update map-png.jenkinsfile
The file was modifiedhdmap/map-png.jenkinsfile
Commit 6379485af18b5e6d37f19ae9bd2c486b7ff9380d by weilikang
Update mizar.jenkinsfile
The file was modifiedhardware/mizar.jenkinsfile
Commit 1565c36c0fa4de7378b90cf8fa740b358bf15925 by weilikang
Update polaris.jenkinsfile
The file was modifiedhardware/polaris.jenkinsfile
Commit 3c9b36765621d8186ebaf18d8d8bb55ba60c2040 by weilikang
Update tc397_ota.jenkinsfile
The file was modifiedhardware/tc397_ota.jenkinsfile
Commit c8c69fad6896c13f224d614fd4526cc9e1bf92b1 by weilikang
Update python-scripts.jenkinsfile
The file was modifiedpython-scripts.jenkinsfile
Commit 1d793807e734fe12a0d901d14b202aa94570a3a2 by weilikang
Update system-libraries.jenkinsfile
The file was modifiedsystem-libraries.jenkinsfile

Summary

  1. refactor: 统一 KEB 路径优化的请求与结果处理 (details)
  2. feat: 支持直行堆场路口 KEB 并保持切换路径连续 (details)
Commit 0942ec2b21bc9056d0fc2a74d0640ffed7b3c828 by wuyanjun110
refactor: 统一 KEB 路径优化的请求与结果处理

将同步和异步优化收敛到共享的请求快照、求解和结果写回流程,后台线程不持有 Task 或 PlanFrame。
拆分 SSEP 前置处理、重搜保持与 PJPO 兜底,保留 generation 失效保护和完整输出历史。
检查路径投影写回结果,删除未使用成员、失效注释和无效的局部路径匹配。
The file was modifiedtasks/plan/keb_path_optimize_task.cpp
The file was modifiedtasks/plan/keb_path_optimize_task.hpp
Commit abaf5d01dcb656c9138007e91f34fede7bca4eef by wuyanjun110
feat: 支持直行堆场路口 KEB 并保持切换路径连续

NORMAL_FOLLOW 使用 guide line 路口终点构建无 SSEP 的 KEB 输入,延伸距离保留为 0 米。
首次异步等待时放行有效历史路径拼接;末端在区域切换前复用原路口输出,避免无轨迹停车。
远处后续路口不抢占末端复用目标,进入下一路口后正常更新目标;失效输入和真实求解失败仍保留错误处理。
补充选择器、终点、方向、异步等待、末端复用及 Reset 生命周期回归,兼容无 SSEP 的回放可视化输入。

验证:pnc_node 和相关测试目标构建通过,74 项规划回归通过,回放基础测试通过 202/203 项。
已知未解决项:既有 EncodingBenchmarkTest.ReportsSameGroupBoostAndCompactAblations 字节数重复性测试仍失败。
The file was modifiedTesting/ssep_path_corridor_test.cpp
The file was modifiedtasks/plan/keb_path_optimize_task.cpp
The file was modifiedtasks/plan/keb_utils.cpp
The file was modifiedtasks/plan/keb_utils.hpp
The file was modifiedtasks/plan/keb_path_optimize_task.hpp
The file was modifiedscenarios/task_condition_evaluator.cpp