Changes

Summary

  1. feat: SSEP: Add SceneFrame Replayer. (details)
  2. feat: SSEP: offboard: Add scene frame vis server. (details)
  3. chore: SSEP: update OG polygon extraction algr. (details)
  4. feat:杨浦进堆场优化 (details)
  5. feat: SSEP: Viz server add download button. (details)
  6. feat: SSEP: Add rigid truck general scenario planner. (details)
  7. fix: clear history_pts when wbca opt failed. (details)
  8. fix: replayer wbca debug. (details)
  9. fix: SSEP: 修复SSEP内存泄漏问题 (details)
  10. chore: 保存ssep scene frame 到本地 (details)
  11. fix: SSEP: Fix crashing issues (details)
  12. chore: SSEP web 可视化增加【上一个】【下一个】按钮 (details)
  13. feat: Pnc Cmakelist中增加scene_vis_server(编译和打包) (details)
  14. chore: minor update (details)
  15. fix: wbca debug (details)
  16. feat: SSEP: visualization show trailer contour (details)
  17. feat: OG点挡停重规划 (details)
  18. feat:杨浦进堆场优化 (details)
  19. feat:最近车道匹配的bug (details)
  20. fix: SSEP: 修复car search + optimize相关问题 (details)
  21. fix: active curvature speed limit. (details)
  22. fix: wbca debug in replayer. (details)
  23. fix: kappa_softmax and kappa_rate_softmax (details)
  24. fix: win = 4 for kappa speed limit (details)
  25. chore: SSEP: 改进低贝位进堆场效果 (details)
  26. fix:修复连续普通路口搜索的bug (details)
  27. fix:身后障碍物过滤的bug (details)
  28. fix:replan逻辑的优化 (details)
  29. refacor:搜索的优化 (details)
  30. fix:编译的bug (details)
Commit 0b0c388561fa90e7d0a927c0f18aaf5c416952a8 by tangwenqing
feat: SSEP: Add SceneFrame Replayer.

The file was addedssep/common/utils/scene_frame_visualization.cc
The file was addedssep/offboard/scene_replay/replay_scene_frame_cli.cc
The file was modifiedssep/data_structures/path.cc
The file was modifiedssep/protos/scene.proto
The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/param_loader/param.h
The file was modifiedssep/offboard/scene_replay/CMakeLists.txt
The file was modifiedssep/offboard/ssep_planner_wrapper.h
The file was addedssep/offboard/scene_frame_provider.cc
The file was modifiedssep/scenarios/imv_general_planner.h
The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was addedssep/offboard/scene_frame_provider.h
The file was modifiedssep/common/utils/proto_io.h
The file was modifiedssep/common/utils/scene_frame_visualization.h
The file was modifiedssep/offboard/ssep_planner_wrapper.cc
The file was modifiedssep/common/utils/proto_converters.hpp
The file was modifiedssep/maps/ogm_builder.cc
The file was modifiedssep/maps/ogm_builder.h
The file was modifiedssep/ssep_planner.h
The file was modifieddata/ssep/ssep_activation.cpp
The file was modifiedssep/data_structures/path.h
Commit 77986b785650dde8717c21d26fefbc372340813b by tangwenqing
feat: SSEP: offboard: Add scene frame vis server.

The file was addedssep/offboard/servers/crow/http_server.h
The file was addedssep/offboard/servers/crow/socket_adaptors.h
The file was addedssep/offboard/servers/crow/ci_map.h
The file was addedssep/offboard/servers/crow/version.h
The file was addedssep/offboard/servers/crow/TinySHA1.hpp
The file was addedssep/offboard/servers/crow/common.h
The file was addedssep/offboard/servers/crow/routing.h
The file was addedssep/offboard/servers/CMakeLists.txt
The file was addedssep/offboard/servers/crow/http_response.h
The file was addedssep/offboard/servers/crow/json.h
The file was addedssep/offboard/servers/crow/task_timer.h
The file was addedssep/offboard/servers/crow/compression.h
The file was addedssep/offboard/servers/crow/websocket.h
The file was addedssep/offboard/servers/crow/returnable.h
The file was addedssep/offboard/servers/crow/multipart.h
The file was addedssep/offboard/servers/crow/app.h
The file was addedssep/offboard/servers/crow/socket_acceptors.h
The file was addedssep/offboard/servers/crow/middlewares/session.h
The file was addedssep/offboard/servers/crow/http_parser_merged.h
The file was addedssep/offboard/servers/crow/settings.h
The file was addedssep/offboard/servers/crow/utility.h
The file was modifiedssep/CMakeLists.txt
The file was addedssep/offboard/servers/crow/http_request.h
The file was addedssep/offboard/servers/crow/middlewares/utf-8.h
The file was addedssep/offboard/servers/crow/middleware_context.h
The file was addedssep/offboard/servers/crow/query_string.h
The file was addedssep/offboard/servers/crow/middlewares/cookie_parser.h
The file was addedssep/offboard/servers/crow/mime_types.h
The file was addedssep/offboard/servers/scene_vis_html_template.h
The file was addedssep/offboard/servers/crow/mustache.h
The file was addedssep/offboard/servers/crow/http_connection.h
The file was addedssep/offboard/servers/crow/middlewares/cors.h
The file was addedssep/offboard/servers/crow.h
The file was addedssep/offboard/servers/crow/exceptions.h
The file was addedssep/offboard/servers/crow/multipart_view.h
The file was addedssep/offboard/servers/crow/parser.h
The file was addedssep/offboard/servers/crow/middleware.h
The file was addedssep/offboard/servers/scene_vis_server.cc
The file was addedssep/offboard/servers/scene_vis_html_template.cc
The file was addedssep/offboard/servers/crow/logging.h
Commit 393dbad559f894e299f9b7201e507682657d990d by tangwenqing
chore: SSEP: update OG polygon extraction algr.

