Skip to content
Snippets Groups Projects
Commit 0392b892 authored by Martin Karlsson's avatar Martin Karlsson
Browse files

Update README.md

parent 7a756686
Branches
No related tags found
No related merge requests found
...@@ -10,10 +10,24 @@ Karlsson, M., A. Robertsson, and R. Johansson (2018a). “Convergence ofdynamica ...@@ -10,10 +10,24 @@ Karlsson, M., A. Robertsson, and R. Johansson (2018a). “Convergence ofdynamica
movement primitives with temporal coupling”. In:EuropeanControl Conference movement primitives with temporal coupling”. In:EuropeanControl Conference
(ECC). June 12–15, Limassol, Cyprus, pp. 32–39. (ECC). June 12–15, Limassol, Cyprus, pp. 32–39.
Compile simulink .mdl file:
open matlab 2012a
click on red box to initialize
press ctrl+B to build (c-code is generated and compiled)
Compile C++:
1. Navigate to cpp folder
2. type 'make'
Run:
./main localhost 2000
Requirements: Requirements:
Armadillo Armadillo
C++ library for linear algebra & scientific computing C++ library for linear algebra & scientific computing
http://arma.sourceforge.net/ http://arma.sourceforge.net/
You may have to adjust some directories for compiling and linking.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment