Changes

Summary

  1. fix: 优化友谊关倒车路径,更符合pass point (details)
  2. fix: lattice wbca velocity reference bug. (details)
  3. fix: send 50m path to control in bulk state. (details)
  4. fix: delete submodules (details)
  5. fix: serailize params for wbca (details)
  6. fix: wbca params serialization bug (details)
  7. fix: Trajectory MatchByt bug. (details)
  8. fix: build bug (details)
  9. feat: 添加核心对象库并优化可执行文件链接逻辑 (details)
  10. fix: SSEP: 修复IMV进充电桩方向与现场任务不一致的问题。 (details)
  11. fix: wbca path fluctuation problem. (details)
  12. fix: add wbca min_start_velocity (details)
  13. fix: wbca crab mode condition opt. (details)
  14. fix: SSEP: 修复IMV普通搜索极限场景下可能画龙的问题。 (details)
  15. feat: 添加IsAvailable方法以验证轨迹数据的有效性 (details)
  16. fix: 修复StitchSsepReferenceLine方法中的路径段验证逻辑 (details)
  17. fix:进充电桩场景切换的bug (details)
  18. fix: SSEP: 修复IMV普通搜索极限场景下可能画龙的问题。 (details)
  19. fix:进充电桩场景切换的bug (details)
  20. feat: 添加IsAvailable方法以验证轨迹数据的有效性 (details)
  21. fix: 修复StitchSsepReferenceLine方法中的路径段验证逻辑 (details)
Commit ae60eafbf0679245ce50399758da8a70ac5c2b29 by tangwenqing
fix: 优化友谊关倒车路径,更符合pass point

The file was modifieddata/ssep/forward_ec.cpp
The file was modifiedssep/scenarios/tractor_trailer_multi_segment_parking_planner.h
The file was modifiedssep/common/utils/scene_frame_visualization.cc
Commit c0b8686b88f5be57e5a3926c88c7dd1d8ece0a6d by chenran
fix: lattice wbca velocity reference bug.
The file was modifieddata/lattice/trajectory_evaluator.cpp
Commit 69059fafedde839874b5b77734462e62795eb3b3 by chenran
fix: send 50m path to control in bulk state.
The file was modifiedsink/ros_sink_path.hpp
The file was modifiedsink/ros_sink_path.cpp
Commit c69346089151b42332c257711f6a985c957b691f by chenran
fix: delete submodules
The file was removedsubmodule/ads_proto
The file was removed.gitmodules
Commit cabde13e015314bc0c7c78c1d54eb77e56c3f663 by chenran
fix: serailize params for wbca
The file was modifieddata/wbca/wbca_data.hpp
The file was modifieddata/config/cfg_lat_plan.hpp
Commit 8f03756a11e0ed43a8f0d357bc91df4162926fcf by chenran
fix: wbca params serialization bug
The file was modifieddata/config/cfg_lat_plan.hpp
Commit b100483d63c965125de328cb5a8bd9db1997db1c by chenran
fix: Trajectory MatchByt bug.
The file was modifieddata/common/trajectory_point.cpp
Commit 252892cc23ad130a218e251f61d127c1a18a3705 by chenran
fix: build bug
The file was modifieddata/config/cfg_env_const.hpp
Commit f30dcba8137c34892d27029c7c49467ba887d16a by wuyanjun110
feat: 添加核心对象库并优化可执行文件链接逻辑
The file was modifiedCMakeLists.txt
Commit 4bf1d9123193b59bce5cec3cf4c0f5c99115b31c by wuyanjun110
fix: SSEP: 修复IMV进充电桩方向与现场任务不一致的问题。

The file was modifiedssep/scenarios/imv_enter_station_planner.h
Commit 4721fbb98c8c3f4a02c52aa61d2e363ec8bee4ac by chenran
fix: wbca path fluctuation problem.
The file was modifieddata/plan/start_point_data.cpp
The file was modifieddata/plan/start_point_data.hpp
Commit 81d3cdb94db0b7d350cbe44a0440fdd7b0f25e87 by chenran
fix: add wbca min_start_velocity
The file was modifiedtasks/plan/path_optimization_task.cpp
The file was modifieddata/config/cfg_lat_plan.cpp
The file was modifieddata/plan/start_point_data.hpp
Commit c799fbc816ed7ac97459c9a6f83da30da12420b2 by chenran
fix: wbca crab mode condition opt.
The file was modifiedtasks/plan/path_optimization_task.cpp
Commit 5da516f1b19b13f65a0d9c3f6041cdb4c9226f11 by wuyanjun110
fix: SSEP: 修复IMV普通搜索极限场景下可能画龙的问题。

The file was modifiedssep/coarse_search/searcher_builders/imv_general_searcher_builder.h
The file was modifiedssep/scenarios/imv_general_planner.h
Commit 4a08ca557e16b33f5b439f97aeed655588af18ca by wuyanjun110
feat: 添加IsAvailable方法以验证轨迹数据的有效性
The file was modifieddata/lattice/trajectory_combiner.cpp
The file was modifieddata/lattice/piecewise_acc_traj1d.hpp
The file was modifieddata/lattice/piecewise_acc_traj1d.cpp
The file was modifiedmath/curve1d/curve1d.hpp
Commit 6c3476ae1785ffcc0e72a44ab5a39ec14f926234 by wuyanjun110
fix: 修复StitchSsepReferenceLine方法中的路径段验证逻辑
The file was modifiedtasks/other_tasks/stitch_path_to_reference_line.cpp
Commit 6edf9f81cfd8d34ef20271ac92b2c4e0b3a486cc by wuyanjun110
fix:进充电桩场景切换的bug
The file was modifiedplan/prepare/prepare_status.cpp
Commit bf29d886d0b6908319dbdd6a243e24199b6116d3 by wuyanjun110
fix: SSEP: 修复IMV普通搜索极限场景下可能画龙的问题。

The file was modifiedssep/coarse_search/searcher_builders/imv_general_searcher_builder.h
The file was modifiedssep/scenarios/imv_general_planner.h
Commit bca00d5a1a152b9f58ec76ac573479d128623a05 by wuyanjun110
fix:进充电桩场景切换的bug
The file was modifiedplan/prepare/prepare_status.cpp
Commit 0397367e55966239ac1882398b60d66c20610e95 by wuyanjun110
feat: 添加IsAvailable方法以验证轨迹数据的有效性
The file was modifieddata/lattice/piecewise_acc_traj1d.hpp
The file was modifieddata/lattice/piecewise_acc_traj1d.cpp
The file was modifiedmath/curve1d/curve1d.hpp
The file was modifieddata/lattice/trajectory_combiner.cpp
Commit 48becb12a9ae19b4084c5a5d2f83a96ccd07219b by wuyanjun110
fix: 修复StitchSsepReferenceLine方法中的路径段验证逻辑
The file was modifiedtasks/other_tasks/stitch_path_to_reference_line.cpp