From 0392b8921fa9a422abbcc3690936fc7a15d92667 Mon Sep 17 00:00:00 2001 From: Martin Karlsson <cont-mkr@ulund.org> Date: Thu, 19 Sep 2019 10:48:13 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b173966..183dde8 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,24 @@ Karlsson, M., A. Robertsson, and R. Johansson (2018a). “Convergence ofdynamica movement primitives with temporal coupling”. In:EuropeanControl Conference (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: Armadillo C++ library for linear algebra & scientific computing http://arma.sourceforge.net/ - +You may have to adjust some directories for compiling and linking. -- GitLab