Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMU该如何融入使用 #8

Open
GuangZhaoZhou opened this issue Jul 17, 2020 · 6 comments
Open

IMU该如何融入使用 #8

GuangZhaoZhou opened this issue Jul 17, 2020 · 6 comments

Comments

@GuangZhaoZhou
Copy link

您好,我最近在看lego_loam的代码,不知道激光坐标系和IMU坐标是怎么规定的?怎么样在自己的激光和IMU运行legoLoam?不知道您解决没有。

@GuangZhaoZhou
Copy link
Author

激光16线Velodyne,IMU可以说小觅相机或者单独的IMU。

@Gutsgwh1997
Copy link

激光雷达的坐标系和IMU坐标系跟KITTI中的方向一致

@GuangZhaoZhou
Copy link
Author

老铁,我试了一下,还是有问题,不知道您坐标方向一致就可以吗?还是需要标定吧?然后把标定数据加进去。

@Gutsgwh1997
Copy link

从代码里边看,lego-loam没用到IMU和Lidar之间的外参,Lidar和IMU有点要求:

  1. IMU频率必须大于Lidar频率,IMU必须可以直接提供orientation;
  2. IMU和Lidar的坐标系和KITTI数据集中的保持一致;
  3. Lidar的时间戳是在一帧点云的起始点处;(不使用IMU,Lidar时间戳可以不满足这个要求)

如果不修改原代码,你要保证这几条,另外我现在手里没有硬件,没有测试过。

@GuangZhaoZhou
Copy link
Author

GuangZhaoZhou commented Jul 29, 2020 via email

@Gutsgwh1997
Copy link

我说的一致是指Lidar与IMU坐标系的朝向相同,featureAssociation.cpp中的void imuHandler()函数与 void adjustDistortion()函数可以说明。lego-loam使用body系下的位移、转角去补偿Lidar系下的位移,外参中的平移较大时不太准确。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants