Changes

Summary

  1. fix: 匹配STOP_DECIDER前移 (details)
  2. feat: 添加异步处理功能以优化地图包围区域的创建 (details)
  3. fix:场景切换的bug (details)
  4. chore: SSEP: 优化集卡上下码头面路径 (details)
  5. chore: SSEP: 提升跨运车抓车搜索成功率 (details)
  6. feat:<洋浦>适配洋浦新增区域的搜索 (details)
  7. refactor:包围框合并的优化 (details)
  8. feat:出堆场搜索异常的bug (details)
  9. feat:洋浦 进(普通堆场的形状)堆高机场的入口限速 (details)
  10. fix: 修复威海车型不匹配的问题 (details)
  11. feat: 添加车辆侵入车道限速功能及相关配置 (details)
  12. feat: 增强边界约束条件,确保在使用侵入限速功能时检查道路边界和引导线可用性 (details)
  13. refeat:重构 障碍物侵入道路后的限速 (details)
  14. feat: 添加 .codewhale 和 .deepseek 到 .gitignore (details)
  15. feat: 增加对特定区域类型的检查,避免在码头面、堆场和堆高机场 判断 场桥禁停 (details)
  16. refctor:风险限速和聚类限速时,限制最大减速度 (details)
  17. feat: 绕行时,沟点不进行膨胀 (details)
  18. chore: SSEP: 减小集卡多段倒车的最大曲率 (details)
  19. chore: SSEP: IMV普通搜索过滤明显存在碰撞的路径。 (details)
  20. feat: 添加功能开关以控制 吊具高度 是不是 切换状态机, 默认打开 (details)
  21. fix: Keb: 延长段路径不验证运动学可行性 (details)
  22. feat: SSEP: 将GPU搜索重写,整合进目前的CPU搜索框架中。目前的搜索框架改进为CPU-GPU混合框架,可以任意配置使用CPU/GPU搜索组件。 (details)
  23. fix:修复路径拼接的bug (details)
  24. feat: 优化判断逻辑,增加起始点方向差异判断以决定是否需要全平滑 (details)
  25. refactor:<PJPO>优化求解的成功率 (details)
  26. chore: Keb: 1. 解决IMV从当前点规划轨迹异常的问题。2. 解决IMV轨迹画龙问题 (details)
  27. fix: 修改锁定站点为狭窄空间的参数默认值为false (details)
Commit fcb1fdf1c53233f194b8e9f1689ec363d96b4305 by liuhongshuo
fix: 匹配STOP_DECIDER前移
The file was modifiedtasks/deciders/other_decider/stop_decider.cpp
Commit fc7059e89de4fef19ca9cf953d4b7fd61aa8a80b by wuyanjun110
feat: 添加异步处理功能以优化地图包围区域的创建
The file was modifieddata/map/envelop/map_envelops.cpp
The file was modifieddata/map/envelop/map_envelops.hpp
The file was modifieddata/ssep/online_region_contour_creator.hpp
The file was modifieddata/ssep/online_region_contour_creator.cpp
The file was modifieddata/ssep/bridge_junction_ec.cpp
Commit 4fc2be86a4d1eca4b53f4d56e62c97f5fb031f1d by wuyanjun110
fix:场景切换的bug
The file was modifieddata/scenario/scenario_planner_action.cpp
Commit 71c16bf45e561eefea113e465b699a33859d6b86 by tangwenqing
chore: SSEP: 优化集卡上下码头面路径

The file was modifiedssep/scenarios/tractor_trailer_general_planner.h
The file was modifiedssep/scenarios/planner_utils.cc
The file was modifiedssep/scenarios/planner_utils.h
Commit dc17e68abc06ca8dbb3d1a3db7def4422dcc39b9 by tangwenqing
chore: SSEP: 提升跨运车抓车搜索成功率

