Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rotare
Documentation
Commits
f4686193
Verified
Commit
f4686193
authored
2 years ago
by
Thomas Lambert
Browse files
Options
Downloads
Patches
Plain Diff
feat(trouble): basic troubleshooting
parent
92f7ad3e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contents/user-troubleshooting.tex
+25
-0
25 additions, 0 deletions
contents/user-troubleshooting.tex
with
25 additions
and
0 deletions
contents/user-troubleshooting.tex
+
25
−
0
View file @
f4686193
...
...
@@ -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/
}
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment