Closed wangxb-code closed 2 years ago
谢谢你的回答,我是这方面的新手,我想请问一下你的IMU数据是怎么获得的,IMU的数据格式需要是sensor_msg::imu数据格式吗,标定IMU的时候需要的数据类型是sensor_msgs::imu数据类型吗,因为我通过CAN通讯获得了IMU的Motorola的数据类型,请问如何将它转换为sensor_msgs::imu数据类型 Thank you for your answer, I am a novice in this field, I would like to know how you get your IMU data, should the data format of IMU be sensor_msgs:: msg data format? whether the data type required for calibrating IMU is sensor_msgs::imu data type. Because I obtained the data type of IMU from Motorola through CAN communication, may I ask how to convert it to sensor_msgs::imu data type?
1.write a ros driver to parse the imu raw data from Can port and publish these messages. 2.strictly sync your Imu and lidar sensor. Make sure the imu timestamp is correct and there are no missing frames.
Of course,you first need to calibrate the extrinsic between IMU and Lidar. Then you also need to calibrate the intrinsics of IMU,that is analyze the random walk noise and bias of IMU.