The file was modifiedssep/coarse_search/searcher_builders/truck_reference_following_searcher_builder.h
The file was modifiedssep/scenarios/straddle_carrier_pick_vehicle_planner.h
The file was modifiedssep/coarse_search/motion_primitive_sampler/dubins_path.cc
The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/coarse_search/motion_primitive_sampler/dubins_path_motion_primitive_sampler.cc
The file was modifiedssep/coarse_search/searcher_builders/truck_reference_following_searcher_builder.cc
Commit d428ac57bfe7d217213aad704585bdf2d4a209c1 by wuyanjun110
feat:<洋浦>适配洋浦新增区域的搜索
The file was modifieddata/config/cfg_region.cpp
The file was modifieddata/config/cfg_region.hpp
The file was modifieddata/other/flow_control.cpp
The file was modifieddata/ssep/field_junction_ec.hpp
The file was modifieddata/ssep/into_yard_junction_ec.cpp
The file was modifiedhmi/draw/draw_map_envelpos.cpp
The file was modifieddata/map/envelop/map_envelop.cpp
Commit 952cf19b4410c444d684bf51bd2c2c11a8a12d28 by wuyanjun110
refactor:包围框合并的优化
The file was modifieddata/ssep/online_region_contour_creator.cpp
The file was modifieddata/ssep/online_region_contour_creator_test.cpp
Commit 0402e566a438f1ecc6493e52121d7fb81899c447 by wuyanjun110
feat:出堆场搜索异常的bug
The file was modifieddata/ssep/bridge_junction_ec.cpp
The file was modifieddata/ssep/field_junction_ec.hpp
The file was modifieddata/ssep/into_yard_junction_ec.hpp
The file was modifieddata/ssep/field_junction_ec.cpp
The file was modifieddata/ssep/into_yard_junction_ec.cpp
The file was modifieddata/ssep/out_yard_junction_ec.cpp
The file was modifieddata/ssep/out_yard_junction_ec.hpp
The file was modifieddata/ssep/normal_junction_ec.cpp
Commit f8751de6c7c51feabc56f3ede005f3d91eeaf6e2 by wuyanjun110
feat:洋浦 进(普通堆场的形状)堆高机场的入口限速
The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
Commit 9ff260ca7d9c1471700c9e5906d9044dea3b06f5 by tangwenqing
fix: 修复威海车型不匹配的问题

The file was modifieddata/ssep/ssep_ec.cpp
Commit 52e6001f5205980ce9c490bbf25c6ca7a717b142 by wuyanjun110
feat: 添加车辆侵入车道限速功能及相关配置
The file was modifieddata/boundary/road_boundary.hpp
The file was modifieddata/boundary/road_boundary.cpp
The file was modifiedtasks/deciders/long_decider/constrain_decider.hpp
The file was modifieddata/config/cfg_safe_const.hpp
The file was modifieddata/config/cfg_safe_const.cpp
The file was modifieddata/config/cfg_func_sw.hpp
The file was modifieddata/config/cfg_func_sw.cpp
The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
Commit 26eab9bdf200a10462c4cf067b756cfa1fe1ef12 by wuyanjun110
feat: 增强边界约束条件,确保在使用侵入限速功能时检查道路边界和引导线可用性
The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
Commit 3af6e994b8161f051b44d6dd9558ab6bf9f5ca5a by wuyanjun110
refeat:重构 障碍物侵入道路后的限速
The file was modifieddata/obstacle/obstacle_decider_attr.hpp
The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
The file was modifiedtasks/deciders/long_decider/time_path_graph_decider.cpp
The file was modifiedtasks/deciders/long_decider/time_path_graph_decider.hpp
The file was modifieddata/obstacle/obstacle_decider_attr.cpp
Commit 81b6dcb273bd1aee8059365f8af0e1cd3374f236 by wuyanjun110
feat: 添加 .codewhale 和 .deepseek 到 .gitignore
The file was modified.gitignore
Commit ae8ab329ceb7d1a30a431ee4d300205663d11092 by wuyanjun110
feat: 增加对特定区域类型的检查,避免在码头面、堆场和堆高机场 判断 场桥禁停
The file was modifiedplan/prepare/prepare_objs.cpp
Commit 398a5dee83c255b4607ca23de24bb5f1fa59c340 by wuyanjun110
refctor:风险限速和聚类限速时,限制最大减速度
The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
Commit 41e19d82884238bccdc50cedde9bc7a36aa8cfe7 by wuyanjun110
feat: 绕行时,沟点不进行膨胀
The file was modifieddata/boundary/driving_corridor.cpp
Commit f3aba82df778e601e86da27f92dcd1450b825ebe by tangwenqing
chore: SSEP: 减小集卡多段倒车的最大曲率

