# lidar_imu_calib
### overview
when develop slam based on 3D lidar, we often use imu to provide priori for matching algorithm(icp, ndt), so the transform between lidar and imu need to be calibrated.For matching algorithm, attitude in transfom is more important than position in transform, and position often be set to 0. So this repo concentrate on calibrate attitude component in transform between lidar and imu.
### prerequisite
- [ROS](http://wiki.ros.org/kinetic/Installation/Ubuntu)
- [ndt_omp](https://github.com/koide3/ndt_omp)
### install ndt_omp to system catalog
```
git clone https://github.com/koide3/ndt_omp.git
cd ndt_omp
mkdir build
cd build
cmake ..
make
sudo make install
```
### step
1. use rosbag tool record imu and lidar data
```
rosbag record /imu /lidar_points
```
2. config launch file
```
lidar_topic: lidar data topic name
imu_topic: imu data topic name
bag_file: *.bag file record imu and lidar data topic
```
3. start
```
roslaunch lidar_imu_calib calib_exR_lidar2imu.launch
```
### reference
[https://blog.csdn.net/weixin_37835423/article/details/110672571](https://blog.csdn.net/weixin_37835423/article/details/110672571)
鸡糟的黄医桑
- 粉丝: 29
- 资源: 4635
最新资源
- "C++ SOCKET编程:同步阻塞与异步非阻塞通信服务端和客户端代码,支持断线重连与多客户端连接,详细注释,VS2015编译通过",1、C++SOCKET同步阻塞、异步非阻塞通信服务端、客户端代码
- 基于JAVA+SpringBoot+Vue+MySQL的广场舞团系统 源码+数据库+论文(高分毕设项目).zip
- 基于JAVA+SpringBoot+Vue+MySQL的家具商城系统 源码+数据库(高分毕设项目).zip
- 基于JAVA+SpringBoot+Vue+MySQL的驾校管理系统 源码+数据库(高分毕设项目).zip
- 基于JAVA+SpringBoot+Vue+MySQL的婚恋系统 源码+数据库(高分毕设项目).zip
- MATLAB Simulink直流微电网设计与实现:风、光、储、负载与逆变器协同控制策略探究,MATLAB Simulink直流微电网 子单元:风、光、储、负载、逆变器 风力发电和光伏发电采用MPPT
- 基于JAVA+SpringBoot+Vue+MySQL的简历系统 源码+数据库+论文(高分毕设项目).zip
- 基于JAVA+SpringBoot+Vue+MySQL的就业信息管理系统 源码+数据库+论文(高分毕设项目).zip
- 基于JAVA+SpringBoot+Vue+MySQL的旧物置换网站 源码+数据库+论文(高分毕设项目).zip
- Carsim与Simulink联合仿真:轨迹跟随与车道保持的横向控制模型详解及Cpar与Mdl文件操作指南,carsim与simulink联合仿真-轨迹跟随,车道保持,横向控制 carsim的cpa
- 基于JAVA+SpringBoot+Vue+MySQL的篮球论坛系统 源码+数据库+论文(高分毕设项目).zip
- 基于JAVA+SpringBoot+Vue+MySQL的篮球竞赛预约平台 源码+数据库+论文(高分毕设项目).zip
- 基于JAVA+SpringBoot+Vue+MySQL的漫画网站 源码+数据库+论文(高分毕设项目).zip
- ec73e1e690357c5827e0dbba1b3b23a4.part13
- 基于MVVM开发框架的C# WPF开源控件库Newbeecoder.UI:快速搭建高效桌面应用的利器,C# WPF源码控件库推荐 WPF开发桌面软件具有天然优势,能快速漂亮的界面程序 Newbeec
- 基于JAVA+SpringBoot+Vue+MySQL的桥牌计分系统 源码+数据库(高分毕设项目).zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
评论1