Changes

Summary

  1. fix: SSEP: gpu compile error (details)
  2. feat:修复编译的warning (details)
  3. fix: SSEP: 修复“最后一段不检测碰撞”功能遗漏的提交 (details)
  4. chore: SSEP: update unit tests (details)
  5. fix: SSEP: 修复地图元素"is_closed"标志位转换错误的问题 (details)
  6. fix: SSEP: 修复路径距离参考线太远的问题。 (details)
  7. fix: SSEP: 修复集卡多段倒车搜索的参数配置错误 (details)
  8. feat:添加忽略文件 (details)
  9. fix: SSEP: 修复车道线被处理为闭合多边形的bug(太阳纸业搜索失败),修复imv 进停车位因为终点约束导致路径异常的问题。 (details)
  10. feat:align过程中,拒绝直线步进 (details)
  11. fix:程序启动直接搜索带来的崩溃问题 (details)
  12. chore: SSEP: 改进集卡多段倒车拉直轨迹 (details)
  13. chore: SSEP: 提升GPU进堆场搜索成功率 (details)
  14. feat:修复搜索失败报警的等级 (details)
  15. feat:编译包warning的bug (details)
  16. feat:进堆场约束调整,并且调整low bay type (details)
  17. fix:修复虚拟场桥低贝判断的bug (details)
Commit b9b3bd6e9b4435826d6e8fccc957058de29d152a by tangwenqing
fix: SSEP: gpu compile error

The file was modifiedCMakeLists.txt
Commit 9248ef43aac2717f6f5df4e1b107f6c88f584e11 by wuyanjun110
feat:修复编译的warning
The file was modifieddata/app/cmd/cmd_cancel_safe.hpp
The file was modifieddata/app/cmd/cmd_set_target.hpp
The file was modifiedsource/ros_source_ads_command.cpp
The file was modifieddata/app/fsm/task_command_type.cpp
The file was modifiedhmi/common/status_sign.hpp
The file was modifiedreplayer/logic.cpp
The file was modifiedssep/coarse_search/legacy_searchers/hybrid_a_star_tt.cc
The file was modifiedhmi/node_hmi.hpp
The file was modifieddata/vehicle/related_offset.cpp
The file was modifieddata/app/cmd/cmd_cancel_lock.hpp
The file was modifiedmath/smoothing/fem_pos_deviation_interface.h
The file was modifieddata/plan/reference_line_info.hpp
The file was modifieddata/app/cmd/cmd_dead_lock.hpp
The file was modifieddata/app/cmd/cmd_remote.cpp
The file was modifieddata/app/cmd/cmd_fsm/fsm_base.hpp
The file was modifieddata/obstacle/occupy_grid.hpp
The file was modifiedmath/curve2d/icurve.hpp
The file was modifieddata/ssep/reverse_ec.cpp
The file was modifiedalgorithm/plan/plot_st_graph.cpp
The file was modifiedreplayer/replayer_data_process/replayer_data_extraction.cpp
The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifieddata/app/cmd/cmd_align.cpp
The file was modifieddata/snapshot_data.hpp
The file was modifieddata/app/cmd/cmd_traffic_light.hpp
The file was modifiedssep/coarse_search/legacy_searchers/hybrid_a_star_imv.cc
The file was modifieddata/app/cmd/cmd_fsm/ifsm.hpp
The file was modifiedssep/coarse_search/legacy_searchers/hybrid_a_star_car.cc
The file was modifieddata/app/cmd/cmd_cancel_expand.hpp
The file was modifiedsource/ros_source_ads_target.cpp
The file was modifiedreplayer/replayer_data_process/load_snap_data.cpp
The file was modifiedmath/curve2d/curve2d.hpp
The file was modifieddata/app/app_data.cpp
The file was modifiedcommon/behaviour_tree/bt_composite.hpp
The file was modifieddata/config/iconfig.hpp
The file was modifieddata/app/cmd/cmd_nstop.hpp
The file was modifieddata/app/cmd/cmd_set_target.cpp
The file was modifiedhmi/draw/draw_perception.cpp
Commit 65d6c2cce2d8aff5b0e73f4892a819ac9e5e0f33 by tangwenqing
fix: SSEP: 修复“最后一段不检测碰撞”功能遗漏的提交

The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/coarse_search/evaluator/evaluator.h
Commit 31851ec9d69d2ed7443eb19fdff3d3d6425cc657 by tangwenqing
chore: SSEP: update unit tests

The file was modifiedssep/test/CMakeLists.txt
The file was modifiedssep/test/ssep_planner_test.cc
Commit a09c14f8c55f3b7508e314a72e37b2f5cf6e1d44 by tangwenqing
fix: SSEP: 修复地图元素"is_closed"标志位转换错误的问题

