Changes

Summary

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

Summary

  1. Update hainan-yangpu-submodule.jenkinsfile (details)
  2. Update hainan-yangpu-submodule.jenkinsfile (details)
Commit de2d8324abffc45252e0ae0b843f47b66b44be78 by weilikang
Update hainan-yangpu-submodule.jenkinsfile
The file was modifiedparams/hainan-yangpu-submodule.jenkinsfile
Commit 627c09e458776a1b23504161b6f770f41d07a1ff by weilikang
Update hainan-yangpu-submodule.jenkinsfile
The file was modifiedparams/hainan-yangpu-submodule.jenkinsfile

Summary

  1. fix: 限制搜索地图范围并校验 OGM 分配尺寸 (details)
  2. fix: 阻止取消任务后重启搜索或接收旧结果 (details)
  3. fix: 补齐牵引车泊车规划器的粗路径输出 (details)
  4. fix: 在环境构建阶段统一途经点判定与显示 (details)
  5. fix: 按优化路径目标投影修正 KEB 验收边界 (details)
Commit 675478c9fb0a41ff880dbf9d15691dcb1ecc6c05 by wuyanjun110
fix: 限制搜索地图范围并校验 OGM 分配尺寸

搜索工作空间每边限制为 3000 米,保留每侧 10 米扩边。统一检查普通与 Proto 构造入口的范围、分辨率及栅格索引容量,在分配前拒绝异常输入。补充边界、UTM、扩边和溢出回归测试。
The file was modifiedssep/maps/ogm_config_utils.cc
The file was modifiedssep/maps/ogm_config_utils.h
The file was modifiedssep/maps/ogm.cc
The file was modifiedTesting/ssep_path_corridor_test.cpp
The file was addedssep/maps/ogm_limits.h
Commit 5de9ede7b0ef7ce9a53a87446f936cad038663f7 by wuyanjun110
fix: 阻止取消任务后重启搜索或接收旧结果

统一搜索决策器的有效任务门禁,在环境构建前清理取消和无任务请求。SsepTask 在 Execute、Reset、提交和消费路径作废旧结果,保留后台 watcher 防止重叠提交。覆盖取消、同 ID 恢复、任务切换和新任务恢复的回归测试。
The file was modifiedtasks/plan/ssep_task.cpp
The file was modifiedtasks/deciders/search_decider/forward_search_decider.cpp
The file was modifiedtasks/plan/ssep_task.hpp
The file was modifiedTesting/routing_transition_test.cpp
The file was modifiedtasks/deciders/search_decider/open_space_search_decider.cpp
The file was modifiedTesting/search_decider_lifecycle_test.cpp
The file was modifiedtasks/deciders/search_decider/into_yard_junction_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/seaside_junction_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/bridge_junction_search_decider.cpp
The file was modifiedTesting/reference_line_replan_test.cpp
The file was modifiedtasks/deciders/search_decider/reverse_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/search_decider_lifecycle.hpp
The file was modifiedtasks/deciders/search_decider/ex_lane_change_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/normal_junction_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/out_yard_junction_search_decider.cpp
Commit f77cf0272d003a7fdba607e9c35676e7d7d0fba7 by wuyanjun110
fix: 补齐牵引车泊车规划器的粗路径输出

单段、多段及拉直模式规划记录优化前的粗路径,供搜索结果展示使用。每次规划和拉直失败回退时清空旧记录,避免展示上一轮或失败分支的路径。
The file was modifiedssep/scenarios/tractor_trailer_multi_segment_parking_planner.h
The file was modifiedssep/scenarios/tractor_trailer_single_segment_parking_planner.h
Commit 00794a2712bad54f003f16d5d29ac13b8c7c8c7e by wuyanjun110
fix: 在环境构建阶段统一途经点判定与显示

IMV 和牵引车泊车使用最终环境姿态及实际搜索参数判定途经点,同步有效点至搜索输入和界面,并兼容旧录包入口。接收新任务时保留新任务自己的途经点显示。采样前排除非有限姿态及超范围起终点,补充场景与绘图回归测试。
The file was modifieddata/ssep/ssep_activation.cpp
The file was modifiedssep/scenarios/planner_utils.h
The file was modifieddata/ssep/ssep_ec.cpp
The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifiedssep/ssep_planner.cc
The file was modifiedTesting/hmi_collision_render_test.cpp
The file was modifiedhmi/draw/draw_map.cpp
The file was modifiedssep/scenarios/planner_utils.cc
The file was modifiedhmi/draw/draw_ssep.cpp
The file was addedssep/common/utils/imv_pass_point.h
The file was addedplan/prepare/ssep_input_params.hpp
The file was modifiedTesting/ssep_scenario_config_lifecycle_test.cpp
Commit a64dd4a6b8729a84db4812a0740662b1d14f2fa4 by wuyanjun110
fix: 按优化路径目标投影修正 KEB 验收边界

动态约束验收使用目标在优化路径上的投影弧长,路沿间距与障碍物
碰撞验收使用重采样路径上的投影,避免混用参考线弧长造成误检或漏检。
保留完整延长段输出,同步覆盖 SSEP 与 Lane Follow 共用的优化入口。

新增路径缩短、路径加长及目标位于采样点之间的边界测试。
验证:工程 task 构建通过,KebFixedTailTest 共 7 项通过。

已知限制:全局最近投影在优化后回环邻近段可能存在歧义;当前测试
覆盖投影与裁剪边界,尚未覆盖实际验收调用链或原 bag 回放。
The file was modifiedalgorithm/plan/keb_optimizer.hpp
The file was modifiedalgorithm/plan/keb_optimizer.cpp
The file was modifiedTesting/keb_fixed_tail_test.cpp