Skip to content
Merged

Docs #15

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
Binary file added contents/figures/wiring-power.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 19 additions & 2 deletions contents/safety-report.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
\chapter{Safety Report}

\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.
Expand All @@ -11,8 +13,23 @@ \section{Hazardous Material List}

\section{Power Architecture}

\includegraphics{wiring-power.png}


\section{Energy Storage}
\section{Hazardous Material List}
\section{Hazardous Material List}

\section{Emergency Stop
}
\section{Power Distribution

\section{Power Conversion}

\section{Power Consuming Circuits}

\section{Unused Circuits}

\section{Circuit Table}

s


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


\title{Whitepaper: Rover to Mars}
\author{Leandro Ebner}
\authormail{leandro.ebner@rwu.de}
\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)}
\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}
\faculty{Electrical Engineering and Computer Science}
\date{\today}

Expand All @@ -21,8 +23,6 @@

\include{contents/safety-report}

\lipsum

\end{document}