Open nervusvagus opened 1 year ago
Is it possible to get linear acceleration values free of gravity from the DMP on the mpu9250? I see a calculation on float accelX = imu.calcAccel(imu.ax);
however Im not sure if accelX is the linear acceleration.
Is it possible to get linear acceleration values free of gravity from the DMP on the mpu9250? I see a calculation on float accelX = imu.calcAccel(imu.ax);
however Im not sure if accelX is the linear acceleration.