|
Re: Got Gyro drift? Try Sensor Fusion !
Eric - The IMU Open vi (in your Begin) has a Boolean input labeled "MagCal" ... set it to False.
This tells the IMU Open to skip the Magnetometer calibration process, which uses dialog boxes to gate the data collection sequence. I suspect that the dialog box is hanging your code (since there's no way to answer it when you deploy code).
If you're using the complementary filter for fusion, you'll need to calibrate the Mag, and then transfer the cal values into Mag Set cluster for the IMU Open. Once this is completed, you would turn off the MagCal input (it's not automatic, sorry) - this would be the competition mode, when you are using deployed code.
If you're not using the fusion filter, just leave MagCal false.
Hopefully that will fix it ...
Last edited by Richard100 : 12-02-2015 at 22:12.
|