Changes

Summary

  1. feat: SSEP add scene data augmentation scripts. (details)
  2. feat: 添加git push-notify功能,可以联动钉钉机器人发送推送通知,并调用大模型自动编辑周报 (details)
  3. chore: git push notify config脱敏 (details)
  4. feat: SSEP: 自卸车进出堆场时忽略起点终点附近的碰撞 (details)
  5. fix: SSEP:  解决太阳纸业路口转弯距离参考线太远的问题 (details)
  6. feat:翻斗角度过大停车值在bulkload场景下生效 (details)
  7. fix: SSEP: 修复苏溪出停车位时先往前走一段的问题。 (details)
  8. fix: SSEP路径当前段匹配的bug (details)
  9. fix: wbca debug (details)
  10. fix:修复正常跟踪场景使用pjpo的bug (details)
  11. fix:ssep replan崩溃的bug (details)
  12. fix: keep history when wbca failed. (details)
  13. fix: SSEP: 解决苏溪进停车位搜索失败的问题 (details)
  14. fix:完善搜索失败临时停车的功能 (details)
  15. fix:修复崩溃的bug (details)
  16. fix:修复太阳路口搜索失败的bug (details)
  17. fix: SSEP: 1. 修复accurate reversing场景倒车最后三米忽略碰撞未触发的问题。2.提升苏溪进停车位成功率 (details)
  18. chore: SSEP: minor update (details)
  19. chore: SSEP: minor updates (details)
  20. feat:car类型的普通路口搜索考虑边界 (details)
  21. fix: SSEP: 修复优化器中起点曲率没有初始化的问题 (details)
  22. fix:修复可能崩溃的bug (details)
  23. refactor:优化太阳卸料区挡停的重搜索逻辑 (details)
  24. fix: start_pt from last_path. (details)
  25. feat: SSEP: 集卡多段倒车搜索器改进为双向搜索。复测威海、友谊关的问题场景,成功率100% (details)
  26. fix:连续载入快照崩溃的bug (details)
  27. fix: SSEP: 修复IMV PULLOVER场景最后一段不走直线的问题。 (details)
  28. fix: add curvature over limit temp stop. (details)
  29. fix: curvature_over_limit_stop_coefficient 10.0 (details)
  30. chore: SSEP minor updates (details)
  31. fix: truck start_pt exception. (details)
  32. fix:董家口靠边作业的问题 (details)
  33. feat:wbca求解失败后,使用ssep路径带来的路径跳变问题 (details)
  34. feat:曲率超限停车优化 (details)
  35. fix:调整曲率超限的滤波参数 (details)
  36. fix:曲率超限停车的bug (details)
  37. feat: add CalcKappaCostSigmoid. (details)
  38. fix: SSEP: 集卡进停车位时时候更严格的挂车角度 (details)
  39. feat:travel out 没有一次规划的适配 (details)
  40. fix:travel out 没有一次规划,状态机切换的bug (details)
  41. fix: SSEP: 修正Rigid truck general builder搜索参数,确保搜索器能具有搜出最大曲率路径的能力。 (details)
Commit 398972de257a136937f1cdcbe9d27dd874aafda6 by tangwenqing
feat: SSEP add scene data augmentation scripts.

The file was modifiedssep/offboard/generate_scene_data/CMakeLists.txt
The file was addedssep/offboard/generate_scene_data/resample_scene_paths_cli.cc
The file was addedssep/offboard/generate_scene_data/trim_scene_paths_cli.cc
Commit c5ec059a40128c5ebc4e9e9bd7ebd9c091f823b5 by tangwenqing
feat: 添加git push-notify功能,可以联动钉钉机器人发送推送通知,并调用大模型自动编辑周报

The file was addeddingtalk_notify_config.json
The file was addedGIT_PUSH_NOTIFY_README.md
The file was addeddingtalk_notify.py
The file was addedgit_push_with_notify.sh
Commit b83f53bc1af49b0ab48a2ac8bad499378cb28ce4 by tangwenqing
chore: git push notify config脱敏
The file was modified.gitignore
The file was removeddingtalk_notify_config.json
The file was addeddingtalk_notify_config_example.json
Commit dcf463d91c95bac43a392620025407dab430a91a by tangwenqing
feat: SSEP: 自卸车进出堆场时忽略起点终点附近的碰撞

