Skip to content
Snippets Groups Projects
Select Git revision
  • 1bbef23df8cf62a782d6693896b703efb5760831
  • master default protected
2 results

build.rs

Blame
  • Forked from Per Lindgren / e7020e_2021
    Source project has a limited visibility.
    introduction.tex 2.08 KiB
    %TODO: Rewrite this as needed.
    \sectionauthor{Author: Fredrik Grönlund}
    Within the LKAB mine, ore is dumped down slanted mine shafts in order to transport them to further handling %?
    These ore shafts should conform to a maximum width of $\SI{3}{\meter}$, but dumped ore can erode the walls of the shaft to unsafe levels.
    This erosion must be measured, as it can become a safety and efficiency issue, should it undermine other tunnels.
    
    
    This report will document the creation of a semi-autonomous drone, equipped to scan the insides of the tunnel and report the findings to a base station.
    
    \subsection{Stakeholders}
        This project was conducted at Luleå University of Technology, in cooperation with Conex AB and LKAB.
        Analysis of their roles in the project is presented in Table~\ref{tab:stakeholder_matrix}.
        This describes each shareholder, the problem they wish to solve, the what each can aid the project with and their interaction with the project.
    
        %Use Stakeholder Analysis Matrix
        \begin{table}[h]
            \centering
            \caption{Stakeholder Analysis Matrix}
            \label{tab:stakeholder_matrix}
            \begin{tabular}{|p{0.16\textwidth}|p{0.26\textwidth}|p{0.2\textwidth}|p{0.2\textwidth}|p{0.14\textwidth}|}
                \hline
                \textbf{Stakeholders} & \textbf{Problem} & \textbf{Interest} & \textbf{Potential} & \textbf{Interaction} 
                \\ \hline
                LKAB & Erosion in dumping mine shaft. Mine shafts off-limits for humans. & Wants to improve erosion detection for efficiency. & Knowledge of environment and solutions. & Indirect 
                \\ \hline
                Conex & No ready solution or direct experience of measuring mine shafts. & Develop a suitable solution for mapping. Receive expertise on drones and mapping. & Experience with unmanned drones, sensors and mapping. & Indirect /Direct \\ \hline
                LTU & Research interest in drone usage. & Section of doctorates interested in unmanned drones. & Experts in drone control. Programming expertise. Has access to equipment and locale. & Direct 
                \\ \hline
            \end{tabular}
        \end{table}