Changes

Summary

  1. feat:在pnc_debug中增加observer_debug (details)
Commit 3334c4581b4794355e678d586eaf5bb46eccefe1 by liuhongshuo
feat:在pnc_debug中增加observer_debug
The file was modifiedpnc_debug_msgs/CMakeLists.txt
The file was modifiedpnc_debug_msgs/msg/CtrlDebug.msg
The file was addedpnc_debug_msgs/msg/ObserverDebug.msg

Summary

  1. fix:修复起始点车辆有转角,路径异常的bug (details)
  2. feat: SSEP: 增加头部不参与优化的区域设置接口。 (details)
  3. fix: SSEP: 修复集卡普通搜索路径起点位于极窄的通道时路径可能画龙的问题 (details)
  4. fix: using maximum speed (details)
  5. fix:修复openspace 误重规划的bug (details)
  6. feat: Add truck multi seg planner (details)
  7. feat: SSEP: 刚性卡车搜索终点匹配从车道匹配改为参考线匹配 (details)
  8. fix:极限变道 replan的bug (details)
  9. refactor:删除多余的日志打印 (details)
  10. fix: smooth mode bug (details)
  11. fix:优化动态下码头面搜索终点选取的问题 (details)
Commit 66091bc87bfd1318cde77a5784e796ddfb627b61 by wuyanjun110
fix:修复起始点车辆有转角,路径异常的bug
The file was modifieddata/plan/start_point_data.cpp
Commit 44562be43322b4b8bea759c5b4ddd93d785de2ec by tangwenqing
feat: SSEP: 增加头部不参与优化的区域设置接口。

The file was modifiedssep/keb_optimizer/tractor_trailer_keb_optimizer.cc
The file was modifiedssep/scenarios/tractor_trailer_enter_parking_spot_planner.h
The file was modifiedssep/scenarios/tractor_trailer_multi_segment_parking_planner.h
The file was modifiedssep/scenarios/truck_remote_guided_escape_planner.h
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/scenarios/imv_exit_parking_spot_planner.h
The file was modifiedssep/scenarios/truck_fuzzy_reversing_planner.h
The file was modifiedssep/scenarios/truck_general_planner.h
The file was modifiedssep/scenarios/tractor_trailer_general_planner.h
The file was modifiedssep/keb_optimizer/imv_keb_optimizer.cc
The file was modifiedssep/keb_optimizer/tractor_trailer_keb_optimizer.h
The file was modifiedssep/scenarios/imv_enter_station_planner.h
The file was modifiedssep/keb_optimizer/imv_keb_optimizer.h
The file was modifiedssep/scenarios/truck_accurate_reversing_planner.cc
The file was modifiedssep/scenarios/truck_bulk_yark_in_out_planner.cc
The file was modifiedssep/scenarios/imv_general_planner.h
The file was modifiedssep/keb_optimizer/rigid_truck_keb_optimizer.cc
The file was modifiedssep/keb_optimizer/rigid_truck_keb_optimizer.h
The file was modifiedssep/scenarios/imv_pullover_planner.h
The file was modifiedssep/scenarios/legacy_planner.h
The file was modifiedssep/scenarios/truck_multi_segment_parking_planner.h
The file was modifiedssep/keb_optimizer/keb_problem.h
The file was modifiedssep/scenarios/truck_u_turn_planner.h
The file was modifiedssep/scenarios/tractor_trailer_single_segment_parking_planner.h
The file was modifiedssep/keb_optimizer/keb_problem.cc
The file was modifiedssep/scenarios/imv_enter_yard_planner.h
The file was modifiedssep/scenarios/stitching_replanner.h
The file was modifiedssep/scenarios/tractor_trailer_exit_parking_spot_planner.h
Commit 2b28bfd8125f8a123cbdb468d6689b88dcecfa80 by tangwenqing
fix: SSEP: 修复集卡普通搜索路径起点位于极窄的通道时路径可能画龙的问题

The file was modifiedssep/scenarios/tractor_trailer_general_planner.h
The file was modifiedssep/common/utils/path_utils.h
The file was modifiedssep/keb_optimizer/keb_problem.cc
The file was modifiedssep/common/utils/path_utils.cc
Commit 52cfb71599b3964f8378166541f7c3591d125c81 by 5081703.cr
fix: using maximum speed

The file was modifieddata/plan/start_point_data.cpp
Commit 0387e8d718a652ebdcb94ffa9548e8df264f9f9f by wuyanjun110
fix:修复openspace 误重规划的bug
The file was modifiedtasks/deciders/other_decider/replan_decider.cpp
Commit 93fb175d45c935489a685eaa8606a9f6b2d8dba1 by tangwenqing
feat: Add truck multi seg planner

The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifiedssep/ssep_planner.cc
The file was addedssep/scenarios/truck_multi_seg_general_planner.h
The file was modifiedssep/data_structures/ssep_scenario_type.hpp
The file was modifiedssep/protos/ssep_scenario_type.proto
Commit 1f69d29f8bebce0dfaa001fedcf268c83893327d by tangwenqing
feat: SSEP: 刚性卡车搜索终点匹配从车道匹配改为参考线匹配

The file was modifiedssep/scenarios/truck_general_planner.h
The file was modifiedssep/scenarios/truck_fuzzy_reversing_planner.h
The file was modifiedssep/scenarios/truck_bulk_yark_in_out_planner.cc
The file was modifiedssep/scenarios/truck_accurate_reversing_planner.cc
The file was modifiedssep/scenarios/truck_multi_seg_general_planner.h
The file was modifiedssep/scenarios/truck_multi_segment_parking_planner.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.cc
The file was modifiedssep/scenarios/truck_u_turn_planner.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.h
Commit 8272b12044b6e461b6cc08346f43b60d67ee2c5b by wuyanjun110
fix:极限变道 replan的bug
The file was modifiedtasks/deciders/other_decider/replan_decider.cpp
Commit ee9261999da7545182602565a8c994a4c449e3e9 by wuyanjun110
refactor:删除多余的日志打印
The file was modifieddata/plan/switch_data.cpp
Commit 54da7db6f6027ba1ed62c7b4c049c50fafdf95d7 by 5081703.cr
fix: smooth mode bug

The file was modifiedtasks/plan/path_optimization_task.cpp
Commit 3d2d072507031e0d1190dda96869b0609881db11 by wuyanjun110
fix:优化动态下码头面搜索终点选取的问题
The file was modifieddata/ssep/open_space_ec.cpp