Changes

Summary

  1. feat: SSEP: 增加跨运车普通搜索(单段搜索),自适应起点朝向。 (details)
  2. fix: SSEP: ogm为空时退出搜索 (details)
  3. feat: Keb: Add keb-foxglove visualization (details)
  4. feat: Keb: Add foxglove remote file server (details)
  5. fix: Keb: 修复keb-foxglove转换脚本 (details)
  6. feat: SSEP: 跨运车车型支持多段路径搜索(可通过参数配置) (details)
  7. chore: SSEP: 跨运车路径搜索时不考虑终点约束 (details)
  8. chore: Keb: 跑通优化诊断全流程。解决S弯道IMV距离障碍物太近/画龙问题 (details)
  9. chore: SSEP: 集卡多段倒车接挂适配超窄库位 (details)
  10. refactor: 优化 CreateRoadSecIdxS 方法中的段匹配逻辑 (details)
Commit 91fdc35083c9b02c48101419fd07aa48aa141b66 by tangwenqing
feat: SSEP: 增加跨运车普通搜索(单段搜索),自适应起点朝向。

The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.cc
The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifiedssep/coarse_search/searcher_builders/rigid_truck_general_searcher_builder.h
The file was modifiedssep/data_structures/ssep_scenario_type.hpp
The file was modifiedssep/protos/ssep_scenario_type.proto
The file was addedssep/scenarios/straddle_carrier_general_planner.h
Commit 6fbef3aa974bd5ef568ccbc99974572aed2ebaad by tangwenqing
fix: SSEP: ogm为空时退出搜索

The file was modifieddata/ssep/ssep_activation.cpp
Commit 61ad307f176a1e2ecec7b94d5a63764d73c65e24 by tangwenqing
feat: Keb: Add keb-foxglove visualization

The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/CubePrimitive.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/SceneEntity.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/ModelPrimitive.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/LinePrimitive.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/Point3.proto
The file was addedoffboard/keb_vis_server/foxglove/keb_to_mcap.py
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/Quaternion.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/Pose.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/TriangleListPrimitive.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/TextPrimitive.proto
The file was modified.gitignore
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/SpherePrimitive.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/ArrowPrimitive.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/Vector3.proto
The file was addedoffboard/keb_vis_server/foxglove/requirements.txt
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/Color.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/CylinderPrimitive.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/KeyValuePair.proto
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/SceneEntityDeletion.proto
The file was addedoffboard/keb_vis_server/foxglove/README.md
The file was addedoffboard/keb_vis_server/foxglove/foxglove_schemas/foxglove/SceneUpdate.proto
Commit 3d0d0fca081f967e21bb815c2b190c89ac9284c9 by tangwenqing
feat: Keb: Add foxglove remote file server

The file was modifiedoffboard/keb_vis_server/foxglove/README.md
The file was addedoffboard/keb_vis_server/foxglove/serve_mcap.py
Commit 0f11ae0bab1008819526bd858df4337cf40a65e0 by tangwenqing
fix: Keb: 修复keb-foxglove转换脚本

The file was addedoffboard/keb_vis_server/foxglove/generate_protos.sh
The file was modifiedoffboard/keb_vis_server/foxglove/README.md
Commit 44c2b4b85df795417ffb726444c32293dbc1f123 by tangwenqing
feat: SSEP: 跨运车车型支持多段路径搜索(可通过参数配置)

The file was modifiedssep/scenarios/straddle_carrier_general_planner.h
Commit 0c8a011f5420723cb66ac58914844eccfc48aeee by tangwenqing
chore: SSEP: 跨运车路径搜索时不考虑终点约束

The file was modifiedssep/ssep_planner.cc
Commit 1b925974d34136dcea854939e67007dde1243e2f by tangwenqing
chore: Keb: 跑通优化诊断全流程。解决S弯道IMV距离障碍物太近/画龙问题

The file was modifiedssep/keb_optimizer/imv_keb_optimizer.cc
The file was modifiedoffboard/keb_path_opt_cli/CMakeLists.txt
The file was addedssep/protos/diagnostic.proto
The file was modifiedssep/keb_optimizer/tractor_trailer_keb_optimizer.h
The file was modifiedproto/CMakeLists.txt
The file was modifiedssep/CMakeLists.txt
The file was modifiedalgorithm/plan/keb_optimizer.cpp
The file was modifiedproto/keb_scene.proto
The file was modifiedssep/keb_optimizer/keb_problem.h
The file was modifiedoffboard/keb_path_opt_cli/keb_path_opt_cli.cc
The file was modifiedalgorithm/plan/keb_optimizer.hpp
The file was modifiedssep/keb_optimizer/keb_problem.cc
The file was modifiedssep/keb_optimizer/tractor_trailer_keb_optimizer.cc
The file was modifiedssep/keb_optimizer/cost_features/imv_kinematic_constraint.h
The file was modifiedtasks/plan/keb_lane_follow_path_task.cpp
The file was modifiedoffboard/keb_vis_server/foxglove/generate_protos.sh
The file was modifiedssep/keb_optimizer/rigid_truck_keb_optimizer.h
The file was modifiedssep/keb_optimizer/keb_problem_diagnostic.cc
The file was modifiedoffboard/keb_vis_server/foxglove/keb_to_mcap.py
The file was modifiedoffboard/keb_path_opt_cli/keb_scene_converter.cc
The file was modifiedssep/keb_optimizer/rigid_truck_keb_optimizer.cc
The file was modifiedoffboard/keb_path_opt_cli/keb_simulator.cc
The file was modifiedoffboard/keb_path_opt_cli/keb_simulator.hpp
The file was modifiedssep/keb_optimizer/keb_problem_diagnostic.h
The file was modifiedssep/keb_optimizer/imv_keb_optimizer.h
Commit 4b38573f9ff8b061484c81feef8f75803377cfbf by tangwenqing
chore: SSEP: 集卡多段倒车接挂适配超窄库位

The file was modifiedssep/coarse_search/searcher_builders/tractor_trailer_multi_segment_parking_bidirectional_searcher_builder.cc
The file was modifiedssep/scenarios/scenario_planner_factory.h
The file was modifiedssep/scenarios/tractor_trailer_multi_segment_parking_planner.h
Commit e58ed555388809334c87ab9fdc55fbef1dd89898 by wuyanjun110
refactor: 优化 CreateRoadSecIdxS 方法中的段匹配逻辑
The file was modifieddata/map/reference/reference_road_section.cpp