The file was addedssep/data_structures/range.h
The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/coarse_search/evaluator/trailer_collision_cost_computer.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.cc
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.h
The file was modifiedssep/coarse_search/evaluator/collision_cost_computer.h
The file was modifiedssep/coarse_search/motion_primitive.h
The file was modifiedssep/maps/ogm_builder.cc
The file was modifiedssep/coarse_search/evaluator/evaluator.h
The file was modifiedssep/offboard/scene_frame_provider.cc
The file was modifiedssep/coarse_search/multi_stage_hybrid_astar_search_engine.cc
The file was modifiedssep/coarse_search/search_graph.h
The file was modifiedssep/offboard/ssep_planner_wrapper.cc
The file was modifiedssep/coarse_search/searcher_builders/truck_multi_segment_parking_bidirectional_searcher_builder.cc
The file was modifiedssep/scenarios/truck_accurate_reversing_planner.h
The file was modifiedssep/coarse_search/bidirectional_hybrid_astar_search_engine.cc
Commit d55b405a33d8327773ced43547553021ac1fcf4d by tangwenqing
fix: SSEP:  解决太阳纸业路口转弯距离参考线太远的问题

The file was modifiedssep/scenarios/truck_general_planner.h
Commit 659d2f18a0f20bb48ed019343106a16ebbf89240 by wuyanjun110
feat:翻斗角度过大停车值在bulkload场景下生效

The file was modifiedplan/prepare/prepare_status.cpp
Commit 3f2d0f9e82bed5c22b15cfffd4e07646880af8e3 by tangwenqing
fix: SSEP: 修复苏溪出停车位时先往前走一段的问题。

The file was modifiedssep/common/utils/map_element_utils.hpp
The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_general_searcher_builder.cc
The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_general_searcher_builder.h
The file was modifiedssep/scenarios/tractor_trailer_exit_parking_spot_planner.h
Commit f4848bdc4b44c7ba76bd4a53e765d80b8b2fa6a6 by wuyanjun110
fix: SSEP路径当前段匹配的bug

The file was modifieddata/plan/ssep_data.cpp
Commit eef8c7f5d131720b27e7968cb465c86942318c00 by 5081703.cr
fix: wbca debug

The file was modifiedalgorithm/wbca/occupancy_grid_map/data_render.hpp
The file was modifiedreplayer/replayer_data_process/replayer_data_process.cpp
The file was modifiedalgorithm/wbca/occupancy_grid_map/data_render.cpp
Commit e9b2003611915baddbc07faba87249a728053be1 by wuyanjun110
fix:修复正常跟踪场景使用pjpo的bug

The file was modifiedscenarios/lane_follow_scenario/lane_follow_stage.cpp
Commit a2280fbda04c00660fb164010a98d11170518d9b by wuyanjun110
fix:ssep replan崩溃的bug

The file was modifiedtasks/deciders/other_decider/replan_decider.cpp
Commit 6ab8c4a5ece5a97023fa9a54e5c96d85f96ce8aa by 5081703.cr
fix: keep history when wbca failed.

The file was modifiedtasks/plan/path_optimization_task.cpp
Commit e1fe2a07e0db74892ba0be64b5a4f9a8abde9931 by tangwenqing
fix: SSEP: 解决苏溪进停车位搜索失败的问题

The file was modifiedssep/scenarios/tractor_trailer_enter_parking_spot_planner.h
The file was modifiedssep/offboard/generate_scene_data/CMakeLists.txt
The file was addedssep/offboard/generate_scene_data/transform_to_body_frame_cli.cc
Commit b60e5edd5c9e5e787270b2730add4e5e536cea96 by wuyanjun110
fix:完善搜索失败临时停车的功能

The file was modifieddata/constrain/disable_stop_range.cpp
The file was modifieddata/app/fsm/stop_reason.cpp
The file was modifiedhmi/widget/distance.cpp
The file was modifieddata/config/cfg_long_plan.cpp
The file was modifieddata/constrain/block_data.cpp
The file was modifiedplan/prepare/prepare_status.cpp
Commit 60722bedb0bfe876115ab368323bfe425bc0ed18 by wuyanjun110
fix:修复崩溃的bug

The file was modifieddata/constrain/block_data.cpp
Commit d4f5d00556593f1966db336ac44f7fb2137db11d by wuyanjun110
fix:修复太阳路口搜索失败的bug

The file was modifiedssep/ssep_planner.cc
Commit 6d8b01b90a73e83c5d63dc153ef5c7171781ec23 by tangwenqing
fix: SSEP: 1. 修复accurate reversing场景倒车最后三米忽略碰撞未触发的问题。2.提升苏溪进停车位成功率