The file was modifiedssep/scenarios/tractor_trailer_multi_segment_parking_planner.h
Commit 8c8b71cf02fe784ac0d3eb84cf560a87b76ca4b7 by tangwenqing
chore: SSEP: IMV普通搜索过滤明显存在碰撞的路径。

The file was modifiedssep/scenarios/imv_general_planner.h
Commit 9860e5e10afab9d9dd953a2dd845a82a066553f9 by wuyanjun110
feat: 添加功能开关以控制 吊具高度 是不是 切换状态机, 默认打开
The file was modifieddata/config/cfg_func_sw.cpp
The file was modifieddata/app/fsm/task_fsm/task_align_fsm/task_align_fsm.cpp
The file was modifieddata/config/cfg_func_sw.hpp
Commit 151700eb9e713ee4168cd2f08445528b425cbcd8 by tangwenqing
fix: Keb: 延长段路径不验证运动学可行性

The file was modifiedalgorithm/plan/keb_optimizer.cpp
Commit c35888b2dfcf4e0b9a93a519ff31c6fcd9ff38e2 by tangwenqing
feat: SSEP: 将GPU搜索重写,整合进目前的CPU搜索框架中。目前的搜索框架改进为CPU-GPU混合框架,可以任意配置使用CPU/GPU搜索组件。

