I am trying to use the IMU data for the imu-camera calibration from pixhawk. But confused with the types of messages in the from mavlink. I am using the pixhawk flight controller, and use mavlink to get the IMU data. I found the following message types:
Could anyone provide the detail explanation to the type of IMU messages, and when to use them? Under what condition to use which messages. And from our experiments, its seems that the xacc, yacc, and zacc that we get from HIGHRES_IMU are not accelerations but are velocities. Do anyone have done research on these things. Thank you.
In PX4, the IMU data is sent though MAVLink using the HIGHRES_IMU message.
The acceleration fields are not velocities as you can see in the attached screenshot of the MAVLink Inspector.
Thank you for your information, seems like they are accelerations. I tried to get the raw IMU data from the mavlink using RAW_IMU mavlink message, but unable to get it. Do you know the reason? But I was able to get the scaled IMU data.I do,t know why I am not able to get the raw imu messages.
I’m working partially on that. Please create a new topic with a new title and post your questions there. You can ping me and I’ll try to help you if I can.