The file was modifiedssep/common/utils/map_element_utils.hpp
The file was modifiedssep/data_structures/map_element_polyline.cc
Commit 23ab2c599764008ba346ff82c9f3cc1dc44a3bcd by tangwenqing
fix: SSEP: 修复路径距离参考线太远的问题。

The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifiedssep/scenarios/tractor_trailer_general_planner.h
Commit 7e76fe3459080b1a580cbcc56f37f7b8a7e5ab8d by tangwenqing
fix: SSEP: 修复集卡多段倒车搜索的参数配置错误

The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_multi_segment_parking_bidirectional_searcher_builder.cc
The file was modifiedssep/scenarios/tractor_trailer_multi_segment_parking_planner.h
Commit d3b7c4de30890c7e42d6dcbb0294c553a8be1f1b by wuyanjun110
feat:添加忽略文件
The file was modified.gitignore
Commit 3f79843062a68caac24ce465ab10b9e9eedc8a29 by tangwenqing
fix: SSEP: 修复车道线被处理为闭合多边形的bug(太阳纸业搜索失败),修复imv 进停车位因为终点约束导致路径异常的问题。

The file was modifiedssep/scenarios/truck_bulk_yark_in_out_planner.cc
The file was modifiedssep/scenarios/truck_general_planner.h
The file was modifiedssep/keb_optimizer/imv_keb_optimizer.h
The file was modifiedssep/scenarios/truck_u_turn_planner.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.h
The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/scenarios/truck_fuzzy_reversing_planner.h
The file was modifiedssep/data_structures/polyline.h
The file was modifiedssep/scenarios/truck_multi_segment_parking_planner.h
The file was modifiedssep/scenarios/imv_enter_station_planner.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.cc
The file was modifiedssep/scenarios/truck_accurate_reversing_planner.cc
The file was modifiedssep/coarse_search/topology_analysis/candidate_goals_generator.cc
Commit 69cbabd709b7a5abca45565cac111b29a97a8a1b by wuyanjun110
feat:align过程中,拒绝直线步进
The file was modifieddata/app/cmd/cmd_align.cpp
The file was modifieddata/app/cmd/cmd_remote_ctrl.cpp
Commit 0e5019f451e9849431de16056aa7c992bb0f92d4 by wuyanjun110
fix:程序启动直接搜索带来的崩溃问题
The file was modifiedssep/coarse_search/evaluator/shortest_path_heur_table.h
Commit e9d377907b25f7250122a63b2a85af7c594a6327 by tangwenqing
chore: SSEP: 改进集卡多段倒车拉直轨迹

The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_multi_segment_parking_bidirectional_searcher_builder.cc
The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_multi_segment_parking_bidirectional_searcher_builder.h
The file was modifiedssep/scenarios/tractor_trailer_multi_segment_parking_planner.h
Commit 421421ce7a739015db91605151bd469bf4c6ad60 by tangwenqing
chore: SSEP: 提升GPU进堆场搜索成功率

The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/test/gpu_ref_line_cost_test.cc
The file was modifiedssep/offboard/servers/CMakeLists.txt
The file was modifiedssep/coarse_search/searcher_builders/gpu_tractor_trailer_bidirectional_searcher_builder.cc
The file was modifiedssep/coarse_search/gpu_bidirectional_hybrid_astar_search_engine.cc
Commit c8a3b1118c057ddd6d41173a7ba464c6f16097ae by wuyanjun110
feat:修复搜索失败报警的等级
The file was modifieddata/config/cfg_error.cpp
Commit c08184033470325d01ae5320719d887cf85777a7 by wuyanjun110
feat:编译包warning的bug
The file was modifieddata/ssep/forward_ec.cpp
Commit cfeb0de536c35738ce6c8edd26d137f19662abe8 by wuyanjun110
feat:进堆场约束调整,并且调整low bay type
The file was modifieddata/other/flow_control.hpp
The file was modifieddata/other/flow_control.cpp
The file was modifieddata/ssep/into_yard_junction_ec.cpp
The file was modifieddata/ssep/ssep_common.hpp
The file was modifiedplan/prepare/prepare_objs.cpp
The file was modifiedhmi/widget/distance.cpp
The file was modifiedtasks/deciders/other_decider/replan_decider.cpp
Commit 54f5492c7e8131e77a3f2d06ece6b26adbd01bf8 by wuyanjun110
fix:修复虚拟场桥低贝判断的bug
The file was modifieddata/other/flow_control.cpp