This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Library.imu.imu as imu | |
import Memory.MemoryManager as MM | |
import mscl | |
import numpy as np | |
import time | |
import pdb | |
""" | |
Constantly reads Euler angles and angular rates from the IMU and writes them to shared memory. | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import mscl | |
import numpy as np | |
import pdb | |
""" | |
Sets up a connection to the 3DM-GX4-25 Microstrain IMU | |
""" | |
class imu: |