Skip to content
Snippets Groups Projects
Verified Commit f4686193 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

feat(trouble): basic troubleshooting

parent 92f7ad3e
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,28 @@
\chapter{Troubleshooting}
\label{chap:user:trouble}
This chapter lists the most common issues encountered when using \rotare. If
you find an issue that is not documented here, please check the
\href{\rotareIssuesURL}{issue tracker} and fill a new issue report if
applicable. You can also contact me directly at \myEmail.
\section{<Library> cannot be found or cannot be imported}
\label{sec:user:trouble:missingLib}
\rotare depends on some libraries to conduct some simple tasks (mostly airfoil
and polars manipulations). It seems that these were not installed properly.
Please refer to Chapter~\ref{chap:user:install} for the correct install
procedure.
If \rotare was cloned using \git, you can simply call the following to download
the libraries as well:
\begin{lstlisting}[language=bash]
git submodule update --init
\end{lstlisting}
If \rotare was installed manually, you either did not download the libraries or
did not place them in the correct spot. Normally, you should have the following
path in the directory:
\directory{rotare/src/libs/matlab\_airfoil\_toolbox/+af\_tools/}.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment