Changes

Summary

  1. Update repoinfoRos2.groovy (details)
  2. Update orinRos2Choice.groovy (details)
  3. Update orinRos2ModuleChoice.groovy (details)
Commit 299f4a1da14488e245511feafa2e9e7fe6b4d39c by weilikang
Update repoinfoRos2.groovy
The file was modifiedsrc/org/orin/repoinfoRos2.groovy
Commit 7c8ef19b25de560705ce7ade95fdb663757f8486 by weilikang
Update orinRos2Choice.groovy
The file was modifiedsrc/org/orin/orinRos2Choice.groovy
Commit f09c021a81971db2896460d64812c58df83cfd1d by weilikang
Update orinRos2ModuleChoice.groovy
The file was modifiedsrc/org/orin/orinRos2ModuleChoice.groovy

Summary

  1. fix: 合入禁停队列预测并修正整车范围与缓存退出 (details)
  2. docs: 补充多分支 Proto 兼容与发布规范 (details)
Commit 70146373ee82184f8d33a368003d6fc2f3c8eb94 by wuyanjun110
fix: 合入禁停队列预测并修正整车范围与缓存退出

仅合入 6055d1444943aeae3754e02473b6ba418b9ab5cb,保留当前分支的信号灯禁停策略和 can_jump 语义。

路口与普通禁停区已扩展整车长度,预测匹配避免重复计入;岸桥保留挂车占用判断。通过点锚点缺失时按累计位移推进缓存,并在整段通过后退出。修复连续过期条目清理的迭代器失效。

按帧复用队列预测结果,保持原前车选择与预测参数;删除 use_func_disable_stop_debug_ 参数及专用日志。

为新增预测、滤波窗口、保持状态、路口缓存和入口偏移补齐 typed Full/Compact 合同及回放测试;统一显式空 Full codec 的生成与审计语义。

验证:分布式构建 pnc_node 和两个测试目标成功;routing_map_guard 78 项通过,scene_replay_foundation 288 项通过、2 项因缺可选样本跳过;其中 3 项本地服务测试解除端口沙箱限制后重跑通过。生成检查、Proto breaking 检查和持久化目录检查通过。
The file was modifieddata/config/cfg_env_const.hpp
The file was modifiedreplayer/scene_data/generated/plan_frame_descriptor.pb
The file was modifiedreplayer/scene_data/generated/scene_replay_api_descriptor.pb
The file was modifiedproto/config.proto
The file was modifieddata/constrain/disable_stop_range.hpp
The file was modifiedreplayer/scene_data/plan_frame_persistence_policy.yaml
The file was addedTesting/disable_stop_queue_test.cpp
The file was modifiedreplayer/scene_data/full_proto_custom_encoder.cpp
The file was modifiedreplayer/scene_data/generated/plan_frame_field_roles.json
The file was modifiedreplayer/scene_data/compact_numeric_policy.yaml
The file was modifiedtools/pnc_proto_mapper/audit_full_custom_codecs.py
The file was modifiedreplayer/scene_data/plan_frame_field_roles.csv
The file was modifiedreplayer/scene_data/config_proto_codec.cpp
The file was modifiedreplayer/scene_data/generated/compact_typed_field_codec.cpp
The file was modifieddata/constrain/block_data.cpp
The file was modifiedreplayer/scene_data/generated/compact_scene_descriptor.pb
The file was modifiedreplayer/scene_data/config_proto_codec.hpp
The file was modifiedproto/pnc_scene/compact_plan_frame_fields.proto
The file was modifieddocs/pnc_algorithm_replay/plan_frame_field_workflow.md
The file was modifiedreplayer/scene_data/generated/full_custom_codec_coverage_audit.yaml
The file was modifiedreplayer/scene_data/plan_frame_nested_persistence_review.yaml
The file was modifiedproto/decision.proto
The file was modifieddocs/pnc_algorithm_replay/plan_frame_persistence_catalog.md
The file was modifiedreplayer/scene_data/compact_custom_field_proto_codec.cpp
The file was modifieddata/constrain/block_data.hpp
The file was modifieddata/constrain/temporary_stop_data.cpp
The file was modifieddata/config/cfg_env_const.cpp
The file was modifieddata/constrain/disable_stop_range.cpp
The file was modifiedTesting/CMakeLists.txt
The file was modifiedCMakeLists.txt
The file was modifiedreplayer/scene_data/plan_frame_full_mapping.yaml
The file was modifiedTesting/scene_replay_foundation_test.cpp
The file was modifieddata/constrain/temporary_stop_data.hpp
The file was modifiedmath/filter/median_filter.hpp
The file was modifiedreplayer/scene_data/generated/full_custom_cpp_member_inputs.json
The file was addedTesting/disable_stop_regression_test.cpp
The file was addeddata/constrain/disable_stop_queue.hpp
The file was modifiedreplayer/scene_data/generated/plan_frame_encoder.cpp
Commit 344373f6f048c4464359e98d3c30ed0af1229ce2 by wuyanjun110
docs: 补充多分支 Proto 兼容与发布规范

明确固定 baseline 检查无法覆盖并行分支冲突,要求统一核对字段编号、对活跃发布版本检查描述符及双向读写,并记录发布物合同。将流程提醒加入 AGENTS.md,供后续代码修改遵循。
The file was modifiedAGENTS.md
The file was modifieddocs/pnc_algorithm_replay/proto_generation.md
The file was modifieddocs/pnc_algorithm_replay/plan_frame_field_workflow.md