Commit
b25dfba226d9aa3dd14981214a21ef62f868c393
by tangxiaofeat(trt10): 引入 BUILD_TRT10 编译开关, 适配 x86 Blackwell + TRT10 环境
CMakeLists 增加 option(BUILD_TRT10), 默认 OFF: - OFF (默认): GPU 架构 = 原 SMS 列表 (30 32 35 37 50 52 53 60 61 62 70 72 75 87), 行为与改动前完全一致, Orin/Xavier/老 x86 部署不受影响. - ON : GPU 架构 = sm_120 (RTX 50xx Blackwell), 同名宏 BUILD_TRT10 自动注入 C/C++ 和 NVCC, 子模块通过 add_subdirectory 继承. 源码侧走 TRT10 新 API (delete / setMemoryPoolLimit / enqueueV3 + setTensorAddress / setInputShape 等), 见 centerpoint/pointpillars submodule 同名 commit.
子模块指针更新: - centerpoint -> 068e2dd (cp_lib) - pointpillars -> af67324 (dev)
同时纳入本机 RViz 视图配置: conf/perception_imv.rviz.
使用: catkin build # 老环境, 行为不变 catkin build --cmake-args -DBUILD_TRT10=ON # 本机 Blackwell+TRT10
Co-authored-by: Cursor <cursoragent@cursor.com>
|
 | perception/dl_detection/lib/pointpillars |
 | perception/dl_detection/lib/CMakeLists.txt |
 | conf/perception_imv.rviz |
 | perception/dl_detection/lib/centerpoint |
Commit
f210ae0f2babe793a0b5b20443ead46c420e65ce
by tangxiaonote_out:车挂角度校正添加箱体面估计新算法.
|
 | perception/dl_detection/lidar/doc/container_face_angle.md |
 | perception/dl_detection/lidar/impl/dld_trailer_calculator.cpp |
 | perception/common/common_types.h |
 | perception/dl_detection/common/dld_params_config.h |
 | conf/perception_imv.rviz |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calculator.h |
 | perception/dl_detection/CMakeLists.txt |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
Commit
150f7c3a6d00ecc7a545118c4ac52c35b533a9ca
by tangxiaonote_out:车挂角度校正箱体面算法修改.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
 | perception/dl_detection/lidar/doc/container_face_angle.md |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
Commit
6ef466422ea31daa3b2862d33dd856a726de0ebb
by tangxiaonote_out:车挂角度校正日志和显示修改.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/doc/container_face_angle.md |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
61a9c18a18f3bd0e3d1a69cff0b382e7c8d5174d
by tangxiaonote_out:前箱面由小格选单点变为选一定范围内的点.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
 | perception/common/common_types.h |
 | .gitignore |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/lidar/doc/container_face_angle.md |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/common/dld_params_config.h |
Commit
b504a616b6ebc079e6c56ece1054295f0a3670c5
by tangxiaonote_out:车挂校正无可靠初始角度时搜索挂前沿侧面计算粗糙参考角度.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
3a8d5bad7582b4baed5156f411632cd8b15cfb31
by tangxiaonote_out:车挂校正无可靠初始角度时搜索挂前沿侧面计算粗糙参考角度,适配小角度计算方法.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp.bak_expandfix |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
bbcc5cad36d670e5bfa584dbbdf07c9e752e08da
by tangxiaonote_out:车挂校正无可靠初始角度时搜索挂前沿侧面计算粗糙参考角度,适配小角度计算方法.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp.bak_expandfix |
Commit
3b43ea991805034088274a4115cd3d495aa62ec5
by tangxiaonote_out:恢复误删除的车挂显示相关topic&&拆分dld_trailer_calibrator.cpp中两个类到两个单独的文件.
|
 | .gitignore |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator_by_container.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator_by_container.cpp |
Commit
171fd1314f696f7b19850c94412ff0177dc969ae
by tangxiaonote_out:修改enable_expand_filter_用法.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator_by_container.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator_by_container.cpp |
Commit
8c34332940e93a15b5aa2e5d3d91cd5040101e88
by tangxiaonote_out:增加各来源角度框的可视化.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
c4cb84808b70fd39a6effb1c1326f20e2fdd2323
by tangxiaonote_out:无参考角度初始角度估计优化.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
7dfab4a0c240b9c01bed2b93863184fb6a2addd2
by tangxiaonote_out:无参考角度时车挂角度搜索第二套方法.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
Commit
22c5f3569b68280258bbbe69af5e64957d11bb2a
by tangxiaonote_out:修复无车周点时NoiseFilter车周栅格不更新空置状态的bug.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_noise_filter.h |
 | perception/dl_detection/lidar/impl/dld_noise_filter.cpp |
