Today we are going to install the package stuff and test our IMU with ROS. After testing we should be able to determine if the data is "clean" enough, or it needs to be calibrated.
Of course the first step is to clone the git (*btw most of this will be taken directly from the wiki here: http://wiki.ros.org/razor_imu_9dof ; we will skip some parts because they may not be needed or available for the newer versions of ROS--I am on Melodic and may need to try an older version).
The steps one should take are:
git clone https://github.com/KristofRobot/razor_imu_9dof.git (clones the package from git)
If you want a continuous print out of the instantaneous data, you can remove the -n1 part. You will need to use ctrl-c to stop the data stream!
I hope this helps someone out there!