Skip to content

Commit d1d6150

Browse files
authored
Merge pull request #29 from RWU-R2M/devel
Creating merge for v1.1.0 release for Sc. Work
2 parents 3725a5c + 5c83e87 commit d1d6150

9 files changed

Lines changed: 90 additions & 28 deletions

File tree

contents/abstract.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
\section{Abstract}
2+
3+
In the Canadian International Rover Challenge (CIRC), university student teams from various countries are tasked with creating prototype rovers to simulate early colony activities on another planet. These rovers must complete a series of tasks, such as navigating different terrains, performing autonomous operations, and using a dexterous arm to manipulate objects. This challenge highlights practical solutions for future extraterrestrial exploration.
4+
5+
\vspace{5mm} %VERTICAL SPACE
6+
7+
The CIRC team at RWU is divided into 3 separate departments, being "Mechanical Engineering", "Information Technology" and "Power Electronics". Those sub-departments face their very own tasks and play a key role in their field of working and research, being equally important as a whole for developing a rover from scratch. A typical competition rover weighs around 50kg and comes with a footprint of up to several meters in length. This is necessary to carry the payload and equipment determined by the aimed functionality of the rover, as well as maneuvering in the difficult desert-like environment.
8+
9+
\vspace{5mm} %VERTICAL SPACE
10+
11+
In the process of building and working with the rover, possible hazards and failure-scenarios must be kept in mind. It is especially necessary to consider all likelihoods of electrical risks, as these are the most common and devastating ones. Electric shocks, release of toxic materials and fumes, burn injuries, fire or even explosions are possible threats to name a few of them. Comprehensive planning is not only adviced but necessary in this case, also to guarantee a harmonious interaction of the whole system. At the time of writing, the general electrical layout has been designed and the construction phase is ongoing. Not all components have been chosen yet, neither implemented in hardware. Due to this reason, further investigation and work is needed in that regard and details about individual circuitry can't be included in this paper (as of July 2024).

contents/appendix.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ \subsection{Definitions}
1515

1616
\subsection{Requirements}
1717

18-
\begin{enumerate}
18+
% Still missing: Chap 2 (Kill-Switch), Chap 3 (Batteries), Chap 6 (Wiring-specific)
1919

20+
\begin{enumerate}
21+
22+
% DONE!!!
2023
% 1 -------------------------------------------------------------------------------------------------------------------------------------------
2124
\item Rovers must not include any flammable, environmentally damaging, or otherwise hazardous liquids or gasses, except:
2225
\begin{enumerate}
@@ -30,7 +33,7 @@ \subsection{Definitions}
3033
\item Each circuit must include separate circuit protection.
3134
\begin{enumerate}
3235
\item The current rating of the devices powered by the circuit, or 2 Amps for lower-current circuits;
33-
\item The safe current-carrying capacity of the smallest connectors or conductors in the circuit.
36+
\item The safe current-carrying capacity of the smallest connectors or conductors in the circuit. \label{nfpa}
3437
\item The connections between your battery and any distribution board/panel are a circuit, and must be protected as such. Off the shelf battery management systems (BMSs) are allowable here, and are the only exception to the ban on protection systems that rely on software.
3538
\end{enumerate}
3639
% -------------------------------------------------------------------------------------------------------------------------------------------
@@ -49,4 +52,4 @@ \subsection{Definitions}
4952

5053
\end{enumerate}
5154

52-
55+

contents/figures/DOI_logo.png

59.4 KB
Loading
104 KB
Loading
255 KB
Loading

contents/figures/f-type-fuse.png

179 KB
Loading

contents/figures/m-type-fuse.png

111 KB
Loading

contents/safety-report.tex

Lines changed: 69 additions & 22 deletions
Large diffs are not rendered by default.

main.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
\usepackage{graphicx}
1414
\graphicspath{ {./contents/figures} }
1515

16+
\usepackage{wrapfig}
17+
1618

1719
\title{Whitepaper: Rover to Mars}
1820
\author{Leandro Ebner | ORCID: 0009-0006-2742-3750}
@@ -31,12 +33,11 @@
3133
\maketitle
3234
\tableofcontents
3335

36+
\include{./contents/abstract}
3437
\include{./contents/safety-report}
3538
\include{./contents/appendix}
3639
\include{./contents/batteries}
37-
\include{contents/connectors}
40+
\include{./contents/connectors}
3841

3942

4043
\end{document}
41-
42-

0 commit comments

Comments
 (0)