Commit
94dd94dc0888b58605747708c7557f8b7d09a56a
by tangxiaonote_out:过滤岸桥轨道上的沟沿误检.
|
 | perception/dl_detection/lidar/impl/dld_ditch_line_handler.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_ditch_line_handler.h |
Commit
de16eb585abbefe5f682971819e8631c18900b26
by tangxiaonote_out:第二套无参考初始挂角查找优化.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
a49bdbec5501c6d3d8dc3a1bb7aea12111375784
by tangxiaotrailer front-edge: fix large-angle misclassify + logging + micro-opt
- classify: replace |dx|vs|dy| small-angle heuristic with two-hypothesis (along/normal) picked by |y_tr| closeness to half-width; kills spurious +90deg at large trailer angles - add z-band gate to reject cargo-box side face (out of baffle height band) - selection by |y_tr|-to-half-width instead of longest extent - angle-compare log: initial_baffle / initial_front_edge / revised / ekf / detect - micro-opt: consider() takes precomputed fit (drop duplicate LS on single segment path); reserve cell vectors; std::move cell idx
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
c148e48894e3defac8dd0ba213ae854c37f88d3a
by tangxiaotrailer front-edge batch1: box-face channel + z-classification + fusion
Treat box/body front face (tall grid cells above baffle height band) as a second, parallel estimator of the same trailer angle instead of discarding it:
- consider_box(): route runs whose z-top exceeds the baffle band to a box-face candidate; long straight wall -> dominant-axis classify (normal at small angle, along at large), keep the longest wall - fusion: prefer baffle (on-target height); fall back to box-face angle only when baffle route finds nothing (e.g. loaded trailer, baffle occluded) -> recovers cases that previously abstained (a7) - logging: per-candidate cand-box line; fuse line with th_baffle/th_box/src/out; RESULT now tags src=baffle|boxface - viz/out use fused final_a/final_b/final_side
NOTE: not compile-verified in this environment (needs project Docker build).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
993fd25cb44fe78e6177d342d84ff7bc77626854
by tangxiaotrailer front-edge batch2: raw-point fit + dual-side pooling + y-geo + confidence
- fit_raw(): LS over raw points of the chosen segment (not the 4 grid centroids) to suppress the per-column max-x quantization bias that drove the ~-7deg systematic error at small angle (a4/a6) - dual-side pooling: gather baffle-height cells L/R, sum per-side de-meaned covariances -> shared face direction (does NOT connect the two centroids, so it is immune to the cross-side motion-compensation x offset); used to refine short baffle segments - y-position geometric fallback: cosθ=(cyL-cyR)/(2w) from known half-width, y-only (avoids polluted x); logged (sensitive at large angle only) - confidence scalar per source; logged in fuse/RESULT - new logs: batch2 pool (nL/nR/th_pool/th_geo_mag), batch2 refine (th_centroid/th_raw/th_pool/use_pool)
Behavior change (intended): baffle final angle now comes from raw-point fit, or dual-side pool for short segments. NOTE: not compile-verified in this environment (needs project Docker build).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
604f3af72501ca145261c00bb9c3c69fbd75bebf
by tangxiaonote_out:宝世顺去铁轨矮草散点.
|
 | .gitignore |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
c5c1c4aa9cd5bcb4cc168e58b3f4253a7d4e8277
by tangxiaonote_out:烟台高柱检出区对行人标记为地图外.
|
 | perception/dl_detection/lidar/impl/dld_detection_tracking_processor.cpp |
