control-systems
Here are 400 public repositories matching this topic...
In the CI automated generated docs of the control repo, we can add documentation generated automatically showing classes usage in different nodes.
-
Updated
Feb 24, 2020 - Java
-
Updated
Jul 12, 2020 - C++
Should we have a list of packages that implement models (e.g. https://github.com/JuliaPOMDP/RockSample.jl) on the README? Or should they be listed in another place?
-
Updated
Dec 13, 2018 - Jupyter Notebook
In Jupyter and Juno we can display systems in a prettier way than we are currently doing. Instructions on displaying LaTeX is given here
http://docs.junolab.org/latest/man/info_developer.html
Essentially, one has to define (pseudo code)
function Base.show(io::IO, ::MIME"text/html", G::TransferFunction)
"\$\\dfrac{$(G.num)}{$(G.den)}"
end-
Updated
Jun 24, 2020
-
Updated
Apr 22, 2020 - Python
-
Updated
Mar 26, 2020
-
Updated
Jan 4, 2019 - QML
Current docstring contents are not sufficient. Every function, regardless of trivialness, require at least one usage example.
-
Updated
May 5, 2019 - Python
-
Updated
Jul 10, 2020 - Roff
-
Updated
Aug 20, 2018 - C++
I tried doing a TuLiP installation from scratch on a wiped out Mac. I found the following poitns a bit confusing in installation instructions (this could be because of the strange access rights on Mac).
- User access rights are not clear in installation instructions. Is it assumed that everything is done in
sudo? We might want to clarify this. - I started getting
pipand installed it
-
Updated
Nov 28, 2019 - C++
-
Updated
Jul 7, 2020 - Julia
The documentation of post operators (continuous and discrete) is lacking or misplaced (eg. BFFPSV18 docs is dispersed in ReachSets.jl and reach_blocks.jl). See also this comment.
One place to document what the algorithms are doing is the algorithm's struct. Also all the available options admitted by the algori
-
Updated
Jun 12, 2017 - C++
-
Updated
Dec 16, 2018 - Rust
-
Updated
Jul 11, 2020 - Julia
-
Updated
Jul 11, 2020 - Julia
-
Updated
Mar 28, 2015 - C
-
Updated
Oct 25, 2017 - Python
-
Updated
Jul 10, 2020 - C
-
Updated
Dec 24, 2019 - Jupyter Notebook
-
Updated
Feb 26, 2018 - C++
Improve this page
Add a description, image, and links to the control-systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the control-systems topic, visit your repo's landing page and select "manage topics."
There seems to be conflicting data on what the "OriginGeopoint" is. In the documentation it's referenced as the location of the PlayerStart while in code it's commented as the coordinates of Unreal level at the coordinates 0,0,0.
Code:
https://github.com/microsoft/AirSim/blob/e24a11d5985c1d6f573735f28a3844bc634559db/AirLib/include/common/AirSimSettings.hpp#L350
Documentation:
https://micro