From 50e29c9bf4b1b4fee14794099306071ddef03b3c Mon Sep 17 00:00:00 2001
From: Martin Karlsson <cont-mkr@ulund.org>
Date: Thu, 19 Sep 2019 11:16:30 +0200
Subject: [PATCH] Add README.md

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0b904dd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+This is an implementation (mainly Matlab Simulink) of the haptic interface for teleoperation described in 
+
+Ghazaei Ardakani, M. M., M. Karlsson, K. Nilsson, A. Robertsson, and R.Johansson (2018). “Master-slave coordination using virtual constraintsfor a redundant dual-arm haptic interface”. In:IEEE/RSJ Interna-tional Conference on Intelligent Robots and Systems (IROS). October1–5, Madrid, Spain, pp. 8751–8757.
+
+Compile Simulink file:
+Open teleoperation.mdl
+Click on red box (you may have to adjust paths. You also need dynamics, see below.)
+Press ctrl+B to build (c-code is generated and compiled)
+An executable is generated into /tmp/$USER
+
+You also need the robot dynamics for this. It is not public. Please contact Congibotics.
+
-- 
GitLab