Commit
9cf0f88238a4743e0c5443d7ce7e8dec03dbfbe4
by tangxiaonote_out: 矮柱近邻查找增加质心距离约束.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
Commit
3e05f34a15a00748a015c15b01e925215d552145
by tangxiaonote_out: 矮柱近邻查找质心距离约束0.2->0.25.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
e58d26eb2ccba90e35199f64bab39d2fd95a8fbf
by tangxiaonote_out:修改高柱栅格标记时域确认方式.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp.bak_pillardbg |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
Commit
d7255582c9247a3a513aae17a7b649c8b4b3ce79
by tangxiaonote_out:修改高柱栅格标记时域确认方式.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp.bak_pillardbg |
Commit
adc0971d9184636224eec71ec82d2d563dfe497d
by tangxiaonote_out:高柱历史信息记录标记使用时间戳而非帧计数.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
Commit
c28e223f7ecd9b75b8e841f5e109a5f1aaf0d197
by tangxiaonote_out:无初始角度适配小角度.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
f44deee08ac66081f464f97c6e139193fc47c648
by tangxiaonote_out:删除第一种求初始角度方法.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
3ed18e667347bdd2aefeb08bf8461e50a24cc831
by tangxiaonote_out:初始角度查找.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
c74d30ba8feb5b26d57fd0adda237206612317ed
by tangxiaonote_out:修改暂存.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
0c452d76483bcf93c0339ecced5e0d351524f788
by liuwenjing龙须点里不满足细线的点抛弃
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
d8566320b9abb4a995430bf4e02f08b995d7ba10
by tangxiaonote_out:烟台增加立体车库防护功能:高墙面拟合输出110点.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/impl/dld_detection_tracking_processor.cpp |
 | perception/dl_detection/lidar/include/dld_data_provider.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
d609bd5e22e2e69626c9d776f35855c489ac87d2
by liuwenjing龙须点线粗细约束&&x向和z向的离群值剔除
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
ce780e4d857cf961bc78fe5ecfeffb238223de07
by tangxiaonote_out:大榭像素42区域低矮障碍物点加入102点.
|
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
 | perception/dl_detection/common/dld_params_config.h |
Commit
0e7fe849120badb96e60970b8b1b4162b4767aab
by tangxiaonote_out:无初始角度时估计车挂初始角度v3最终版.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
6fc6595914a0479803f2fbf646d74ca92c984af9
by tangxiaonote_out:调节箱面角度的置信度.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
98da2b6285f63d72593fdeac0b8e758bdce4056a
by tangxiaonote_out:双侧挡流板面拟合角度值相互校验条件放松.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
1647ebe4c60ed3f92a5fca9e760cdc48d428556b
by tangxiaonote_out:车挂日志打印条件修改.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
8d6c69e459f8be7329557db7f2786d048b8312ad
by tangxiaonote_out:恢复仅无初始车挂角时才调用周围搜索.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
4169003e83b1b19b7ebf35aafb974d69e8f8dc14
by tangxiaonote_out: 挡流板置信度校验去除score1,2逻辑&&代码优化.
|
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | "dld_trailer_calibrator\344\274\230\345\214\226\346\270\205\345\215\225.md" |
 | perception/common/common_types.h |
Commit
340b7bd70a1a86ce12b2826e2919ee1c539b9137
by tangxiaonote_out: 挡流板置信度校验去除score1,2逻辑&&代码优化.
|
 | "dld_trailer_calibrator\344\274\230\345\214\226\346\270\205\345\215\225.md" |
Commit
c48305a611e75cbc9482eb185b4baa9efafd31b1
by tangxiaonote_out:参数修改.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
7957ecd966565c5c0e479d2ee67778b96c8b36ab
by tangxiaonote_out:增加箱体面计算挂角的注释.
|
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
74603f14be3460fb818962e981ccc1e826f45661
by tangxiaonote_out:拟合改为pca,增加箱体面角度y向箱宽校验.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
2cb3e42ded2425b88a3c6706edc0d550c321e318
by tangxiaonote_out:pca去噪点改为单次.
|
 | doc/trailer_angle_log_analysis_a1a9_20260709.md |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
7b9576dd4be88ea2f09ffaaa4443e81fc3e96bed
by tangxiaonote_out:调试日志,topic清理和隐藏.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | doc/trailer_angle_log_analysis_a1a9_20260709.md |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
e115495f9fb7c7011e95e0f9b7ef262ab5fd4358
by tangxiaonote_out:箱面半宽调整.
|
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_trailer_calibrator.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_trailer_calibrator.cpp |
Commit
1f1de8a5a04bdfabea348e7a05d980db2407614b
by tangxiaonote_out:坑洼检测地面分割后处理: 突变点检测,地面地下点粗标签标记.
|
 | perception/ground_segmentation/components/seg_ground.cpp |
 | perception/ground_segmentation/services/seg_ground_alg_plus.h |
 | perception/ground_segmentation/services/impl/seg_obstacle_step.cpp |
 | perception/ground_segmentation/common/data_injector.h |
 | perception/ground_segmentation/common/basic_types.h |
 | perception/ground_segmentation/services/impl/seg_ground_alg_plus.cpp |
 | perception/ground_segmentation/components/seg_obstacle.cpp |
 | perception/ground_segmentation/services/seg_ground_step.h |
 | perception/ground_segmentation/common/grd_utils.cpp |
 | perception/ground_segmentation/services/seg_obstacle_step.h |
 | perception/ground_segmentation/common/data_injector.cpp |
 | perception/ground_segmentation/services/impl/seg_ground_step.cpp |
