This project is highly inspired by the work of LMRES Lab, Hochschule München. Thank you very much my dear friend, Niklas Monzen, for your kind sharing and support.
The objectives of this research template are as follows:
- Save time to start numerical validation and writing.
- Every author in our lab uses same notations and symbols. (defined in Template.)
. (may differ;)
├── README.md // you are here
├── manuscript.tex // template of conf.
├── localRefs.bib // local bibtex file
├── template/ // pre-defined template
├── figures/ // general figures
├── public/ // do not touch
├── doc/ // local bibtex file
│ └── main.tex // template of documentation
└── src/ // source code
├── script_simulation // script sim. example
└── simulink_simulation // simulink sim. example
If you have questions, please, please, let the author knows.
Download this remote repository on your local device.
git clone https://github.com/KAIST-MIC-Lab/Research-Template
Initialize submodule to download Template repository.
This command will download very recent version of Template
git submodule add https://github.com/KAIST-MIC-Lab/template
git submodule init
git submodule update
I provide you the keywords that you can google what you need for what you want to do.
Keywords | Descriptions |
---|---|
branch | Want to |
NOT FINALIZED! |
This simulation in
./src
provides simple feedback control example. Please, readsrc/script_simulation/main.m
andsrc/simulink_simulation/main_slx.m
for script and Simulink simulations, respectively. When you run those scripts, the results and figures shall be saved in the directories namedresults
andfigures
(of course, you need to check setting in the scripts.).
Consider following control-affine system represented as
$$
\dot {\boldsymbol{x}} = \boldsymbol{A}\boldsymbol{x} + \boldsymbol{B}\boldsymbol{u}
$$
where
Suppose that we have smooth reference trajectory of
Then the simulation results are plotted like below.
Please, keep in mind the objectives of this template written in this document. If what you want to add or adjust is on personal purpose, please, modify in your repository not in this template directly. Please contact the author before your contribution. All contributions are welcome.
- Ryu Myeongseok @DDingR