Changes

Summary

  1. fix: smooth mode for truck and car. (details)
  2. feat:调整停车位开始变道的距离 (details)
  3. feat:变道安全和变道临停, 因障碍物晃,导致冲突的问题, 添加buffer (details)
  4. fix:关路禁停的bug (details)
  5. feat: 跑通ssep新框架-西联imv进充电桩的流程 (details)
  6. fix:修复bulk in 和 bulk out 点靠近时,场景识别的bug (details)
  7. fix:修复bulk倒车的问题 (details)
  8. fix:修复速度大于40km/h时.减速曲线的bug (details)
  9. fix:引桥 途径点 没有清除的bug (details)
  10. fix:修复在平滑状态下, 限速的bug (details)
  11. fix:修复堆场入口显示的bug (details)
  12. fix: car smooth mode bug. (details)
  13. chore: 适配HD-Map改动-一个堆场对应多个堆场口 (details)
  14. fix:修复忽略身后障碍物的bug (details)
  15. feat:远程步进, 使用忽略安全的标志位代表是否是自动卸料 (details)
Commit 44fe1e327ea0ae421d5dec17cac2ca59bef522ec by 5081703.cr
fix: smooth mode for truck and car.

The file was modifiedalgorithm/wbca/path_optimization/car_path_optimization.cpp
The file was modifiedalgorithm/wbca/path_optimization/truck_path_optimization.cpp
Commit cb7b17e67491b2146266a03df44fe2b2039ee995 by wuyanjun110
feat:调整停车位开始变道的距离

The file was modifieddata/config/cfg_env_const.cpp
Commit 44ea99a5e24fc5cca735ec48c0df6340e7cbb783 by wuyanjun110
feat:变道安全和变道临停, 因障碍物晃,导致冲突的问题, 添加buffer

The file was modifieddata/plan/switch_data.cpp
Commit 37c93bb9f6d086dffe2dedde3e468b7ec0c3cf02 by wuyanjun110
fix:关路禁停的bug

The file was modifieddata/constrain/block_data.cpp
Commit 23d55e9c1ce908b8a32f010cbca76eca7fa1ba73 by tangwenqing
feat: 跑通ssep新框架-西联imv进充电桩的流程

The file was modifiedssep/coarse_search/geometric_searcher/evaluator/cost_feature_computer.h
The file was modifiedssep/main_test/main_ssep_input.cc
The file was modifiedssep/coarse_search/geometric_searcher/searcher_builders/back_insertion_maneuver_searcher_builder.cc
The file was modifieddata/ssep/forward_ec.cpp
The file was modifiedssep/coarse_search/geometric_searcher/searcher_builders/rigid_truck_general_searcher_builder.cc
The file was modifiedssep/coarse_search/geometric_searcher/searcher_builders/u_turn_insertion_maneuver_searcher_builder.cc
The file was modifiedssep/coarse_search/hybrid_a_star.hpp
The file was modifiedssep/coarse_search/geometric_searcher/searcher_builders/bulk_yard_in_out_path_searcher_builder.cc
The file was modifiedssep/coarse_search/geometric_searcher/motion_primitive_sampler/dubins_path_motion_primitive_sampler.cc
The file was modifiedssep/coarse_search/geometric_searcher/evaluator/collision_cost_computer.h
The file was modifiedssep/common/def/ssep_scenario_type.hpp
The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/coarse_search/geometric_searcher/motion_primitive_sampler/dubins_path_motion_primitive_sampler.h
The file was modifiedssep/coarse_search/geometric_searcher/searcher_builders/imv_general_searcher_builder.h
The file was modifiedssep/coarse_search/geometric_searcher/evaluator/evaluator.h
The file was modifiedssep/coarse_search/geometric_searcher/searcher_builders/general_hybrid_astar_searcher_builder.cc
The file was modifiedssep/coarse_search/geometric_searcher/searcher_builders/imv_general_searcher_builder.cc
Commit 23bc113aa8b37bd7f81d90f4dd51a7c553bd64d6 by wuyanjun110
fix:修复bulk in 和 bulk out 点靠近时,场景识别的bug

The file was modifieddata/app/fsm/task_fsm/task_fsm.cpp
The file was modifieddata/plan/guide_line.cpp
The file was modifieddata/vehicle/vehicle_destination.cpp
Commit 4183e5a6897c65290bbdd8f33c5faf885538d730 by wuyanjun110
fix:修复bulk倒车的问题

The file was modifieddata/config/cfg_long_plan.cpp
Commit 7dfe3d3d12f5c61db2025c7e1f0f211c772bff99 by wuyanjun110
fix:修复速度大于40km/h时.减速曲线的bug

The file was modifieddata/constrain/long_target.cpp
The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
The file was modifieddata/plan/start_point_data.cpp
The file was modifieddata/config/cfg_long_plan.hpp
Commit 0a48c5e2895e0f38e343baf427800211c409024d by wuyanjun110
fix:引桥 途径点 没有清除的bug

The file was modifieddata/app/reaction/app_reaction.cpp
Commit 183a5dcdc0377f4945f99ab977a6b80aa1b622bc by wuyanjun110
fix:修复在平滑状态下, 限速的bug

The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
Commit b6083201b16ffdedc04f446b98869494d6849da8 by wuyanjun110
fix:修复堆场入口显示的bug

The file was modifiedhmi/draw/draw_map.cpp
Commit d9333032c26958acba3a36b8d2cc3ab14b606d73 by 5081703.cr
fix: car smooth mode bug. 

The file was modifiedalgorithm/wbca/path_optimization/path_optimization.cpp
Commit 23ad606cef24423d3db99746ef68fb3765f0f9c8 by tangwenqing
chore: 适配HD-Map改动-一个堆场对应多个堆场口

The file was modifieddata/ssep/ssep_ec.cpp
The file was addedssep/ssep_heat_net/standarization_params.h
The file was addedssep/ssep_heat_net/ssep_heat_net.h
The file was addedssep/ssep_heat_net/ssep_heat_net.cc
The file was modifiedssep/main_test/main_ssep_input.cc
The file was modifiedssep/common/utils/map_element_utils.hpp
The file was addedssep/ssep_heat_net/inference_ml_trajectory_cli.cc
Commit a88462839c3767a64e138bd280bcb036cf3032bc by wuyanjun110
fix:修复忽略身后障碍物的bug

The file was modifieddata/app/fsm/motion_fsm/motion_fsm.cpp
The file was modifiedplan/prepare/prepare_status.cpp
Commit 11f7b396b8e9ba97196df580e635deb3646b4df2 by wuyanjun110
feat:远程步进, 使用忽略安全的标志位代表是否是自动卸料

The file was modifieddata/other/flow_control.cpp