Changes
#300 (Aug 26, 2026 9:20:35 AM)
#300 (Aug 26, 2026 9:20:35 AM)
- fix:优化动态下码头面搜索终点选取的问题 — wuyanjun110 / detail
- refactor: 优化Publish和UpdateDrivingStatus函数,简化代码逻辑,解决openspace 区域,方向灯不对的bug — wuyanjun110 / detail
- fix: del mode=0 — chenran / detail
- fix: 调整最大速度阈值以优化后向Ogm忽略逻辑 — wuyanjun110 / detail
- feat: 添加核心对象库并优化可执行文件链接逻辑 — wuyanjun110 / detail
- feat: add smooth_mode_wbca_params — chenran / detail
- fix: smooth_mode_wbca_params bug — chenran / detail
- fix: lock historical cloud point in replayer. — chenran / detail
- fix: add FORWARD_BEFORE_BACKWARD — chenran / detail
- fix: ssep replan for reversing truck. — chenran / detail
- fix: refine deviation_stop params. — chenran / detail
- fix: path disapearing issue. — chenran / detail
- fix: trailer_path_ego match issue. — chenran / detail
- refact: straighten then reverse. — chenran / detail
- fix: using map lane width for single line lane detection — chenran / detail
- feat: stop for localization switching. — chenran / detail
- fix: log msf localization switching status. — chenran / detail
- fix: road segment splitting bug. — chenran / detail
- refact: GetRoadSegmentFirstSplitPos — chenran / detail
- fix: (临时处理)注释掉接收目标命令中的拖车标签和大小处理逻辑 — wuyanjun110 / detail
- fix: 解决西联IMV进停车位搜索过慢的问题 — wuyanjun110 / detail
- feat: 普通卡车多段倒车入库时适配拉直点逻辑 — tangwenqing / detail
- fix: SSEP: 进出散货堆场-解决后处理过于严格导致搜索失败的问题。 — wuyanjun110 / detail
- fix: 调整路径重叠的起始和结束点设置,确保不超出有效范围 — wuyanjun110 / detail
- feat: add position check for reversing — chenran / detail
- fix: disable revsersing deviation. — chenran / detail
- feat: limit straithen times. — chenran / detail
- feat: SSEP: 普通卡车倒车搜索加长最后一段拉直距离 — chenran / detail
- fix: reversing times bug — chenran / detail
- fix: checkout feat_keb_task — chenran / detail
- fix: reversing ssep planner bug — chenran / detail
- fix: reversitong activation position thr 10.0 — chenran / detail
- feat: add lbfgs prevous version. — chenran / detail
- fix: curvature over limit filer. — chenran / detail
- feat:合并ssep — wuyanjun110 / detail
- fix: checkout ssep from feat_keb_task — chenran / detail
- feat: checkout relate_offset from feat_straddle_v2 — chenran / detail
- feat: add DeviationStatus — chenran / detail
- feat: add update_end_position for ssep replan. — chenran / detail
- feat: deviation for align — chenran / detail
- fix: ssep replan for bulk align. — chenran / detail
- fix: reverse bulk offset heading — chenran / detail
- feat: limit reversing align times — chenran / detail
- fix: log align info; serialize bulk_align_offset — chenran / detail
- fix: log stop_deviation_for_algn — chenran / detail
- fix: SSEP: 提升太阳纸业自卸车出堆场成功率 — wuyanjun110 / detail
- fix: pnc_map splitting error. — chenran / detail
- fix: SSEP: 提升太阳纸业自卸车出堆场成功率 — tangwenqing / detail
- chore: SSEP: 提升CAR多段倒车pass point距离终点较远时的搜索速度 — tangwenqing / detail
- fix: SSEP: 修复多段倒车路径异常问题 — tangwenqing / detail
- feat: set up max_forward_distance — chenran / detail
- fix: SSEP: 修复自卸车进卸料区路径有点斜的问题 — chenran / detail
- fix: SSEP: 解决多段搜索除数为0可能导致崩溃的问题 — chenran / detail
- fix: SSEP: 解决多段搜索除数为0可能导致崩溃的问题 — chenran / detail
- fix: SSEP: 解决精准倒车在pass point附近进行多段搜索时搜索失败的问题 — chenran / detail
- fix: straight lane near crane and lock_station — chenran / detail
- feat: ssep replan for localization exception. — chenran / detail
- feat: waiting for lift traile; using heading error for reversing align — chenran / detail
- fix: checkout feat_keb_v2 ssep — chenran / detail
- fix: add max_forward_distance_for_straighten_trailer — chenran / detail
- fix: deviation_status bug — chenran / detail
- fix: ignore path optimizor in park_in state. — chenran / detail
- chore: SSEP: 集卡多段倒车接挂适配超窄库位 — chenran / detail
- refactor:优化界面耗时 — wuyanjun110 / detail
- fix: using straighten replan logic for path_direction_change replan type — chenran / detail
- fix: SSEP: 解决威海多段倒车距离og墙太近的问题 — chenran / detail
- fix: checkout feat_keb_v2 — chenran / detail
- feat: 添加不可以区域Z层处理逻辑,优化地图绘制功能 — wuyanjun110 / detail
- fix: 修复威海车型不匹配的问题 — chenran / detail
- chore: SSEP: 减小集卡多段倒车的最大曲率 — chenran / detail
- fix:修复快照播放崩溃的bug — wuyanjun110 / detail
- fix: check out feat_keb_v2 ssep — chenran / detail
- fix: add ssep_forward_ec_tail_straight_distance — chenran / detail
- fix: ssep replan bug — chenran / detail
- fix: SSEP: 集卡单段倒车裁剪不必要的短轨迹 — chenran / detail
- chore: SSEP: 集卡多段倒车增加30厘米碰撞软约束 — chenran / detail
- feat: SSEP: 调整集卡多段倒车拉直逻辑 — chenran / detail
- fix: build error — chenran / detail
- feat: 添加<cstddef>头文件以支持大小类型 — wuyanjun110 / detail
- 桥区重规划: 上桥切下桥触发重规划并重置搜索状态 — wuyanjun110 / detail
- refactor: 后继任务重置逻辑抽取到 Stage 基类 ResetSuccessorTasks — wuyanjun110 / detail
- 桥区重规划: last path 无效时回退自车位姿起搜, 不再放弃搜索 — wuyanjun110 / detail
- fix: multi-frames trigger — chenran / detail
- fix: truck reversing path kappa calculation — chenran / detail
- fix: extending distance from current ego position. — chenran / detail
- feat: SSEP: 集卡多段倒车场景前进后退使用不同曲率上限 — chenran / detail
- fix: revering in straight line — chenran / detail
- fix: is_in_straight_lane = false during park state — chenran / detail
- fix: disable replan during path direction changing for straightening — chenran / detail
- feat: SSEP: 集卡多段倒车支持GPU搜索,搜索速度提升5-10倍 — chenran / detail
- chore: SSEP: 解决集卡倒车距离障碍物较近时会倒着进的问题 — chenran / detail
- chore: SSEP: 集卡多段倒车自适应CPU/GPU模式,回退部分CPU参数 — chenran / detail
- fix: synchronize straighten hold with SSEP search — chenran / detail
- fix: stabilize STEP_ALIGN trajectory — chenran / detail
- chore: 注释掉WHBULK的终点约束 — wuyanjun110 / detail
- feat: 稳定障碍停车约束释放 — wuyanjun110 / detail
- test: 补充障碍停车约束自动化场景 — wuyanjun110 / detail
- feat: 展示障碍停车约束诊断 — wuyanjun110 / detail
- fix: 修复 SSEP 离线回放构建 — wuyanjun110 / detail
- feat: SSEP: Add coarse search tutorial. — tangwenqing / detail
- fix: 修正拖挂车指令重规划拉直判定 — wuyanjun110 / detail
- fix: 取消威海散货引桥终点约束 — wuyanjun110 / detail
- chore: SSEP: 更新集卡启发项表生成器 — tangwenqing / detail
- feat: 超视距线支持按高度分层 — wuyanjun110 / detail
- fix: 补充 SC 目标点类型显示 — wuyanjun110 / detail
- fix: 设置初始位姿时保留定位高度 — wuyanjun110 / detail
- fix: 修正拖挂停车途经点判定 — wuyanjun110 / detail
- doc: SSEP: Add keb tutorial — tangwenqing / detail
- fix: 修正拖挂车指令重规划拉直判定 — wuyanjun110 / detail
- fix: 取消威海散货引桥终点约束 — wuyanjun110 / detail
- feat: 超视距线支持按高度分层 — wuyanjun110 / detail
- fix: 修复 BulkOut 重规划状态误退出 — wuyanjun110 / detail
- fix: 修正横向规划器类型识别 — wuyanjun110 / detail
- fix: 统一 BulkOut 的 SSEP 前向阶段 — wuyanjun110 / detail
- feat: 增加 KEB 规划可视化与诊断 — wuyanjun110 / detail
- fix: 修复绕行边界与会车响应 — wuyanjun110 / detail
- fix: 补充快照加载失败诊断 — wuyanjun110 / detail
- docs: 补充算法场景回放建设方案 — wuyanjun110 / detail
- fix: 恢复散货前向阶段 WBCA 规划 — wuyanjun110 / detail
- fix: 修复绕行超车目标升级 — wuyanjun110 / detail
- feat: 接入条件禁行区域碰撞检测 — wuyanjun110 / detail
- feat: keb正确返回theta值 — wuyanjun110 / detail
- fix: 调整 KEB 道钉点碰撞处理 — wuyanjun110 / detail
- fix: 恢复静态聚类凸包绕行占用 — wuyanjun110 / detail
- fix: 收紧叉头叉尾纵向扩展 — wuyanjun110 / detail
- fix: 修复 PNC 地图道路段转换异常 — wuyanjun110 / detail
- fix: 保持变道路径跨阶段连续 — wuyanjun110 / detail
- fix: 提高变道 PJPO 求解稳定性 — wuyanjun110 / detail
- fix: 缩小变道障碍物纵向扩展范围 — wuyanjun110 / detail
#300 (Aug 26, 2026 9:20:35 AM)
- feat: 横向mpc对于求解超时容忍增加;报横向无解时用缓刹强度停车 — liuhongshuo / detail
- feat: SafePreprocess 优化 — liuhongshuo / detail
- feat: 对准和刹车时的减速度积分防护 — liuhongshuo / detail
#300 (Aug 26, 2026 9:20:35 AM)
- feat_out: "增加GetConditionNoDrivingRegions接口" — caoxue / detail
- feat_out: 增加Region_Gate类型 — caoxue / detail
#299 (Aug 26, 2026 9:01:29 AM)
- Add new file — weilikang / detail
- Update orinRos2Choice.groovy — weilikang / detail
- Update orinRos2ModuleChoice.groovy — weilikang / detail
- Update orinRos2ModuleChoice.groovy — weilikang / detail
- Update orinRos2Choice.groovy — weilikang / detail
- Update orinRos2Choice.groovy — weilikang / detail
- Update orinRos2ModuleChoice.groovy — weilikang / detail
- Update orinRos2ModuleChoice.groovy — weilikang / detail
- Update orinBuildRos2.groovy — weilikang / detail
- Update vehicleInfo.groovy — weilikang / detail
- Update repoinfoRos2.groovy — weilikang / detail
- Update orinRos2Choice.groovy — weilikang / detail
- Update orinRos2ModuleChoice.groovy — weilikang / detail
- Update repoinfoRos2.groovy — weilikang / detail
- Update orinRos2Choice.groovy — weilikang / detail
- Update orinRos2ModuleChoice.groovy — weilikang / detail
- Update vehicleInfo.groovy — weilikang / detail
#299 (Aug 26, 2026 9:01:29 AM)
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Add new file — weilikang / detail
- Update map-png.jenkinsfile — weilikang / detail
- Update map-png.jenkinsfile — weilikang / detail
- Update jili-xiasha-submodule.jenkinsfile — weilikang / detail
- Update hangzhou-xiasha-submodule.jenkinsfile — weilikang / detail
- Update hangzhou-xiasha-submodule.jenkinsfile — weilikang / detail
- Update hangzhou-xiasha-submodule.jenkinsfile — weilikang / detail
#299 (Aug 26, 2026 9:01:29 AM)
- feat_out:外设命令扩充(需重编外设及rmi) — zhaojianfeng2 / detail
- feat_out:增加全量上传topic — zhaojianfeng2 / detail
- feat_out:增加消息定义 — zhaojianfeng2 / detail
- feat_out:修改东方特钢上装控制枚举 — zhaojianfeng2 / detail
- feat_out:增加反馈pd类型 — zhaojianfeng2 / detail
- feat_out:反馈字段完善 — zhaojianfeng2 / detail
- feat_out:字段修改 — zhaojianfeng2 / detail
- feat_out:增加6档反馈 — zhaojianfeng2 / detail
- tos_msgs: PncConfiguration 新增堆场入口范围 access_lines 字段,添加 AccessLine 消息定义 — wuyanjun110 / detail
- tos_msgs: AccessLine 字段 yard_id 重命名为 yard — wuyanjun110 / detail
#298 (Aug 18, 2026 1:33:59 PM)
#297 (Aug 18, 2026 12:53:17 PM)
#297 (Aug 18, 2026 12:53:17 PM)
- feat: 手动rebase交通管制v2 msg变更 — zhuxiaolong / detail
- feat_out:增加吉利锁具控制 — zhaojianfeng2 / detail
- feat: 手动rebase交通管制v2 msg变更 — 5081703.cr / detail
- feat_out:新增吉利锁具控制 — zhaojianfeng2 / detail
- feat: 添加ParallelObstacle和ParallelObstacleReport消息定义 — wuyanjun110 / detail
- 添加载物状态及其枚举值&&车型错误标志 — liuwenjing / detail
- 添加载物状态及其枚举值&&车型错误标志 — liuwenjing / detail
- feat: 添加ParallelObstacle和ParallelObstacleReport消息定义 — zhaojianfeng2 / detail
- feat: 添加ParallelObstacle和ParallelObstacleReport消息定义 — zhaojianfeng2 / detail
- feat: 手动rebase交通管制v2 msg变更 — 5081703.cr / detail
- feat: 添加货物分段长度字段和逃逸场景类型 — wuyanjun110 / detail
- 添加车型匹配bool字段 — liuwenjing / detail
- feat: 添加ParallelObstacle和ParallelObstacleReport消息定义 — zhaojianfeng2 / detail
- feat_out:外设命令扩充(需重编外设及rmi) — zhaojianfeng2 / detail
- feat_out:增加全量上传topic — zhaojianfeng2 / detail
- feat_out:增加消息定义 — zhaojianfeng2 / detail
- tos_msgs: PncConfiguration 新增堆场入口范围 access_lines 字段,添加 AccessLine 消息定义 — wuyanjun110 / detail
- tos_msgs: AccessLine 字段 yard_id 重命名为 yard — wuyanjun110 / detail
- feat_out:增加全量上传topic — zhaojianfeng2 / detail
- feat_out:修改东方特钢上装控制枚举 — zhaojianfeng2 / detail
- feat_out:修改东方特钢上装控制枚举 — zhaojianfeng2 / detail
- feat_out:合并外设消息 — zhaojianfeng2 / detail
- feat_out:增加反馈pd类型 — zhaojianfeng2 / detail
- feat_out:反馈字段完善 — zhaojianfeng2 / detail
- feat_out:增加反馈pd类型 — zhaojianfeng2 / detail
- feat_out:反馈字段完善 — zhaojianfeng2 / detail
- feat_out:字段修改 — zhaojianfeng2 / detail
- feat_out:增加6档反馈 — zhaojianfeng2 / detail
- tos_msgs: PncConfiguration 新增堆场入口范围 access_lines 字段,添加 AccessLine 消息定义 — wuyanjun110 / detail
- tos_msgs: AccessLine 字段 yard_id 重命名为 yard — wuyanjun110 / detail
- feat_out:删除.marscode — zhaojianfeng2 / detail
#297 (Aug 18, 2026 12:53:17 PM)
- feat_out:崩溃防护 — zhaojianfeng2 / detail
#296 (Aug 18, 2026 11:45:44 AM)
- Add new file — weilikang / detail
- Update orinBuildRos2.grovvy — weilikang / detail
- Delete buildTest.groovy — weilikang / detail
- Add new file — weilikang / detail
- Update repoinfoRos2.groovy — weilikang / detail
- Update repoinfoRos2.groovy — weilikang / detail
- Update orinBuildRos2.groovy — weilikang / detail
#296 (Aug 18, 2026 11:45:44 AM)
- Update module-confname.jenkinsfile — weilikang / detail
- Add new file — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
- Update wuhan-zhongtielianji-submodule.jenkinsfile — weilikang / detail
- Update orin-build-ros2.jenkinsfile — weilikang / detail
#295 (Aug 16, 2026 10:14:20 PM)
#294 (Aug 16, 2026 9:42:42 PM)
#294 (Aug 16, 2026 9:42:42 PM)
#294 (Aug 16, 2026 9:42:42 PM)
- feat: BP3/BP4雷达探测首包自动判型,忽略yaml配置 — lanxiaosong / detail
- fix: 离线包源(ROS/proto)也做BP3/BP4自动判型,修复时间戳溢出崩溃 — lanxiaosong / detail
- feat_out:使用bucket降低运动补偿延迟 — zhaojianfeng2 / detail
#294 (Aug 16, 2026 9:42:42 PM)
- feat: park adjust停车允许5cm越冲 — liuhongshuo / detail
- feat: 支持双向步进振箱 — liuhongshuo / detail
- feat: 防滑错误码上传 — liuhongshuo / detail
- fix: 防滑报警默认关闭 — liuhongshuo / detail
- feat: 转弯积分补偿 — liuhongshuo / detail
- fix: 起步防滑不报错问题修复 — liuhongshuo / detail
- feat: 急停的正确清空 — liuhongshuo / detail
- feat: 只保留ee的机械急停 — liuhongshuo / detail
- feat: 振箱策略更改 — liuhongshuo / detail
- fix: add trailer_angle_compensation — chenran / detail
- feat: 步进模式下传给mpc的参考速度序列修正 — liuhongshuo / detail
- fix: trailer angle compensation — chenran / detail
- feat: 起步积分与弯道积分合并 增加横向日志观测值便于AI分析横向动力特性 — liuhongshuo / detail
- feat: 将减速度标定质量独立 — liuhongshuo / detail
- feat: SC车型新增横向平移和自转功能 — liuhongshuo / detail
- fix: 起步阶段不再强制变更使用质量 — liuhongshuo / detail
- feat: 底盘为空时认为静止 — liuhongshuo / detail
- fix: SC模式切换保护 — liuhongshuo / detail
- feat: SC横移模式指令值更改 — liuhongshuo / detail
- feat: 起步防滑优化 对准起步辅助优化 横向零偏故障码常态化开启 — liuhongshuo / detail
- feat: 转向补偿超限报警 单边停车质量补偿 — liuhongshuo / detail
- feat:提前停车功能考虑多段路径 扩充到openspace场景 扩充到SC车型 — liuhongshuo / detail
- feat: SC车型运动方向固定 增加每个轮子角度的观测 — liuhongshuo / detail
- fix: 提前停车功能反向前进处理 — liuhongshuo / detail
- fix: emergency_brake的正确记录 — liuhongshuo / detail
- feat: 优化转向灯逻辑 — liuhongshuo / detail
- feat: SC车步进方向调整 纵向MPC制动保护增加积分项 横向运动日志记录增强 — liuhongshuo / detail
- feat: SC步进横移bug — liuhongshuo / detail
- feat: estop函数积分保护失效的bug — liuhongshuo / detail
- feat: 急停使用的FollowCtrlDcc函数积分优化 — liuhongshuo / detail
- feat: truck 横向变步长mpc — liuhongshuo / detail
- feat: IMV零偏补偿航向学习错误 — liuhongshuo / detail
- feat: IMV零偏补偿航向学习错误 — liuhongshuo / detail
- fix: reject inconsistent rotation direction — chenran / detail
- fix(control): guard MPC during rotation command dropout — 5081703.cr / detail
- feat: 转向积分补偿释放参数配置化 — liuhongshuo / detail
- feat: 变时域横向控制器优化调整 — liuhongshuo / detail
- feat:纵向控制器记录消耗时间 — liuhongshuo / detail
- feat:IMV 横向控制增加考虑延迟的控制器 — liuhongshuo / detail
- feat: 纵向控制使用的加速度源从定位直接使用切换为根据速度微分 — liuhongshuo / detail
- feat: 加速度计算不考虑定位标志位 — liuhongshuo / detail