The file was modifiedplan/prepare/prepare_ogm.cpp
The file was modifiedssep/data_structures/path.cc
Commit 1a0927e94de5cc5ded8226debc9f00463fc461e3 by wuyanjun110
feat:杨浦进堆场优化
The file was modifieddata/config/cfg_func_sw.hpp
The file was modifiedscenarios/lane_follow_scenario/lane_follow_stage.cpp
The file was modifieddata/config/cfg_func_sw.cpp
The file was modifieddata/config/cfg_lat_plan.hpp
The file was modifieddata/boundary/road_boundary.cpp
The file was modifieddata/config/cfg_lat_plan.cpp
The file was modifiedscenarios/lane_follow_scenario/lane_follow_stage.hpp
Commit 0cdb2dc3bec41ed7200d2161f4df3dbaac37a61c by tangwenqing
feat: SSEP: Viz server add download button.

The file was modifiedssep/offboard/servers/scene_vis_html_template.cc
The file was modifiedssep/offboard/servers/scene_vis_server.cc
Commit 901d7f793823d44c2d04a56c664a226acf7dccb2 by tangwenqing
feat: SSEP: Add rigid truck general scenario planner.

The file was modifiedssep/scenarios/truck_multi_segment_parking_planner.h
The file was modifiedssep/scenarios/imv_general_planner.h
The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifiedssep/scenarios/truck_u_turn_planner.h
The file was modifiedssep/keb_optimizer/rigid_truck_keb_optimizer.cc
The file was modifiedssep/keb_optimizer/keb_problem.h
The file was modifiedssep/scenarios/truck_remote_guided_escape_planner.h
The file was modifiedssep/keb_optimizer/keb_problem.cc
The file was modifiedssep/scenarios/stitching_replanner.h
The file was modifiedssep/keb_optimizer/tractor_trailer_keb_optimizer.cc
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.cc
The file was modifiedssep/keb_optimizer/imv_keb_optimizer.h
The file was modifiedssep/scenarios/truck_accurate_reversing_planner.h
The file was modifiedssep/keb_optimizer/tractor_trailer_keb_optimizer.h
The file was modifiedssep/scenarios/imv_pullover_planner.h
The file was modifiedssep/scenarios/truck_bulk_yark_in_out_planner.cc
The file was addedssep/scenarios/truck_general_planner.h
The file was modifiedssep/scenarios/legacy_planner.h
The file was modifiedssep/keb_optimizer/imv_keb_optimizer.cc
The file was modifiedssep/scenarios/imv_exit_parking_spot_planner.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.h
The file was modifiedssep/scenarios/truck_fuzzy_reversing_planner.h
The file was modifiedssep/scenarios/imv_enter_yard_planner.h
The file was modifiedssep/keb_optimizer/rigid_truck_keb_optimizer.h
The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/scenarios/imv_enter_station_planner.h
Commit cb8cab9c9d1015b3bfc08c347b6093783a23bd99 by 5081703.cr
fix: clear history_pts when wbca opt failed.

The file was modifiedtasks/plan/path_optimization_task.cpp
Commit 1974812a4b09c6067fb1130cb70b2578764da810 by 5081703.cr
fix: replayer wbca debug.

The file was modifiedreplayer/replayer_data_process/replayer_data_process.cpp
Commit e2376cff05d8cf483bf3c7c398829e239ab68ff2 by tangwenqing
fix: SSEP: 修复SSEP内存泄漏问题