The file was modifiedssep/scenarios/tractor_trailer_enter_parking_spot_planner.h
The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_bidirectional_searcher_builder.cc
The file was modifiedssep/offboard/ssep_planner_wrapper.cc
The file was modifiedssep/scenarios/truck_accurate_reversing_planner.h
The file was modifiedssep/scenarios/truck_general_planner.h
The file was modifiedssep/offboard/scene_frame_provider.cc
The file was modifiedssep/coarse_search/evaluator/evaluator.h
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/keb_optimizer/rigid_truck_keb_optimizer.h
Commit c9a462d299b107c5dc45f46d0722aa40ee5d6ea0 by tangwenqing
chore: SSEP: minor update

The file was modifiedssep/keb_optimizer/imv_keb_optimizer.cc
Commit b4f7c119b49d613073d9d3b375ca6b588186a6ff by tangwenqing
chore: SSEP: minor updates

The file was modifieddingtalk_notify.py
The file was modifiedssep/scenarios/legacy_planner.h
Commit 44151439a0e53cc667b17e07254129dbde278706 by wuyanjun110
feat:car类型的普通路口搜索考虑边界

The file was modifiedssep/ssep_planner.cc
Commit 61a5434182f70c1dfa39f7d13cd3f1a41abc94ae by tangwenqing
fix: SSEP: 修复优化器中起点曲率没有初始化的问题

The file was modifiedssep/keb_optimizer/data_structure.h
The file was modifiedssep/keb_optimizer/keb_problem.cc
The file was modifiedssep/maps/ogm.cc
Commit 3618fa7db514a6bc6eb98a54a3a3c8b7d7b5963d by wuyanjun110
fix:修复可能崩溃的bug

The file was modifieddata/map/envelop/map_envelops.cpp
Commit f127eeb730dda2de1945eb08c3ed59c44414776e by wuyanjun110
refactor:优化太阳卸料区挡停的重搜索逻辑

The file was modifiedtasks/deciders/other_decider/replan_decider.cpp
The file was modifiedssep/ssep_planner.cc
Commit a1e87467a1da5bc638192f250825135cdaa70087 by 5081703.cr
fix: start_pt from last_path.

The file was modifieddata/plan/start_point_data.cpp
Commit 338a769cbefaa2e74bc5d68bd4a38dbf2113ba3c by tangwenqing
feat: SSEP: 集卡多段倒车搜索器改进为双向搜索。复测威海、友谊关的问题场景,成功率100%

The file was modifiedssep/coarse_search/bidirectional_hybrid_astar_search_engine.cc
The file was modifiedssep/offboard/scene_frame_provider.cc
The file was addedssep/coarse_search/searcher_builders/tractor_trailer_multi_segment_parking_bidirectional_searcher_builder.cc
The file was modifiedssep/offboard/ssep_input_provider.cc
The file was modifiedssep/coarse_search/searcher_builders/truck_multi_segment_parking_bidirectional_searcher_builder.h
The file was modifiedssep/scenarios/tractor_trailer_multi_segment_parking_planner.h
The file was addedssep/coarse_search/searcher_builders/tractor_trailer_multi_segment_parking_bidirectional_searcher_builder.h
The file was modifiedssep/offboard/generate_scene_data/transform_to_body_frame_cli.cc
The file was modifiedssep/offboard/generate_scene_data/trim_scene_paths_cli.cc
Commit 2fa77475c73f757e92ca48b6d2c4f689e7376fdc by wuyanjun110
fix:连续载入快照崩溃的bug

The file was modifiedreplayer/logic.cpp
The file was modifiedcommon/util/hdmap_wrapper.cpp
The file was modifiedreplayer/replayer_data_process/load_snap_data.cpp
Commit 6d14adbd2676b9f700514425d7b866434ef14a37 by tangwenqing
fix: SSEP: 修复IMV PULLOVER场景最后一段不走直线的问题。

The file was modifiedssep/scenarios/imv_general_planner.h
The file was modifiedssep/scenarios/imv_pullover_planner.h
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/coarse_search/searcher_builders/imv_general_searcher_builder.cc
The file was modifiedssep/scenarios/truck_general_planner.h
The file was modifiedssep/scenarios/imv_enter_station_planner.h
The file was modifiedssep/scenarios/legacy_planner.h
The file was modifiedssep/coarse_search/searcher_builders/imv_general_searcher_builder.h
The file was modifiedssep/scenarios/imv_exit_parking_spot_planner.h
The file was modifiedssep/scenarios/truck_accurate_reversing_planner.h
Commit ac5fec5eea7a6a9c3520ba21ae2028944e7452bf by 5081703.cr
fix: add curvature over limit temp stop.

