Changes

Summary

  1. fix: cfg_static bug (details)
  2. fix: replayer bug (details)
  3. feat:终点距离的判断使用map distance (details)
  4. fix:imv进停车位双向搜索的bug (details)
  5. fix:切换到idle保持状态的bug (details)
  6. feat:苏溪,西联,董分 双向搜索的bug (details)
  7. chore:添加gitgnore (details)
  8. fix:驾驶走廊图构建的bug (details)
  9. chore:删除多余的log (details)
  10. feat:调整 float to half (details)
  11. fix:修复动态上下面过程中,提前切换到bulk场景的bug (details)
  12. fix: ogm.height/width (details)
  13. feat: SSEP: 初步跑通GPU加速版本的进堆场搜索 (details)
  14. chore: SSEP-GPU: 通过所有测试用例 (details)
  15. chore: SSEP: gpu search 性能优化 (details)
  16. chore: SSEP: 同步ssep的imv进充电桩的更新 (details)
  17. feat: SSEP: 前港倒车进货堆场景添加 fallback searcher。倒车不能到达的情况会使用通用搜索器搜索(现在可以支持向前到达货堆)。 (details)
  18. fix: SSEP: 修复回归测试失败的场景 (details)
  19. fix: SSEP: 解决集卡普通搜索画龙的问题 (details)
  20. fix: clear path_optimization_task esdf his. (details)
  21. feat: SSEP: 增加万能参数接口 (details)
  22. feat: SSEP: 集卡进堆场支持通过extra_params获取车头拉直位置与车挂最大夹角并规划符合要求的路径。 (details)
  23. chore: SSEP: 改进自卸车多段倒车 (details)
  24. feat: 太阳纸业使用pncc_port_related参数配置SSEP场景 (details)
  25. fix: SSEP: 修复集卡普通搜索路口有可能超近道的问题 (details)
  26. fix: smooth logic (details)
  27. fix: SSEP: 解决进堆场画龙 (details)
  28. fix:调整大谢进堆场路径 (details)
Commit 51528e18a048ddfc069cd8d53cdd2de73409ecbb by 5081703.cr
fix: cfg_static bug

The file was modifieddata/config/cfg_static.cpp
Commit 0e4e7087f3b5f223891292c1b3a221381c5e3f3e by 5081703.cr
fix: replayer bug

The file was modifiedreplayer/replayer_data_process/replayer_data_process.cpp
Commit 12661d1c1c3938f93ef64569387f2a9f4bcad979 by wuyanjun110
feat:终点距离的判断使用map distance
The file was modifieddata/app/fsm/task_fsm/task_park_fsm/park_fsm_transition/bulk_transition.cpp
Commit 3cdfcf8a76e49522846b3d07d372e73a229cc0ec by wuyanjun110
fix:imv进停车位双向搜索的bug
The file was modifiedssep/scenarios/imv_enter_station_planner.h
Commit 033962050bafe981ff3742a1bb1135461c465d98 by wuyanjun110
fix:切换到idle保持状态的bug
The file was modifiedplan/prepare/prepare_status.cpp
Commit cc9ca3fc4ea4958a3e4e77e5c032d47311fe432c by wuyanjun110
feat:苏溪,西联,董分 双向搜索的bug
The file was modifieddata/ssep/forward_ec.cpp
The file was modifieddata/ssep/ssep_ec.cpp
The file was modifieddata/plan/ssep_data.cpp
Commit cc86d71dd4dbf9821c41ba026045b2511eac99d8 by wuyanjun110
chore:添加gitgnore
The file was modified.gitignore
Commit aa5d7f1729393528b055b3f5a3de209b56e14804 by wuyanjun110
fix:驾驶走廊图构建的bug
The file was modifieddata/obstacle/ogm.hpp
The file was modifieddata/boundary/driving_corridor.cpp
The file was modifiedplan/prepare/prepare_ogm.cpp
Commit 21d8d124b7c0802dce940f45ef0eb8b4f1bacd90 by wuyanjun110
chore:删除多余的log
The file was modifieddata/plan/start_point_data.cpp
Commit e8000704e0ab0a118938d53c0fa0cfef4cfa4bcd by wuyanjun110
feat:调整 float to half
The file was modifiedmath/util/math_utils.cc
Commit 27ee5212cc6c7abbbbb7ad6be07780f7ac09c34a by wuyanjun110
fix:修复动态上下面过程中,提前切换到bulk场景的bug
The file was modifieddata/app/fsm/task_fsm/task_fsm.cpp
Commit df4487255e05eb20a9f2ecbdeceff66dddd3ab14 by 5081703.cr
fix: ogm.height/width