Commit
af602919b9646bbc97589bb35f7c4ce275a009d9
by liuwenjing围栏点也经龙须点筛选标记
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
873ef82b3becd4d285d92c297366b0649a51bda1
by liuwenjing参数控制是否使用“收紧龙须点”的规则,洋浦不收紧
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/common/dld_params_config.h |
 | perception/common/common_types.h |
Commit
97ac2b432c9dbb1c02cd7aebb0f40e1da7fc9ffe
by tangxiaonote_out: 优化地面分割后处理:聚类和分类逻辑优化.
|
 | perception/ground_segmentation/services/impl/seg_ground_alg_plus.cpp |
 | perception/ground_segmentation/services/seg_ground_alg_plus.h |
Commit
a28e10bfe9f323541a2bb8c7c39e0441a93bba1c
by tangxiaonote_out: seg坑沿点辨识优化.
|
 | perception/ground_segmentation/services/impl/seg_ground_alg_plus.cpp |
 | perception/ground_segmentation/services/seg_ground_alg_plus.h |
Commit
774420d69d71283d6e861d64421d0b1e8245e570
by tangxiaonote_out:seg判坑簇修改条件.
|
 | perception/ground_segmentation/services/impl/seg_ground_alg_plus.cpp |
Commit
c8486a4ce688fd00b9eb6de5dc412cbc24528c04
by tangxiaonote_out:增加梁山后向雷达输出显示topic.
|
 | perception/ground_segmentation/services/impl/seg_obstacle_step.cpp |
 | perception/ground_segmentation/common/publisher_utils.h |
Commit
94e9c65134bda3d3ac83f2bd6eeb77e1d24241eb
by tangxiaonote_out:魏桥og点柳树过滤.
|
 | perception/common/common_types.h |
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
83258da18869a6b76aa61f2d44f6ba4fa860b4c7
by tangxiaonote_out:魏桥og点柳树过滤.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
3b933fd3043ac163d2a58a11dc0b48f0e22fe13b
by tangxiaonote_out:willow_hang_z默认改成4.5, 防误用.
|
 | perception/dl_detection/common/dld_params_config.h |
 | perception/common/common_types.h |
Commit
eabb1c0f8854448a1dcf1d08f1974311898d3b09
by tangxiaonote_out:增加dl输出角度的保存和可视化输出.
|
 | perception/dl_detection/lidar/impl/dld_detection_postprocessor.cpp |
 | perception/dl_detection/lidar/impl/dld_suf_impl.cpp |
 | perception/dl_detection/lib/obstacle_tracking/obstacle_tracking.cpp |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | doc/yaw_pipeline.md |
 | perception/common/common_types.h |
Commit
acf8438e19260c301ca2660717ab14b34ebd3130
by tangxiaonote_out:堆高机正面吊取消速度纠正box heading.
|
 | perception/dl_detection/lib/obstacle_tracking/obstacle_tracking.cpp |
 | perception/dl_detection/lib/obstacle_tracking/box_refiner.cpp |
Commit
9ad41a6f2d31653bfb01010b9e3ab12103b57a68
by tangxiaonote_out:铁路堆场路沿点增加时域叠加功能.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_ditch_line_handler.h |
 | perception/dl_detection/lidar/impl/dld_ditch_line_handler.cpp |
 | perception/common/common_types.h |
 | perception/dl_detection/common/dld_params_config.h |
Commit
e71a79dfcdac2552650c3c752ff6a939343a276d
by tangxiaonote_out:地磅/沟沿/路沿检出车身屏蔽区提取为参数.
|
 | perception/ground_segmentation/common/basic_types.h |
 | perception/ground_segmentation/common/grd_utils.cpp |
 | perception/ground_segmentation/services/impl/seg_ground_alg_plus.cpp |
