Skip to content

Commit a9abf83

Browse files
committed
2 parents 1f490f6 + 0e2f9da commit a9abf83

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

03_Systems_Engineering/03000_Systems_Engineering.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
\input{03_Systems_Engineering/03001_Concept_Development.tex}
1818
\input{03_Systems_Engineering/03002_Preliminary_Design.tex}
1919
\input{03_Systems_Engineering/03003_Final_Design.tex}
20-
\input{03_Systems_Engineering/03004_Project_Management.tex}
2120
\input{03_Systems_Engineering/03005_System_Assembly_And_Testing.tex}
2221
\input{03_Systems_Engineering/03006_Technical_Management.tex}
22+
\input{03_Systems_Engineering/03004_Project_Management.tex}
2323

2424

2525
\end{document}

03_Systems_Engineering/03002_Preliminary_Design.tex

+1-10
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,7 @@
114114

115115

116116
\subsubsection{Autonomy}
117-
The autonomy module is responsible for localizing the robot and providing control commands to navigate the robot around the field. The following requirements were defined for the system:
118-
\begin{itemize}
119-
\item The autonomy module shall be capable of localizing the robot from an unknown starting position
120-
\item The autonomy module shall be able to detect and avoid obstacles such as boulders and ditches
121-
\item The autonomy module shall be capable of navigating the robot back and forth from the starting zone to the mining zone
122-
\item The autonomy module shall communicate with the robot controller with standard control commands
123-
\item The autonomy module shall be able to detect failover to human control in case of an error mode
124-
\end{itemize}
125-
126-
Multiple sensor options for localization and obstacle avoidance were researched. 2D/3D LIDAR systems, cameras, Microsoft Kinect (Figure \ref{fig:kinect-pic}), telemetry sensors such as encoders, and inertial measurement units were all considered. These sensors were each evaluated based on performance parameters such as update rate, computational complexity, price, and noise.
117+
The autonomy module is responsible for localizing the robot and providing control commands to navigate the robot around the field. Multiple sensor options for localization and obstacle avoidance were researched. 2D/3D LIDAR systems, cameras, Microsoft Kinect (Figure \ref{fig:kinect-pic}), telemetry sensors such as encoders, and inertial measurement units were all considered. These sensors were each evaluated based on performance parameters such as update rate, computational complexity, price, and noise.
127118

128119
LIDAR based systems were considered due to their widespread use in mapping and localization tasks such as self-driving cars. LIDAR produces high-resolution depth maps of the environment and function well in environments with limited visibility. However, many 3D LIDAR sensors, which produce a three dimensional scan of the environment, are cost-prohibitive and are not feasible within the team’s budget. While some 2D LIDAR systems fall within the budget,they only produce a planar scan of the environment. Since the obstacles on the field are low to the ground, it would be difficult to find a suitable place to mount the LIDAR system on the robot.
129120

09_Figures/gantt_chart.png

131 KB
Loading

2017-2018 SE Paper.tex

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
\input{02_Introduction/02000_Introduction.tex}
3939

4040
\input{03_Systems_Engineering/03000_Systems_Engineering.tex}
41-
\pagebreak
4241

4342
\input{04_Conclusions/04000_Conclusions.tex}
4443

0 commit comments

Comments
 (0)