diff --git a/components/imu.tex b/components/imu.tex index bfd3dacd637cd301743dddcd87b960a36d7ea887..8f9fcdb674e85bd1a0e025145f69de12d1652d1e 100644 --- a/components/imu.tex +++ b/components/imu.tex @@ -1,10 +1,12 @@ \subsection{IMU - Inertial Measurement Unit} To track the movement of the copter in flight, a stable IMU with minimal swing effect has to be used. There are several low cost IMU's available on the market, similar to the one in the flight controller. While these are great for tracking instantaneous movement, they are not good at tracking movement over time. Due to noise and swinging of the gyro while accelerating in any direction, the tracking will be skewed while moving up and down the cave. This mostly results in incorrect or unreliable scanning data. - + Xsens Technologies are well known in the industry for producing stable and accurate IMU's. Their product series \href{https://www.xsens.com/products/mti-1-series/}{MTi 1} features all the specifications needed for the copter and was chosen as the primary IMU for the project. - \begin{figure}[H] - \centering - \includegraphics[width=0.5\textwidth]{flowcharts/IMU} - \caption{IMU flowchart} - \end{figure} + + + \begin{figure}[H] + \centering + \includegraphics[width=0.5\textwidth]{flowcharts/IMU2} + \caption{IMU communication flowchart} + \end{figure} diff --git a/flowcharts/IMU2.png b/flowcharts/IMU2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d839d0460fe057f55b6543eedaa2bb7d2d72272 Binary files /dev/null and b/flowcharts/IMU2.png differ