The file was modifieddata/config/cfg_safe_const.hpp
The file was modifieddata/constrain/block_data.cpp
The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
The file was modifieddata/constrain/disable_stop_range.cpp
The file was modifieddata/constrain/disable_stop_range.hpp
The file was modifieddata/constrain/block_data.hpp
The file was modifieddata/constrain/temporary_stop_data.cpp
The file was modifieddata/config/cfg_safe_const.cpp
Commit 4a6df680159317e1c86c6b862322ee527d587dd1 by 5081703.cr
fix: curvature_over_limit_stop_coefficient 10.0

The file was modifieddata/config/cfg_safe_const.cpp
Commit 6f9d548a5a62a2c5dbbb473030c494fa41068025 by tangwenqing
chore: SSEP minor updates

The file was modifieddata/ssep/ssep_activation.cpp
The file was modifiedssep/common/utils/scene_frame_visualization.cc
Commit e44350fef4a97e9401ba111fe8f1724a0f67adc6 by 5081703.cr
fix: truck start_pt exception.

The file was modifieddata/plan/start_point_data.cpp
Commit c8f1bbf9716afdacb9b3cd0748ed279c3e163e75 by wuyanjun110
fix:董家口靠边作业的问题

The file was modifieddata/plan/ssep_data.cpp
The file was modifieddata/ssep/forward_ec.cpp
The file was modifieddata/config/cfg_env_const.cpp
Commit 020e0a83e2c76c9a584702ba9d3b745906d9ee74 by wuyanjun110
feat:wbca求解失败后,使用ssep路径带来的路径跳变问题

The file was modifiedtasks/other_tasks/stitch_path_data_to_path.cpp
Commit 76de2323c82763fdcbf6900399338d7b1b57918e by wuyanjun110
feat:曲率超限停车优化

The file was modifieddata/constrain/block_data.cpp
The file was modifiedhmi/widget/distance.cpp
Commit 491e5cdfcf5b781a314a2af34c5d16281c770781 by wuyanjun110
fix:调整曲率超限的滤波参数

The file was modifieddata/constrain/block_data.cpp
Commit 6515c57d59de9c9707105252942d22ed57da8796 by wuyanjun110
fix:曲率超限停车的bug

The file was modifieddata/constrain/block_data.cpp
Commit 3ec02093369f59536c96444dc56f85a199a177c3 by 5081703.cr
feat: add CalcKappaCostSigmoid.

The file was modifiedalgorithm/wbca/path_optimization/path_optimization.cpp
The file was modifiedalgorithm/wbca/path_optimization/path_optimization.hpp
Commit 2ca8c001689f3a35984187de05139b029c6d403a by tangwenqing
fix: SSEP: 集卡进停车位时时候更严格的挂车角度

The file was modifiedssep/offboard/ssep_planner_wrapper.cc
The file was modifiedssep/offboard/generate_scene_data/transform_to_body_frame_cli.cc
The file was modifiedssep/scenarios/tractor_trailer_enter_parking_spot_planner.h
The file was modifiedssep/data_structures/map_element_polyline.cc
Commit 380a90acdb674c672070c41c2a087bc073a91bf5 by wuyanjun110
feat:travel out 没有一次规划的适配

The file was modifieddata/app/fsm/task_fsm/task_travel/task_travel_fsm.cpp
The file was modifieddata/ssep/forward_ec.cpp
The file was modifieddata/app/fsm/task_fsm/task_fsm.cpp
The file was modifieddata/other/flow_control.cpp
The file was modifiedtasks/other_tasks/create_reference_line.cpp
The file was modifieddata/plan/guide_line.cpp
Commit f1f39985c7264f69556adc16422a74a2ace4819d by wuyanjun110
fix:travel out 没有一次规划,状态机切换的bug

The file was modifieddata/app/fsm/task_fsm/task_fsm.cpp
Commit e8a521b796411bce06e7845a12f3d25ba4131d12 by tangwenqing
fix: SSEP: 修正Rigid truck general builder搜索参数,确保搜索器能具有搜出最大曲率路径的能力。

The file was modifiedssep/scenarios/truck_general_planner.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.cc