Commit
e1cb321a904cdfad9d34223c78c365b7472a4fd5
by tangxiaonote_out:new_detection的地图显示增加像素相关着色&&增加map系密集栅格等间距格点云输出&&增加魏桥柳树矮枝像素和过滤方法.
|
 | perception/dl_detection/params/obstacle_detection_param_dx.yaml |
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/utils/dld_map_mask_util.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_detection_postprocessor.cpp |
 | perception/dl_detection/utils/dld_map_mask_util.cpp |
Commit
49224128b5e352a2a2725bee523a6cce87a09b69
by tangxiaonote_out:魏桥柳树区不做未定义点捞回.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
2ac49b10038d434a80926fe006876ab961730edd
by tangxiaonogte_out:去掉调试代码.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
5b9e8b302b33515d771f861008e34eca2e6e0def
by tangxiaonote_out:路口和道路内35米内不触发box refiner.
|
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lib/obstacle_tracking/obstacle_tracking.cpp |
 | perception/dl_detection/lidar/impl/dld_detection_tracking_processor.cpp |
 | perception/common/common_types.h |
Commit
5054569d50da0fccd833d81a25b818d653e47482
by tangxiaonote_out:振石窄且短地磅时域叠加策略.
|
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_ditch_line_handler.cpp |
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_ditch_line_handler.h |
 | perception/dl_detection/common/dld_utils.cpp |
Commit
c0902d72919f5a9b82590a8eb8dc83fe1da65350
by tangxiaonote_out:删除调试时的错误map_origin赋值.
|
 | perception/dl_detection/common/dld_utils.cpp |
Commit
2cb32f7d64484ef65ce2317fc4a167b2cd26507e
by tangxiaonote_out:前港cp更新135k模型,更新submodule model指针[新增sweeper/sprinkler/car类别].
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
 | perception/dl_detection/params/model |
Commit
42b2c5c0e7492b2a98e8f7e37250f0132edf9b0b
by tangxiaonote_out:前港新模型更新,洒水车和清扫车新类别适配.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_filter_sets.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lib/obstacle_tracking/obstacle_tracking.h |
 | perception/common/constant.h |
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/impl/dld_detection_tracking_processor.cpp |
 | perception/dl_detection/lib/obstacle_tracking/obstacle_tracking.cpp |
 | perception/dl_detection/lib/obstacle_tracking/tracking_common.cpp |
 | perception/dl_detection/lidar/impl/dld_suf_impl.cpp |
Commit
c3f6835f162e6984b713e125e569ef0bea0d7925
by tangxiaonote_out: 铁路堆场出口像素53添加过滤和稳定逻辑.
|
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_ditch_line_handler.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_ditch_line_handler.cpp |
Commit
fbc856765d2a60c5d1fa9eddd8ec3aed8373cecd
by tangxiaonote_out:路沿时域叠加端点排查日志(注释版).
|
 | perception/dl_detection/lidar/impl/dld_ditch_line_handler.cpp |
Commit
5714c0f82a9c93ad25a7331d841c913dfdd2746b
by tangxiaonote_out:extra NROI加高度范围参数.
|
 | perception/ground_segmentation/common/grd_utils.cpp |
 | perception/common/utils.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/ground_segmentation/services/impl/seg_transform_step.cpp |
 | .gitignore |
Commit
0ac5e339c1cbc84c29839af28368a9a5f8d61884
by tangxiaonote_out:宝世顺铁路堆场路沿ROI过滤参数(curb_filter_roi_utm,借像素53过滤逻辑).
新增curb_filter_roi_utm(UTM多边形)参数,在像素53过滤位置对落在ROI内的路沿点一并过滤不输出.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
 | perception/dl_detection/common/dld_params_config.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_ditch_line_handler.cpp |
Commit
8441243de6ca010809b73bd374d3a9eac38efa7b
by tangxiaonote_out:下一时刻过滤框可视化.
|
 | perception/dl_detection/lidar/include/dld_debug_info.h |
 | perception/dl_detection/utils/dld_visualization_debug.cpp |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
3853d8a7497e55eda4b0b067f92a495ab95ae1cd
by tangxiaonote_out:烟台车内点聚类初步实现.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/common/common_types.h |
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
Commit
447765c997dcc1e0b0670680d8bc2392163b9042
by tangxiaonote_out:烟台自车内聚类优化.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
Commit
2da2985821a477bf2ee16e67883235f7267860bc
by tangxiaonote_out:接入载车状态消息,控制是否开启自车内聚类和112点标记输出.
|
 | perception/common/ros_types.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/services/dld_sensor_msg_manager.h |
 | perception/dl_detection/services/impl/dld_sensor_msg_manager.cpp |
 | perception/dl_detection/services/impl/dld_vehicle.cpp |
 | perception/dl_detection/services/dld_vehicle.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
