REVIEW 5 major objections 5 minor 35 references
ROLO-SLAM: Rotation-Optimized LiDAR-Only SLAM in Uneven Terrain with Ground Vehicle
T0 review · 5 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read ROLO-SLAM claims a LiDAR-only pipeline can reduce vertical pose drift on uneven terrain by decoupling rotation from translation, and reports matching an IMU-fused system without the IMU.
desk verdict Genuine front-end decoupling idea and consistent gains on the authors' uneven-terrain datasets, but the abstract's broad superiority claim is conditional on near-constant vehicle motion — a limitation the authors themselves flag. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the forward location prediction of Eq. (3), a constant-velocity extrapolation $$t_{k+1}=t_k+\frac{\tau_{k+1}-\tau_k}{\tau_k-\tau_{k-1}}(t_k-t_{k-1})$$ that coarsely removes the translation between consecutive scans. That coarse translation lets the front-end place the two sensor centers at a common origin, so rotation can be estimated by itself: each source point slides along its spherical surface into a voxelized Gaussian distribution of the target scan, with the angular residual converted to a distance via $\arcsin(\|d_i\|/\|\bar{p}'_k\|)$ and weighted by an SVD-regularized Mahalanobis covariance. Translation is then refined separately in a continuous-time optimization that reuses the same correspondences and penalizes deviation from uniform motion. The design works because the rotation estimate no longer absorbs translation error and the translation estimate no longer absorbs rotation error.
What would settle it
Run the method on an off-road course designed around stop-and-go motion with ground truth from surveyed markers; if vertical RMSE jumps sharply on segments where the per-scan translation departs from the constant-velocity prediction by more than about 20 percent, the decoupling mechanism is the bottleneck the paper acknowledges.
Extended reading notes
Core claim
ROLO-SLAM's central claim is that vertical drift on uneven terrain happens because translation and rotation are optimized together, so vehicle shaking from the ground surface breaks point correspondences and drags both estimates down. The remedy is to estimate the inter-scan translation first with a constant-velocity forward location prediction, which lets the front-end align the sensor centers of two consecutive scans and estimate rotation alone by sliding source points along spheres into voxelized Gaussian target distributions. Translation is then refined in a separate continuous-time optimization that combines geometric alignment with a uniform-motion penalty. With a scan-to-submap alignment and factor-graph back end, the paper reports that this pipeline lowers vertical drift enough that a single LiDAR can match or beat an IMU-fused system on several sequences while remaining real-time.
Load-bearing premise
Everything in the front-end depends on the vehicle keeping roughly constant velocity from one scan to the next, so the predicted translation is a good baseline; sudden acceleration, braking, or emergency maneuvers invalidate that baseline and vertical drift returns.
Editorial extensions
If this is right
- Ground robots and vehicles could get vertical accuracy on slopes and rough ground from LiDAR alone, dropping the need for an IMU and its calibration.
- The vertical-drift problem can be attacked in the front-end by decoupling rotation and translation, rather than by adding sensors or relying only on dense global optimization.
- Because the front-end runs in about 100 ms per scan, the accuracy gain does not have to trade away real-time operation.
- On datasets where an IMU-fused system such as FAST-LIO2 fails outright, a LiDAR-only system that does not depend on IMU initialization can still produce a trajectory.
- More faithful elevation profiles and maps on off-road routes improve downstream planning, since the map no longer tilts or doubles over on slopes.
Reading between the lines
- The dependence on constant-velocity prediction suggests the method's accuracy ceiling is set by controller aggressiveness; a natural next experiment is to measure vertical RMSE as a function of per-scan acceleration on the same terrain.
- The spherical-alignment rotation step is sensor-agnostic; the same slide-points-on-a-sphere-into-Gaussian-voxels idea could be applied to radar or sonar scans whenever radial geometry is well-defined.
- If decoupling is the true cause of the improvement, then adding an IMU to ROLO should yield little extra vertical accuracy on uneven terrain but improve robustness during sudden maneuvers; that contrast is testable with the released code.
- A stricter stress test than the paper's is near-zero forward speed with pure rotation on rough ground, where the forward location prediction has almost no translation to cancel and residual drift should become visible.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes ROLO-SLAM, a LiDAR-only SLAM system for ground vehicles on uneven terrain. The front-end decouples rotation and translation estimation: a forward location prediction based on a constant-velocity assumption coarsely removes inter-scan translation, voxelized spherical-alignment rotation registration estimates orientation, and a continuous-time constraint refines translation. A keyframe-based scan-to-submap alignment and factor-graph loop closure form the back-end. Experiments on KITTI, two campus datasets, and three off-road datasets compare against LOAM, LeGO-LOAM, CT-ICP, HDL-SLAM, and FAST-LIO2, reporting lower translation and rotation RMSE on the authors' uneven-terrain datasets and similar localization performance to FAST-LIO2 without using an IMU.
Significance. If the results hold, the main contribution is a practical demonstration that explicitly separating rotation and translation in the front-end reduces vertical drift in LiDAR-only SLAM, while maintaining real-time performance and releasing open-source code. The paper provides a broad experimental comparison on multiple self-collected datasets, an ablation of the front-end registration against ICP, NDT, and point-to-plane ICP, and a comparison with a LiDAR-inertial method. The strength of the paper is this breadth of evaluation and the reproducibility offered by the public code and video. The main caveat is that the core decoupling is contingent on a constant-velocity assumption that is not stress-tested, and the quantitative claims rely on a reference trajectory generated by another SLAM system.
major comments (5)
- [Sec. IV-B, Eq. (3), Sec. VI] The forward location prediction in Eq. (3) assumes v_k ≈ v_{k-1} and δd_k ≈ δd_{k-1}, and this predicted translation is what allows sensor centers to be aligned before the rotation-only registration in Sec. IV-C. If the vehicle accelerates, brakes, or turns sharply, the prediction error is nonzero; the spherical-angle cost in Eq. (15) then attributes that translational residual to rotation, and the continuous-time constraint in Eqs. (19)-(21) penalizes the optimizer for correcting the erroneous translation. The authors acknowledge in Sec. VI that "The accuracy of ROLO-SLAM is now reliant on forward location prediction" and list emergency braking and congested/off-road rally driving as failure cases, but none of the datasets in Table I includes a controlled acceleration-braking protocol or aggressive maneuvers. The abstract's broad claim that ROLO "excels in pose estimation of ground vehicles" is therefore conditional on near-constant velocity. I request either added experiments that quantify degradation under acceleration and braking or a reformulated claim that explicitly limits the operating regime.
- [Sec. V-A, Tables II, IV, V] The ground truth for the off-road and campus datasets is generated by the multi-sensor SLAM method GLIO [33], as stated in Sec. V-A. Because GLIO is itself an estimator -- and because in off-road, tree-covered terrain the accuracy of its GNSS/IMU/LiDAR fusion is not independently certified -- the absolute RMSE values in Tables II, IV, and V are relative to GLIO's trajectory rather than to an independent reference. The paper should validate the reference trajectory, for example with surveyed ground-control points, RTK-GPS checkpoints where available, or elevation profiles compared against independent altimeter readings such as the landmarks used in Fig. 24. Without this, the magnitude of the reported improvements over the baselines cannot be separated from the accuracy of the chosen reference.
- [Tables II-V] The paper reports RMSE (translation (m)/rotation (deg)) without defining whether this is per-frame absolute pose error after trajectory alignment, a relative error over sub-trajectories, or a benchmark-specific metric. This definition is essential for reproducibility: for the KITTI rows, rotation RMSE values around 2.2-3.0 deg in Table II are much larger than the KITTI odometry benchmark's usual relative rotational error expressed in deg/100m, which suggests a different aggregation. Please specify the exact error metric, the alignment procedure used before computing RMSE, and, for the KITTI datasets, report the standard KITTI odometry metrics as well.
- [Eqs. (10)-(15)] The rotation objective replaces the spherical angle with the tangent-plane distance: Eq. (10) gives ∢ = arcsin(||d_i||/||p̄'_k||), and Eq. (11) writes ∝ ||d_i||, but the proportionality factor 1/||p̄'_k|| depends on the point's range and is omitted in Eq. (15). The paper should state explicitly that a small-angle approximation is being made and justify why omitting the range-dependent normalization does not bias the rotation estimate, especially for near-range points. Relatedly, Eq. (14) sets the two non-dominant eigenvalues to λ_max, discarding the axial covariance structure; the effect of this regularization on the cost landscape in Eq. (15) is not analyzed.
- [Tables II and V] The same nominal experiment appears with different numbers: ROLO on Offroad2 has rotation RMSE 0.035 deg in Table II and 0.043 deg in Table V, while all other entries for ROLO are identical between the tables. This discrepancy is unexplained and directly affects the comparison with FAST-LIO2 in Sec. V-F. Please correct the values or explain how the two tables were produced.
minor comments (5)
- [Fig. 15 caption] The caption contains an uninterpretable string of "/uni000000..." tokens, which appears to be an encoding artifact and should be replaced with the intended text.
- [Fig. 17 and Sec. V] The baseline algorithm is called "HDL-SLAM" throughout the text but is labeled "HDL-LOAM" in Fig. 17; please use one consistent name.
- [Eq. (16)] The optimization is written as argmin over "¬T", which appears to be a typographical artifact; the variable should be the transformation whose components are later combined in Eq. (22).
- [Sec. IV-E] The definition "F = Fe, Fp}" has a mismatched brace and should read "F = {Fe, Fp}".
- [Sec. V-C] The text says all ER and Et results are obtained by executing each method five times, but it does not identify the source of randomness across runs; please state what varies (initialization, thread scheduling, or other nondeterminism) so the robustness claim is reproducible.
Circularity Check
No significant circularity: central ROLO-SLAM derivation is independent; one minor non-load-bearing self-citation yields score 2.
full rationale
ROLO-SLAM's central derivation chain is self-contained. The forward location prediction (Eq. 3) is a constant-velocity extrapolation using previous scan timestamps and pose history; it is not a parameter fitted to the pose errors it is later used to reduce. The rotation registration (Eqs. 9-15) and translation optimization (Eqs. 16-21) minimize geometric residuals against the LiDAR point cloud itself, and the outputs are validated against external baselines (LOAM, LeGO-LOAM, CT-ICP, HDL-SLAM, FAST-LIO2) and external ground truth generated by GLIO [33]. No predicted trajectory component is fed back as the ground truth, and no fitted coefficient is renamed as a prediction. The paper's own admission in Sec. VI that 'The accuracy of ROLO-SLAM is now reliant on forward location prediction' is a genuine limitation of robustness under acceleration/braking, but it is not circular: Eq. 3 is not defined in terms of the final R and t it is used to estimate, and the empirical comparison remains external. The only overlapping-author reference is [20] (prior IROS low-drift odometry work), cited as related work; ROLO does not import any uniqueness theorem, ansatz, or fitted result from it. No self-definitional step, fitted-input-as-prediction step, load-bearing self-citation, author-imported uniqueness, ansatz-via-citation, or renaming pattern is present. Score 2 reflects the minor non-load-bearing self-citation; the central claim has independent empirical content.
Assumptions & free parameters
free parameters (4)
- lambda (continuous-time constraint weight) =
not reported
- Res (voxel resolution) =
not reported
- N+ (minimum points per voxel) =
not reported
- Keyframe interval and sliding-window size k =
not reported
assumptions (5)
- domain assumption Constant velocity and constant per-scan translation between consecutive scans
- domain assumption Rigid connection is always maintained between vehicle and LiDAR
- domain assumption Points in each voxel follow a Gaussian distribution with known mean and covariance
- ad hoc to paper Spherical angle can be replaced by tangent-plane distance for angles up to pi/2
- ad hoc to paper SVD regularization discards axial covariance information
Cite this review
Pith. "Pith review of ROLO-SLAM: Rotation-Optimized LiDAR-Only SLAM in Uneven Terrain with Ground Vehicle." pith.science (2026). https://pith.science/paper/DCQLPDBA
@misc{pith2026250102166,
author = {Pith},
title = {Pith review of: ROLO-SLAM: Rotation-Optimized LiDAR-Only SLAM in Uneven Terrain with Ground Vehicle},
year = {2026},
howpublished = {\url{https://pith.science/paper/DCQLPDBA}},
note = {Machine review of arXiv:2501.02166}
}
read the original abstract
LiDAR-based SLAM is recognized as one effective method to offer localization guidance in rough environments. However, off-the-shelf LiDAR-based SLAM methods suffer from significant pose estimation drifts, particularly components relevant to the vertical direction, when passing to uneven terrains. This deficiency typically leads to a conspicuously distorted global map. In this article, a LiDAR-based SLAM method is presented to improve the accuracy of pose estimations for ground vehicles in rough terrains, which is termed Rotation-Optimized LiDAR-Only (ROLO) SLAM. The method exploits a forward location prediction to coarsely eliminate the location difference of consecutive scans, thereby enabling separate and accurate determination of the location and orientation at the front-end. Furthermore, we adopt a parallel-capable spatial voxelization for correspondence-matching. We develop a spherical alignment-guided rotation registration within each voxel to estimate the rotation of vehicle. By incorporating geometric alignment, we introduce the motion constraint into the optimization formulation to enhance the rapid and effective estimation of LiDAR's translation. Subsequently, we extract several keyframes to construct the submap and exploit an alignment from the current scan to the submap for precise pose estimation. Meanwhile, a global-scale factor graph is established to aid in the reduction of cumulative errors. In various scenes, diverse experiments have been conducted to evaluate our method. The results demonstrate that ROLO-SLAM excels in pose estimation of ground vehicles and outperforms existing state-of-the-art LiDAR SLAM frameworks.
Figures
Figures from the paper (20 more)
Reference graph
Works this paper leans on
-
[20]
Low-drift lidar-only odometry and mapping for ugvs in environments with non-level roads,
X. Chen, Y . Wang, C. Wang, R. Song, and Y . Li, 20 “Low-drift lidar-only odometry and mapping for ugvs in environments with non-level roads,” in 2022 IEEE/RSJ International Conference on Intelligent Robots and Sys- tems (IROS) . IEEE, 2022, pp. 13 174–13 180, https: //doi.org/10.1109/IROS47612.2022.9982264
arXiv 2022
-
[33]
X. Liu, W. Wen, and L.-T. Hsu, “Glio: Tightly-coupled gnss/lidar/imu integration for continuous and drift-free state estimation of intelligent vehicles in urban areas,” IEEE Transactions on Intelligent Vehicles , 2023, https: //doi.org/10.1109/TIV .2023.3323648
arXiv 2023
-
[1]
Robust graph slam back-ends: A comparative analysis,
Y . Latif, C. Cadena, and J. Neira, “Robust graph slam back-ends: A comparative analysis,” in 2014 IEEE/RSJ International Conference on Intelligent Robots and Sys- tems. IEEE, 2014, pp. 2683–2690, https://doi.org/10. 1109/IROS.2014.6942929
arXiv 2014
-
[2]
Lego-loam: Lightweight and ground-optimized lidar odometry and mapping on vari- able terrain,
T. Shan and B. Englot, “Lego-loam: Lightweight and ground-optimized lidar odometry and mapping on vari- able terrain,” in 2018 IEEE/RSJ International Con- ference on Intelligent Robots and Systems (IROS) . IEEE, 2018, pp. 4758–4765, https://doi.org/10.1109/ IROS.2018.8594299
arXiv 2018
-
[3]
Gnd-lo: Ground decoupled 3d lidar odometry based on planar patches,
A. Galeote-Luque, J.-R. Ruiz-Sarmiento, and J. Gonzalez-Jimenez, “Gnd-lo: Ground decoupled 3d lidar odometry based on planar patches,” IEEE Robotics and Automation Letters , 2023, https://doi.org/10.1109/LRA.2023.3313057
arXiv 2023
-
[4]
ig-lio: An in- cremental gicp-based tightly-coupled lidar-inertial odom- etry,
Z. Chen, Y . Xu, S. Yuan, and L. Xie, “ig-lio: An in- cremental gicp-based tightly-coupled lidar-inertial odom- etry,” IEEE Robotics and Automation Letters , 2024, https://doi.org/10.1109/LRA.2024.3349915
arXiv 2024
-
[7]
H. Xue, H. Fu, L. Xiao, Y . Fan, D. Zhao, and B. Dai, “Traversability analysis for autonomous driving in com- plex environment: A lidar-based terrain modeling ap- proach,” Journal of Field Robotics , vol. 40, no. 7, pp. 1779–1803, 2023, https://doi.org/10.1002/rob.22209
-
[8]
Loam: Lidar odometry and mapping in real-time
J. Zhang and S. Singh, “Loam: Lidar odometry and mapping in real-time.” in Robotics: Science and sys- tems, vol. 2, no. 9. Berkeley, CA, 2014, pp. 1–9, https://doi.org/10.15607/RSS.2014.X.007
Show all 35 references
-
[9]
F-loam: Fast lidar odometry and mapping,
H. Wang, C. Wang, C.-L. Chen, and L. Xie, “F-loam: Fast lidar odometry and mapping,” in 2021 IEEE/RSJ International Conference on Intelligent Robots and Sys- tems (IROS). IEEE, 2021, pp. 4390–4396, https://doi. org/10.1109/IROS51168.2021.9636655
2021
-
[10]
Loam livox: A fast, ro- bust, high-precision lidar odometry and mapping pack- age for lidars of small fov,
J. Lin and F. Zhang, “Loam livox: A fast, ro- bust, high-precision lidar odometry and mapping pack- age for lidars of small fov,” in 2020 IEEE Interna- tional Conference on Robotics and Automation (ICRA) . IEEE, 2020, pp. 3126–3131, https://doi.org/10.1109/ ICRA40945.2020.9197440
2020
-
[11]
Direct lidar odometry: Fast localization with dense point clouds,
K. Chen, B. T. Lopez, A.-a. Agha-mohammadi, and A. Mehta, “Direct lidar odometry: Fast localization with dense point clouds,” IEEE Robotics and Automation Letters, vol. 7, no. 2, pp. 2000–2007, 2022, https://doi. org/10.1109/LRA.2022.3142739
-
[12]
Comparing icp variants on real-world data sets: Open- source library and experimental protocol,
F. Pomerleau, F. Colas, R. Siegwart, and S. Magnenat, “Comparing icp variants on real-world data sets: Open- source library and experimental protocol,” Autonomous robots, vol. 34, pp. 133–148, 2013, https://doi.org/10. 1109/IM.2001.924446
2013
-
[13]
Gicp-loam: Lidar odometry and mapping with voxelized generalized iterative closest point,
X. Li, A. Zhang, H. Liu, C. Fan, C. Liu, and R. Zheng, “Gicp-loam: Lidar odometry and mapping with voxelized generalized iterative closest point,” in 2022 China Au- tomation Congress (CAC). IEEE, 2022, pp. 2103–2108, https://doi.org/10.1109/CAC57257.2022.10055138
2022
-
[14]
Ndt-loam: A real-time lidar odometry and mapping with weighted ndt and lfa,
S. Chen, H. Ma, C. Jiang, B. Zhou, W. Xue, Z. Xiao, and Q. Li, “Ndt-loam: A real-time lidar odometry and mapping with weighted ndt and lfa,” IEEE Sensors Journal, vol. 22, no. 4, pp. 3660–3671, 2021, https: //doi.org/10.1109/JSEN.2021.3135055
2021
-
[15]
Ct-icp: Real-time elastic lidar odometry with loop closure,
P. Dellenbach, J.-E. Deschaud, B. Jacquet, and F. Goulette, “Ct-icp: Real-time elastic lidar odometry with loop closure,” in 2022 International Conference on Robotics and Automation (ICRA) . IEEE, 2022, pp. 5580–5586, https://doi.org/10.1109/ICRA46639.2022.9811849
2022
-
[16]
Fast and versatile feature-based lidar odometry via efficient local quadratic surface approximation,
S. Choi, H.-W. Chae, Y . Jeung, S. Kim, K. Cho, and T.- w. Kim, “Fast and versatile feature-based lidar odometry via efficient local quadratic surface approximation,”IEEE Robotics and Automation Letters , vol. 8, no. 2, pp. 640– 647, 2023, https://doi.org/10.1109/LRA.2022.3227875
2023
-
[17]
E-loam: Lidar odometry and mapping with expanded local structural information,
H. Guo, J. Zhu, and Y . Chen, “E-loam: Lidar odometry and mapping with expanded local structural information,” IEEE Transactions on Intelligent Vehicles , vol. 8, no. 2, pp. 1911–1921, 2023, https://doi.org/10.1109/TIV .2022. 3151665
1911 doi
-
[18]
A lidar slam with pca-based feature extraction and two-stage matching,
S. Guo, Z. Rong, S. Wang, and Y . Wu, “A lidar slam with pca-based feature extraction and two-stage matching,” IEEE Transactions on Instrumentation and Measurement, vol. 71, pp. 1–11, 2022, https://doi.org/10.1109/TIM. 2022.3156982
2022
-
[19]
Fevo-loam: Feature extraction and vertical optimized lidar odometry and mapping,
Z. Wang, L. Yang, F. Gao, and L. Wang, “Fevo-loam: Feature extraction and vertical optimized lidar odometry and mapping,” IEEE Robotics and Automation Letters , vol. 7, no. 4, pp. 12 086–12 093, 2022, https://doi.org/10. 1109/LRA.2022.3201689
2022
-
[21]
Teaser: Fast and certifiable point cloud registration,
H. Yang, J. Shi, and L. Carlone, “Teaser: Fast and certifiable point cloud registration,” IEEE Transactions on Robotics , vol. 37, no. 2, pp. 314–333, 2020, https: //doi.org/10.1109/TRO.2020.3033695
2020
-
[22]
Eil-slam: Depth-enhanced edge-based infrared-lidar slam,
W. Chen, Y . Wang, H. Chen, and Y . Liu, “Eil-slam: Depth-enhanced edge-based infrared-lidar slam,” Journal of Field Robotics , vol. 39, no. 2, pp. 117–130, 2022, https://doi.org/10.1002/rob.22040
2022 doi
-
[23]
D-liom: Tightly-coupled direct lidar-inertial odometry and map- ping,
Z. Wang, L. Zhang, Y . Shen, and Y . Zhou, “D-liom: Tightly-coupled direct lidar-inertial odometry and map- ping,” IEEE Transactions on Multimedia , 2022, https: //doi.org/10.1109/TMM.2022.3168423
2022
-
[24]
Lio-sam: Tightly-coupled lidar inertial odome- try via smoothing and mapping,
T. Shan, B. Englot, D. Meyers, W. Wang, C. Ratti, and D. Rus, “Lio-sam: Tightly-coupled lidar inertial odome- try via smoothing and mapping,” in 2020 IEEE/RSJ in- ternational conference on intelligent robots and systems (IROS). IEEE, 2020, pp. 5135–5142, https://doi.org/10. 11...
2020
-
[25]
Sdv-loam: Semi-direct visual-lidar odometry and map- ping,
Z. Yuan, Q. Wang, K. Cheng, T. Hao, and X. Yang, “Sdv-loam: Semi-direct visual-lidar odometry and map- ping,” IEEE Transactions on Pattern Analysis and Ma- chine Intelligence , pp. 1–18, 2023, https://doi.org/10. 1109/TPAMI.2023.3262817
2023
-
[26]
3dregnet: A deep neural network for 3d point registration,
G. D. Pais, S. Ramalingam, V . M. Govindu, J. C. Nascimento, R. Chellappa, and P. Miraldo, “3dregnet: A deep neural network for 3d point registration,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2020, pp. 7193–7203, https://doi.org/1...
2020
-
[27]
Lo-net: Deep real-time lidar odometry,
Q. Li, S. Chen, C. Wang, X. Li, C. Wen, M. Cheng, and J. Li, “Lo-net: Deep real-time lidar odometry,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2019, pp. 8473–8482, https://doi.org/10.1109/CVPR.2019.00867
2019
-
[28]
OverlapNet: Loop Closing for LiDAR-based SLAM,
X. Chen, T. L ¨abe, A. Milioto, T. R ¨ohling, O. Vysotska, A. Haag, J. Behley, and C. Stachniss, “OverlapNet: Loop Closing for LiDAR-based SLAM,” in Proceedings of Robotics: Science and Systems (RSS) , 2020, https: //doi.org/10.15607/RSS.2020.XVI.009
2020 doi
-
[29]
Suma++: Efficient lidar-based se- mantic slam,
X. Chen, A. Milioto, E. Palazzolo, P. Giguere, J. Behley, and C. Stachniss, “Suma++: Efficient lidar-based se- mantic slam,” in 2019 IEEE/RSJ International Con- ference on Intelligent Robots and Systems (IROS) . IEEE, 2019, pp. 4530–4537, https://doi.org/10.1109/ IROS40897.201...
2019
-
[30]
Nerf-loam: Neural implicit representation for large-scale incremental lidar odometry and mapping,
J. Deng, Q. Wu, X. Chen, S. Xia, Z. Sun, G. Liu, W. Yu, and L. Pei, “Nerf-loam: Neural implicit representation for large-scale incremental lidar odometry and mapping,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2023, pp. 8218–8227, https://doi...
2023
-
[31]
Slamesh: Real- time lidar simultaneous localization and meshing,
J. Ruan, B. Li, Y . Wang, and Y . Sun, “Slamesh: Real- time lidar simultaneous localization and meshing,” in 2023 IEEE International Conference on Robotics and Automation (ICRA) , 2023, pp. 3546–3552, https://doi. org/10.1109/ICRA48891.2023.10161425
2023
-
[32]
Are we ready for autonomous driving? the kitti vision benchmark suite,
A. Geiger, P. Lenz, and R. Urtasun, “Are we ready for autonomous driving? the kitti vision benchmark suite,” in Conference on Computer Vision and Pattern Recogni- tion (CVPR) , 2012, https://doi.org/10.1109/CVPR.2012. 6248074
2012 doi
-
[34]
Extending kalibr: Calibrating the extrinsics of multiple imus and of individual axes,
J. Rehder, J. Nikolic, T. Schneider, T. Hinzmann, and R. Siegwart, “Extending kalibr: Calibrating the extrinsics of multiple imus and of individual axes,” in 2016 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2016, pp. 4304–4311, https://doi.org/ 10.11...
2016
-
[35]
Autoware on board: En- abling autonomous vehicles with embedded systems,
S. Kato, S. Tokunaga, Y . Maruyama, S. Maeda, M. Hirabayashi, Y . Kitsukawa, A. Monrroy, T. Ando, Y . Fujii, and T. Azumi, “Autoware on board: En- abling autonomous vehicles with embedded systems,” in 2018 ACM/IEEE 9th International Conference on Cyber- Physical Systems (ICCPS...
2018
-
[36]
A portable three-dimensional lidar-based system for long-term and wide-area people behavior measurement,
K. Koide, J. Miura, and E. Menegatti, “A portable three-dimensional lidar-based system for long-term and wide-area people behavior measurement,” International Journal of Advanced Robotic Systems , vol. 16, no. 2, p. 1729881419841532, 2019, https://doi.org/10.1177/ 1729881419841532
2019
-
[37]
Fast-lio2: Fast direct lidar-inertial odometry,
W. Xu, Y . Cai, D. He, J. Lin, and F. Zhang, “Fast-lio2: Fast direct lidar-inertial odometry,” IEEE Transactions on Robotics, vol. 38, no. 4, pp. 2053–2073, 2022, https: //doi.org/10.1109/TRO.2022.3141876
2022
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.