Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions contents/safety-report.tex
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
\section{Introduction}

This document will act as a guide through the entire power distribution and wiring of our rover. All relevant safety measurements to reduce the likelihood of hazards or environmental damages are listed here.

This document ensures a minimum standard in respect to materialistic and personal safety is defined and taken into account. This not only holds true during the construction but furthermore the actual operation of all the electronics. To illustrate the inner architecture and workings, several schematics, data-sheets and calculations have been created and performed to make this document as comprehensible as possible.

\section{Hazardous Material List}

Our rover contains 2 lithium-polymer batteries (further named LiPo-batteries) which are
allowable under requirement 1.1
%DATASHEET NEEDED

\section{Power Architecture}

Expand Down
17 changes: 7 additions & 10 deletions main.tex
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
\documentclass[type=bachelor,twoside,BCOR=1cm]{rwuthesis}
\usepackage[pdfusetitle]{hyperref}
\usepackage{graphicx}
\graphicspath{ {./contents/figures} }


\title{Whitepaper: Rover to Mars}
\author{Leandro Ebner}
\authormail{leandro.ebner@rwu.de}
\fordegree{STILL PENDING}
\firstreviewer{Prof. Dr. rer. nat. Markus Pfeil}
\firstreviewermail{markus.pfeil@rwu.de}
\secondreviewer{Benjamin Stähle M.Sc.}
\secondreviewermail{staehle@rwu.de}
\degreecourse{Electrical Engineering \& Information Technology}
\fordegree{Master of Science in Computer Science}
\firstreviewer{Prof.~Dr.-Ing. Ida Stern}
\firstreviewermail{stern@rwu.de}
\secondreviewer{Prof.~Dr. Max Power}
\secondreviewermail{power@rwu.de}
\degreecourse{Computer Science (Master)}
\faculty{Electrical Engineering and Computer Science}
\date{\today}

Expand All @@ -21,9 +18,9 @@
\maketitle
\tableofcontents

%\include{abstract}
\include{contents/safety-report}


\end{document}