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
ac3ef3d3
Verified
Commit
ac3ef3d3
authored
2 years ago
by
Thomas Lambert
Browse files
Options
Downloads
Patches
Plain Diff
feat(trouble): add roadmap question
parent
be11125a
No related branches found
Branches containing commit
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
+16
-6
16 additions, 6 deletions
contents/user-troubleshooting.tex
with
16 additions
and
6 deletions
contents/user-troubleshooting.tex
+
16
−
6
View file @
ac3ef3d3
...
...
@@ -18,6 +18,10 @@ 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
.
The software contains many checks and is able to detect a common issues by
itself. Please make sure you read the error message properly as they often
indicate possible solutions.
\section
{
<Library> cannot be found or cannot be imported
}
\label
{
sec:user:trouble:missingLib
}
...
...
@@ -27,13 +31,19 @@ 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:
If
\rotare
was cloned using
\git
but without the
\lst
{
--recursive
}
tag, 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/
}
.
If
\rotare
was installed manually, you probably did not download the proper
archive. Please download the archive called
\textbf
{
COMPLETE CODE:
rotare-X.X.X.zip
}
and not the "
\textit
{
Source code
}
" under "
\textit
{
Assets
}
".
\section
{
Is <feature> going to be implemented? When?
}
\label
{
sec:user:trouble:roadmap
}
A basic roadmap can be found in the root of the repository. This outlines the
planned developments and classes them in the most likely order of release. The
dates of the releases are voluntarily left out to prevent breaking any promises.
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