The file was modifiedssep/coarse_search/evaluator/heuristic_feature_computer.h
The file was modifiedssep/offboard/ssep_planner_wrapper.cc
The file was modifiedssep/coarse_search/evaluator/cost_feature_computer.h
The file was modifiedssep/coarse_search/motion_primitive_sampler/motion_primitive_sampler.h
The file was modifiedssep/offboard/generate_scene_data/generate_scene_data_cli.cc
The file was modifiedssep/offboard/generate_scene_data/CMakeLists.txt
The file was modifiedssep/ssep_heat_net/ssep_heat_net_trt.cc
The file was modifiedssep/ssep_heat_net/ssep_heat_net_trt.h
The file was modifiedssep/coarse_search/search_engine_interface.h
The file was modifiedssep/offboard/ssep_input_provider.cc
The file was modifiedssep/offboard/ssep_planner_wrapper.h
The file was modifiedssep/coarse_search/conditions/search_condition_interface.h
Commit f52ba2ef1fb5346eec142290ac4398d58ce79fcb by tangwenqing
chore: 保存ssep scene frame 到本地

The file was modifiedssep/scenarios/truck_bulk_yark_in_out_planner.h
The file was modifieddata/ssep/ssep_activation.cpp
The file was modifieddata/ssep/ssep_activation.hpp
Commit 7dc8a003ba5d2e4ab15970147d5e8b2094fea5d2 by tangwenqing
fix: SSEP: Fix crashing issues

The file was modifiedssep/scenarios/truck_bulk_yark_in_out_planner.cc
The file was modifiedssep/scenarios/truck_remote_guided_escape_planner.h
Commit c69714450e69cbcd131885615d8231e63d5397ee by tangwenqing
chore: SSEP web 可视化增加【上一个】【下一个】按钮

The file was modifiedssep/offboard/generate_scene_data/generate_scene_data_cli.cc
The file was modifiedssep/offboard/servers/scene_vis_server.cc
The file was modifiedssep/offboard/servers/scene_vis_html_template.cc
Commit 46435604fde44c426485e7d93ad3df04ac126948 by tangwenqing
feat: Pnc Cmakelist中增加scene_vis_server(编译和打包)

The file was modifiedCMakeLists.txt
The file was modifiedssep/offboard/servers/scene_vis_server.cc
Commit c3d6743944820dd1fa0cc800742e0d5c2be544c5 by tangwenqing
chore: minor update

The file was modifiedssep/offboard/servers/scene_vis_server.cc
Commit 472010096107bb3e3a3675a11adcf4bdfdfa0b9c by 5081703.cr
fix: wbca debug

The file was modifieddata/config/cfg_lat_plan.cpp
The file was modifiedreplayer/replayer_data_process/replayer_data_process.cpp
Commit 675f481ef462bf6f9173a488e2ec17f356e17869 by tangwenqing
feat: SSEP: visualization show trailer contour

The file was modifiedssep/common/utils/scene_frame_visualization.cc
The file was modifiedssep/offboard/servers/scene_vis_html_template.cc
The file was modifiedssep/offboard/ssep_planner_wrapper.cc
Commit 51bb3c33540d362c1f6f8c6f957fc12d6b37c2ff by tangwenqing
feat: OG点挡停重规划

The file was modifieddata/decide/decide_reaction.hpp
The file was modifiedtasks/deciders/other_decider/replan_decider.hpp
The file was modifiedtasks/deciders/other_decider/replan_decider.cpp
Commit 16bf9f7fe7e9a2a79536097a7b00aeced82e22ef by wuyanjun110
feat:杨浦进堆场优化

The file was modifieddata/config/cfg_lat_plan.cpp
The file was modifieddata/boundary/road_boundary.cpp
The file was modifieddata/plan/guide_line.cpp
The file was modifieddata/plan/guide_line_base.cpp
The file was modifieddata/ssep/field_junction_ec.cpp
The file was modifiedhmi/draw/draw_path_boundary.cpp
The file was modifiedscenarios/scenario_interface.hpp
The file was modifiedtasks/deciders/lat_decider/path_bounds_decider.cpp
The file was modifieddata/plan/guide_line_base.hpp
The file was modifieddata/boundary/road_boundary.hpp
The file was modifiedhmi/draw/draw_path_boundary.hpp
The file was modifiedscenarios/lane_follow_scenario/lane_follow_stage.cpp
The file was modifieddata/config/cfg_lat_plan.hpp
The file was modifiedscenarios/scenario.cpp
Commit 9cd3a8dd3a5dbe950895e50a7cfb5fc8a3ae057d by wuyanjun110
feat:最近车道匹配的bug