The file was modifiedplan/prepare/prepare_ogm.cpp
Commit e8ec60fb9586797b8fa729ac049464ac8f89811d by tangwenqing
feat: SSEP: 初步跑通GPU加速版本的进堆场搜索
The file was addedssep/test/gpu_collision_test_kernel.cu
The file was addedssep/test/gpu_cost_test.cc
The file was addedssep/gpu/cost/path_length_cost.cuh
The file was addedssep/coarse_search/searcher_builders/gpu_tractor_trailer_bidirectional_searcher_builder.h
The file was addedssep/gpu/device_map_data.cuh
The file was addedssep/gpu/samplers/multi_curvature_sampler.cuh
The file was addedssep/coarse_search/searcher_builders/gpu_tractor_trailer_bidirectional_searcher_builder.cc
The file was addedssep/test/gpu_sampler_test_kernel.cu
The file was addedssep/test/gpu_sampler_test_kernel.cuh
The file was addedssep/test/gpu_data_convert_test.cc
The file was addedssep/coarse_search/gpu_batch_expander.h
The file was addedssep/gpu/collision/collision_checker.cuh
The file was addedssep/gpu/memory_pool.h
The file was addedssep/test/gpu_collision_test.cc
The file was addedssep/gpu/memory_pool.cu
The file was addedssep/gpu/heur_table_loader.cu
The file was modifiedssep/test/CMakeLists.txt
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was addedssep/gpu/batch_expander_bridge.h
The file was addedssep/gpu/device_types.h
The file was addedssep/gpu/kernels/batch_expand_kernel.cu
The file was addedssep/test/gpu_heuristic_test_kernel.cuh
The file was addedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.cc
The file was addedssep/test/gpu_sampler_test.cc
The file was addedssep/gpu/device_map_data.cu
The file was addedssep/gpu/device_utils.cuh
The file was addedssep/coarse_search/gpu_batch_expander.cc
The file was addedssep/gpu/heur_table_loader.cc
The file was addedssep/gpu/batch_expander_bridge.cu
The file was addedssep/gpu/kernels/batch_expand_kernel.h
The file was addedssep/gpu/heur_table_loader.h
The file was addedssep/test/gpu_heuristic_test_kernel.cu
The file was modifiedssep/CMakeLists.txt
The file was addedssep/gpu/samplers/sampler_params.h
The file was modifiedssep/ssep_planner.cc
The file was addedssep/test/gpu_collision_test_kernel.cuh
The file was addedssep/gpu/device_map_data.h
The file was addedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.h
The file was addedssep/test/gpu_heuristic_test.cc
The file was addedssep/gpu/heuristics/heuristic_computer.cuh
Commit 4c7f0eea0f20d2774a07379f9c04cc1777d498e6 by tangwenqing
chore: SSEP-GPU: 通过所有测试用例

The file was modifiedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.cc
The file was modifiedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.h
The file was modifiedssep/gpu/heuristics/heuristic_computer.cuh
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/test/ssep_planner_test.cc
The file was modifiedssep/offboard/scene_replay/CMakeLists.txt
The file was modifiedssep/coarse_search/searcher_builders/gpu_tractor_trailer_bidirectional_searcher_builder.cc
Commit 9660290466fc492978cdd2066bb3cdd5adb70f8a by tangwenqing
chore: SSEP: gpu search 性能优化

The file was modifiedssep/coarse_search/bidirectional_hybrid_astar_search_engine.cc
The file was modifiedssep/coarse_search/searcher_builders/gpu_tractor_trailer_bidirectional_searcher_builder.cc
The file was addedssep/gpu/cost/curvature_cost.cuh
The file was modifiedssep/gpu/device_map_data.h
The file was addedssep/gpu/cost/ref_line_cost.cuh
The file was modifiedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.h
The file was modifiedssep/gpu/samplers/multi_curvature_sampler.cuh
The file was modifiedssep/coarse_search/motion_primitive.h
The file was modifiedssep/gpu/heuristics/heuristic_computer.cuh
The file was modifiedssep/CMakeLists.txt
The file was modifiedssep/coarse_search/state_hasher.h
The file was modifiedssep/gpu/device_map_data.cu
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/test/CMakeLists.txt
The file was modifiedssep/coarse_search/disk_collision_checker.h
The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.cc
The file was modifiedssep/gpu/kernels/batch_expand_kernel.cu
The file was modifiedssep/gpu/cost/path_length_cost.cuh
The file was addedssep/test/gpu_ref_line_cost_test.cc
The file was addedssep/test/gpu_ref_line_cost_test_kernel.cuh
The file was modifiedssep/offboard/ssep_planner_wrapper.cc
The file was modifiedssep/maps/sl_projection_map.h
The file was addedssep/test/gpu_ref_line_cost_test_kernel.cu
The file was modifiedssep/gpu/device_types.h
The file was modifiedssep/common/utils/scene_frame_visualization.h
The file was addedssep/coarse_search/batched_priority_queue.h
Commit 161d316820ad30f5da6c3257ca76140440dfac1e by tangwenqing
chore: SSEP: 同步ssep的imv进充电桩的更新