The file was removedssep/coarse_search/searcher_builders/gpu_tractor_trailer_bidirectional_searcher_builder.h
The file was addedssep/coarse_search/gpu_context.cc
The file was modifiedssep/coarse_search/motion_primitive_sampler/reverse_primitive_decorator.h
The file was removedssep/gpu/heur_table_loader.h
The file was modifiedssep/offboard/CMakeLists.txt
The file was modifiedssep/test/CMakeLists.txt
The file was removedssep/test/gpu_ref_line_cost_test.cc
The file was modifiedssep/coarse_search/indexed_priority_queue.h
The file was modifiedssep/coarse_search/motion_primitive_sampler/motion_primitive_sampler.h
The file was removedssep/test/gpu_ref_line_cost_test_kernel.cuh
The file was removedssep/test/gpu_heuristic_test.cc
The file was removedssep/coarse_search/searcher_builders/gpu_tractor_trailer_bidirectional_searcher_builder.cc
The file was removedssep/gpu/heuristics/heuristic_computer.cuh
The file was modifiedssep/coarse_search/bidirectional_hybrid_astar_search_engine.h
The file was removedssep/gpu/cost/path_length_cost.cuh
The file was removedssep/coarse_search/gpu_batch_expander.h
The file was removedssep/test/gpu_heuristic_test_kernel.cu
The file was addedssep/coarse_search/bounded_priority_queue.h
The file was addedssep/gpu/collision/collision_batch_bridge.cu
The file was modifiedssep/scenarios/tractor_trailer_general_planner.h
The file was modifiedssep/coarse_search/bidirectional_hybrid_astar_search_engine.cc
The file was addedssep/gpu/samplers/sampler_bridge.h
The file was removedssep/test/gpu_ref_line_cost_test_kernel.cu
The file was modifiedssep/test/gpu_sampler_test.cc
The file was removedssep/gpu/kernels/batch_expand_kernel.h
The file was addedssep/coarse_search/motion_primitive_sampler/gpu_multi_curvature_sampler.cc
The file was removedssep/gpu/batch_expander_bridge.h
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/coarse_search/evaluator/cost_feature_computer.h
The file was addedssep/coarse_search/evaluator/gpu_collision_cost_computer.h
The file was modifiedssep/test/ssep_planner_test.cc
The file was modifiedssep/coarse_search/batched_priority_queue.h
The file was removedssep/gpu/cost/curvature_cost.cuh
The file was removedssep/coarse_search/gpu_batch_expander.cc
The file was addedssep/coarse_search/gpu_context.h
The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_bidirectional_searcher_builder.h
The file was removedssep/gpu/heur_table_loader.cu
The file was removedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.cc
The file was removedssep/gpu/batch_expander_bridge.cu
The file was addedssep/coarse_search/motion_primitive_sampler/gpu_multi_curvature_sampler.h
The file was addedssep/gpu/collision/collision_batch_bridge.h
The file was removedssep/gpu/kernels/batch_expand_kernel.cu
The file was removedssep/test/gpu_cost_test.cc
The file was removedssep/gpu/heur_table_loader.cc
The file was removedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.h
The file was removedssep/test/gpu_heuristic_test_kernel.cuh
The file was removedssep/gpu/samplers/sampler_params.h
The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_bidirectional_searcher_builder.cc
The file was removedssep/gpu/cost/ref_line_cost.cuh
The file was modifiedssep/gpu/device_types.h
The file was addedssep/gpu/samplers/sampler_bridge.cu
The file was addedssep/coarse_search/evaluator/gpu_collision_cost_computer.cc
The file was modifiedssep/coarse_search/evaluator/evaluator.h
Commit 2acb091b21689887f148d0df82b1a0b3fef171af by wuyanjun110
fix:修复路径拼接的bug
The file was modifieddata/common/path.hpp
The file was modifiedtasks/other_tasks/stitch_path_data_to_path.cpp
The file was modifiedtasks/other_tasks/stitch_path_to_reference_line.cpp
The file was modifieddata/common/path.cpp
Commit 49fd6e14f06967753a29c172ea1f1a3b183d3443 by wuyanjun110
feat: 优化判断逻辑,增加起始点方向差异判断以决定是否需要全平滑
The file was modifieddata/plan/smooth_data.cpp
Commit 5470ffd1bdb0c00035a4754c2bf7dda94e75c6b2 by wuyanjun110
refactor:<PJPO>优化求解的成功率
The file was modifiedtasks/plan/trailer_pjpo_task.cpp
The file was modifiedalgorithm/plan/pjpo.hpp
The file was modifieddata/config/cfg_func_sw.cpp
The file was modifiedCMakeLists.txt
The file was addedTesting/pjpo_case_test.cpp
The file was modifiedmath/piecewise_jerk/piecewise_jerk_problem.cpp
The file was modifiedtasks/plan/pjpo_task.cpp
The file was modifieddata/config/cfg_func_sw.hpp
The file was modifiedmath/piecewise_jerk/piecewise_jerk_path_problem.cpp
The file was modifiedmath/piecewise_jerk/piecewise_jerk_problem.hpp
The file was modifiedalgorithm/plan/pjpo.cpp
Commit 3c97e84a97b7c6fe7f8fc038c48f05600fdc2f4c by tangwenqing
chore: Keb: 1. 解决IMV从当前点规划轨迹异常的问题。2. 解决IMV轨迹画龙问题

The file was modifiedtasks/plan/keb_lane_follow_path_task.cpp
The file was modifiedalgorithm/plan/keb_optimizer.cpp
The file was modifiedoffboard/keb_path_opt_cli/keb_scene_converter.cc
The file was modifiedssep/keb_optimizer/keb_utils.h
The file was modifiedssep/keb_optimizer/keb_utils.cc
Commit e6322327d2b40d21e42c429bb0c13eb3a586c092 by wuyanjun110
fix: 修改锁定站点为狭窄空间的参数默认值为false
The file was modifieddata/config/cfg_func_sw.cpp