The file was modifieddata/map/reference/reference_road_section.cpp
Commit 6d9811fec49e2c949719c1c0b71537a3afe9a012 by tangwenqing
fix: SSEP: 修复car search + optimize相关问题

The file was modifiedssep/offboard/ssep_planner_wrapper.cc
The file was modifiedssep/data_structures/polyline.h
The file was modifiedssep/data_structures/map_element_polyline.h
The file was modifiedssep/scenarios/planner_utils.cc
The file was modifiedssep/data_structures/polyline.cc
The file was modifiedssep/scenarios/truck_bulk_yark_in_out_planner.cc
The file was modifiedssep/ssep_planner.cc
The file was modifiedssep/scenarios/truck_remote_guided_escape_planner.h
The file was modifiedssep/data_structures/map_element_polyline.cc
Commit 7f290155bdb140fa1624ecbf603de3580ef7d4f4 by 5081703.cr
fix: active curvature speed limit.

The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
Commit ddb43002871d24041e8189943f6b08725f3bd436 by 5081703.cr
fix: wbca debug in replayer.

The file was modifiedreplayer/replayer_data_process/replayer_data_process.cpp
Commit 9776ea9c14130026cc8d3826c0acba00ade11d3d by 5081703.cr
fix: kappa_softmax and kappa_rate_softmax

The file was modifiedalgorithm/wbca/path_optimization/path_optimization.cpp
The file was modifiedalgorithm/wbca/path_optimization/path_optimization.hpp
Commit 8f88e0d857eb01b955dc5783b7af4c9dcd2f5680 by 5081703.cr
fix: win = 4 for kappa speed limit

The file was modifiedtasks/deciders/long_decider/constrain_decider.cpp
Commit 4528c3efdb7b7dd7cbf041df6b079965cbb91c0e by tangwenqing
chore: SSEP: 改进低贝位进堆场效果

The file was modifiedssep/scenarios/tractor_trailer_enter_yard_planner.h
The file was modifiedssep/keb_optimizer/tractor_trailer_keb_optimizer.cc
The file was modifiedssep/offboard/ssep_input_provider.cc
The file was addedssep/keb_optimizer/cost_features/soft_trailer_disk_collision_cost.h
The file was modifiedssep/keb_optimizer/keb_problem.h
The file was modifiedssep/keb_optimizer/tractor_trailer_keb_optimizer.h
The file was modifieddata/ssep/ssep_activation.cpp
The file was modifiedssep/keb_optimizer/keb_problem.cc
The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_bidirectional_searcher_builder.cc
Commit b10720a08427bb000d2576bfd3ab0f314f536e90 by wuyanjun110
fix:修复连续普通路口搜索的bug
The file was modifieddata/scenario/scenario_manager.cpp
The file was modifiedtasks/deciders/search_decider/normal_junction_search_decider.cpp
The file was modifiedtasks/deciders/other_decider/replan_decider.hpp
The file was modifieddata/scenario/scenario_manager.hpp
The file was modifiedtasks/deciders/other_decider/replan_decider.cpp
The file was modifieddata/decide/decide_reaction.hpp
Commit 5be095107f0cdfe70efef60b738602b4d3f04d97 by wuyanjun110
fix:身后障碍物过滤的bug

The file was modifiedplan/prepare/prepare_ogm.cpp
The file was modifieddata/config/cfg_env_const.cpp
The file was modifieddata/obstacle/ogm.hpp
The file was modifieddata/obstacle/ogm.cpp
Commit 77b55ece453551fb79e7191ed4b2ed16a842c61b by wuyanjun110
fix:replan逻辑的优化
The file was modifieddata/config/cfg_func_sw.hpp
The file was modifieddata/config/cfg_func_sw.cpp
The file was modifiedtasks/deciders/other_decider/replan_decider.cpp
Commit 5b01e8a5427151e7e8f78e9259be130b3533712c by wuyanjun110
refacor:搜索的优化

The file was modifieddata/obstacle/obstacle.hpp
The file was modifieddata/ssep/forward_ec.cpp
The file was modifieddata/ssep/normal_junction_ec.cpp
The file was modifieddata/ssep/forward_ec.hpp
The file was modifiedssep/maps/ogm_builder.h
The file was modifieddata/ssep/ssep_ec.cpp
The file was modifiedssep/ssep_planner.cc
Commit f01be4fe8e5cd29ed7e8ebaeb4a4a8cd2f0abc7d by wuyanjun110
fix:编译的bug

The file was modifieddata/ssep/ssep_activation.cpp