The file was modifiedssep/scenarios/imv_enter_station_planner.h
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
Commit 952ea5b4e8ebcf5e552e070ee9b8aa3bd6a05508 by tangwenqing
feat: SSEP: 前港倒车进货堆场景添加 fallback searcher。倒车不能到达的情况会使用通用搜索器搜索(现在可以支持向前到达货堆)。

The file was modifiedssep/scenarios/truck_fuzzy_reversing_planner.h
Commit a5822c9b8c4f9e13049046ff40223e37ab9e762b by tangwenqing
fix: SSEP: 修复回归测试失败的场景

The file was modifiedssep/coarse_search/searcher_builders/gpu_tractor_trailer_bidirectional_searcher_builder.cc
The file was modifiedssep/scenarios/truck_fuzzy_reversing_planner.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.cc
The file was modifiedssep/scenarios/truck_bulk_yark_in_out_planner.cc
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/offboard/scene_frame_provider.cc
Commit 1104a98f0c4fdf7218dac43989265d7292420779 by tangwenqing
fix: SSEP: 解决集卡普通搜索画龙的问题

The file was modifiedssep/keb_optimizer/keb_problem.cc
The file was modifiedssep/keb_optimizer/cost_features/state_constraint.h
The file was modifiedssep/scenarios/tractor_trailer_general_planner.h
Commit 3ff24dd7981ebec1880deb8a64977317b60a826d by 5081703.cr
fix: clear path_optimization_task esdf his.

The file was modifiedtasks/plan/path_optimization_task.cpp
The file was modifiedalgorithm/wbca/wbca_manager.cpp
Commit 357aab4612e9084c385829c22a8619713e261308 by tangwenqing
feat: SSEP: 增加万能参数接口

The file was modifiedssep/protos/scene.proto
The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/ssep_planner.h
The file was modifiedssep/data_structures/ssep_input.hpp
The file was modifieddata/ssep/ssep_activation.cpp
The file was modifiedssep/offboard/ssep_planner_wrapper.cc
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/data_structures/ssep_input.cc
Commit 34f52511f17d0b822c4c935449caf3f79be9bd49 by tangwenqing
feat: SSEP: 集卡进堆场支持通过extra_params获取车头拉直位置与车挂最大夹角并规划符合要求的路径。

The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_bidirectional_searcher_builder.cc
Commit 734b8645572f46693901e90cb6e34d6a40e8cc2c by tangwenqing
chore: SSEP: 改进自卸车多段倒车

The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifiedssep/keb_optimizer/keb_problem.cc
The file was modifiedssep/keb_optimizer/rigid_truck_keb_optimizer.cc
The file was modifiedssep/scenarios/truck_multi_segment_parking_planner.h
Commit 560bb1ec503c6500ce8a61eaa20bd23200725438 by tangwenqing
feat: 太阳纸业使用pncc_port_related参数配置SSEP场景

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
The file was modifiedtasks/deciders/search_decider/bridge_junction_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/reverse_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/seaside_junction_search_decider.cpp
The file was modifieddata/ssep/forward_ec.cpp
The file was modifieddata/ssep/ssep_ec.cpp
The file was modifiedtasks/deciders/search_decider/ex_lane_change_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/open_space_search_decider.cpp
The file was modifiedtasks/deciders/search_decider/into_yard_junction_search_decider.cpp
Commit 2feed69ce35e1e753676a4a778ca8bb3651017d6 by tangwenqing
fix: SSEP: 修复集卡普通搜索路口有可能超近道的问题

The file was modifiedssep/scenarios/tractor_trailer_general_planner.h
Commit 72bfbb733ca41b31b2d4311d2d6de8f8ebacf496 by 5081703.cr
fix: smooth logic

The file was modifieddata/boundary/road_boundary.cpp
The file was modifiedalgorithm/wbca/wbca_manager.cpp
Commit 246e5c7ef1721d0332bdb8ff09332e94b2045145 by tangwenqing
fix: SSEP: 解决进堆场画龙

The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_bidirectional_searcher_builder.cc
Commit d503b7959a4acfea521167289c46d543fb43d79e by wuyanjun110
fix:调整大谢进堆场路径

The file was modifieddata/ssep/into_yard_junction_ec.cpp
The file was modifiedhmi/draw/draw_ssep.cpp
The file was modifieddata/map/reference/reference_segment.cpp