From 7a756686ef9407338b70fbbf34b9d465144a1d57 Mon Sep 17 00:00:00 2001 From: Martin Karlsson <cont-mkr@ulund.org> Date: Thu, 19 Sep 2019 09:59:53 +0200 Subject: [PATCH] Add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b173966 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +This is an implementation (mainly C++) or temporally coupled dynamical movement +primitives (DMPs), described in + +Karlsson, M., F. Bagge Carlson, A. Robertsson, and R. Johansson (2017a). +“Two-degree-of-freedom control for trajectory tracking and perturbationrecovery +during execution of dynamical movement primitives”. In:20thIFAC World Congress. +July 9–14, Toulouse, France, pp. 1959–1966. + +Karlsson, M., A. Robertsson, and R. Johansson (2018a). “Convergence ofdynamical +movement primitives with temporal coupling”. In:EuropeanControl Conference +(ECC). June 12–15, Limassol, Cyprus, pp. 32–39. + +Requirements: + +Armadillo +C++ library for linear algebra & scientific computing +http://arma.sourceforge.net/ + + -- GitLab