What is IMU sampling frequency / time in Pixhawk 4?

I’d use a debug adapter or MAVLink shell to see what is going on.

Commands to try are:

  • dmesg to get the startup (sensor start) output
  • sensor status
  • uorb top to see rates of topics
  • listener sensor_gyro to see the data in detail
1 Like