VoxelMap icon indicating copy to clipboard operation
VoxelMap copied to clipboard

[RA-L 2022] An efficient and probabilistic adaptive voxel mapping method for LiDAR odometry

Results 27 VoxelMap issues
Sort by recently updated
recently updated
newest added

VoxelMap总体性能很好,但是UAV在初始化时如果飞机一直在运动则并不鲁棒非常容易发散,请问这是为什么呢?演示视频中UAV也是从中途平飞静止时启动的算法,请问有没有什么好的解决方法呢? ![image](https://user-images.githubusercontent.com/37181135/183584162-b2777ccb-fc6b-42cd-b9fd-b670d1240c81.png)

Great thanks to your project and I have a question about state covariance. At each period of GN iteration. After state update in j-th iteration, shouldn't the state covariance be...

i launch mapping_l515.launch and play l5152.bag. it prompts Failed to find match for field 'intensity'. Failed to find match for field 'time'. Failed to find match for field 'ring'. and...

您好 ,感谢您的分享,这里有个问题想要请教,在我尝试编译的时候,出现了以下错误: ~/catkin_ws/src/VoxelMap-master/include/voxel_map_util.hpp: In function ‘void BuildResidualListOMP(const std::unordered_map&, double, double, int, const std::vector&, std::vector&, std::vector&)’: **error**: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 请问您知道这里是什么原因吗,谢谢!

您好!感谢您出色的工作!我有一个问题想请教您,目前我运行自己的avia采集的数据,立马漂移,请问需要如何修改您的代码才能正常运行,或者我是不是哪里参数设置的不对?期待您的答复

Hi!! First of all, congratulations for your work! I'm testing the code and it seems to work well. I'm testing it with Livox Horizon datasets, and I need to avoid...

Dear Author, for kitti sequence 00, how much space does the map occupy with maximum voxel size set to 3.5m and octo-tree level set to 3? Do you think it...

作者您好,感谢您的开源工作,这里有一个疑惑,想要向您请教: 根据fast_lio2的论文,更新的方程如下: ![2022-10-10 16-31-20 的屏幕截图](https://user-images.githubusercontent.com/72787342/194827030-fc10d30a-fa40-4a21-b31e-32826f7dc75a.png) 在这个项目中,代码中求解方程如下: `solution = K * meas_vec + vec - K * Hsub * vec.block(0, 0);` 相比fast_lio2没有Jk预测方程的雅可比矩阵,请问这里是有什么不一样吗,为什么这里没有Jk。 谢谢!

According to the paper, covariance of point in the world: ![Screenshot from 2022-08-27 13-38-13](https://user-images.githubusercontent.com/12262760/187041691-9aa0db1d-68a6-4f9a-9836-5284d126feaa.png) but in the codes, it seems missing W_R_L in the second iterm, see codes: _cov =...

Hello @ChongjianYUAN I have Ubuntu 18.04 and ROS melodic and I run the command in the terminal $ roslaunch voxel_map mapping_velodyne.launch and the result/output in the terminal is as following:...