Commit
873254f946227a4eb1ad9a33964f323f933e997c
by tangxiaonote_out: 107点的z最低阈值恢复0.1米.
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
833eb6150e9691065868742ade1b64b49c0972c7
by tangxiaonote_out:梁山更新专有模型.
|
 | perception/dl_detection/params/model |
Commit
9f01ddfb0987e1f939b8ac1f56c65ffd82b1913e
by tangxiaonote_out:前港集卡车头高分阈值0.4->0.55.
|
 | perception/dl_detection/params/model |
Commit
84b3426131c654dcb84ee1104a7669cc848f015b
by liuwenjing转向角一个超阈值则整组去框
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
0a3bf1ab7003745db20cf3de9931988b2a1367e5
by tangxiaofeat(replay_script): 部署脚本相对路径化 + 驱动目录env注入 + 克隆脚本
- run_driver.sh: 配置走相对路径;驱动靠 SETUP_<pkg> 环境变量 source(无硬编码/无搜索), hesai 外参用 rospack find 推导;新增 --dry-run/--background - run_perception.sh: 相对化,自动上溯定位 share/perception,/senior 收敛为 SENIOR_ROOT,新增 --dry-run - 新增 clone_new_detection.sh(加固版 worktree 克隆)、deploy.env.example、.gitignore、README - driver_config.yaml: imv_4pxt32_2rsbp4 改指非bp4 imv launch(BP3/BP4自动判型合用) - CMakeLists: 安装 tools/replay_script 到 share/perception/tools/replay_script
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
 | tools/replay_script/driver_config.yaml |
 | CMakeLists.txt |
 | tools/replay_script/config.yaml |
 | tools/replay_script/deploy.env.example |
 | tools/replay_script/clone_new_detection.sh |
 | tools/replay_script/README.md |
 | tools/replay_script/run_perception.sh |
 | tools/replay_script/run_driver.sh |
 | tools/replay_script/.gitignore |
Commit
38084d4fd9205aa80ec04f27c465c0929e2c7311
by tangxiaodocs(replay_script): README 补充感知安装路径设置,更新过时注意项
- 快速开始新增“感知安装路径”步骤(PERCEPTION_SHARE/PERCEPTION_SETUP/SENIOR_ROOT) - run_perception.sh 段落说明非 install 内运行需显式设 PERCEPTION_SHARE - 环境变量表标注感知安装/系统根相关项 - 注意项更新:2 个 launch 已推送;改列缺失的 5 个感知档分支
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
 | tools/replay_script/README.md |
Commit
7a0eaf9e55781bdf71e3da4db282d022ddbffaaf
by tangxiaonote_out:前港洒水车和清扫车类别稳定策略.
|
 | perception/lib/geometry/bbox_tracking.cpp |
 | perception/dl_detection/lib/obstacle_tracking/box_refiner.h |
 | perception/dl_detection/lib/obstacle_tracking/obstacle_tracking.cpp |
 | perception/dl_detection/common/dld_params_config.h |
 | .gitignore |
 | perception/dl_detection/lib/obstacle_tracking/box_refiner.cpp |
 | perception/common/common_types.h |
Commit
7717cd52c63e4e20e4046b0c979ddf9e405bcb96
by tangxiaonote_out:烟台新过滤策略.
|
 | perception/dl_detection/common/dld_params_config.h |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
54cb49428e06702c385f4472ae6e6e0ce725f9bc
by tangxiaonote_out:烟台新加过滤策略先触发录包搜集信息.
|
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
 | perception/dl_detection/common/dld_params_config.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
Commit
ef5b6b29ea0592df7b4c47c9ce751c0d8e7c582a
by liuwenjing梁山洗车间谁水花过滤
|
 | perception/dl_detection/lidar/impl/dld_suf_impl.cpp |
 | perception/dl_detection/lidar/impl/dld_detection_tracking_processor.cpp |
 | perception/common/common_types.h |
 | perception/dl_detection/lidar/include/dld_pre_suf_set/dld_og_around_service.h |
 | perception/dl_detection/lidar/impl/dld_ditch_line_handler.cpp |
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |
Commit
6330991ad19ce48d6b95236baf7afea12e5996a8
by liuwenjing调整洗车间过滤距离阈值
|
 | perception/dl_detection/lidar/impl/dld_og_around_impl.cpp |