From ee9870739d462f28d1585a37e09b2efd5e2ef99e Mon Sep 17 00:00:00 2001
From: Angel Santamaria-Navarro <asantamaria@iri.upc.edu>
Date: Mon, 27 Mar 2017 17:28:58 +0200
Subject: [PATCH] Update ReadMe.md

---
 ReadMe.md  | 26 ++++++++++++++++++++++++++
 ReadMe.txt | 19 -------------------
 2 files changed, 26 insertions(+), 19 deletions(-)
 create mode 100644 ReadMe.md
 delete mode 100644 ReadMe.txt

diff --git a/ReadMe.md b/ReadMe.md
new file mode 100644
index 0000000..4d65cfa
--- /dev/null
+++ b/ReadMe.md
@@ -0,0 +1,26 @@
+# C++ library for Task Control of Unmanned Aerial Manipulators (UAM)
+
+This library provides the robot kinematics as well as a framework to compute several task errors and Jacobians. 
+
+### Software dependencies
+
+- [Boost](http://www.boost.org/) (already installed in most Ubuntu LTS)
+  
+- [Orocos - KDL](http://www.orocos.org/kdl)
+
+- [Eigen 3](eigen.tuxfamily.org)
+
+### Installation
+
+- Clone the repository: `git clone https://gitlab.iri.upc.edu/asantamaria/uam_task_ctrl.git`
+- Install:	`cd uam_task_ctrl/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make -j $(nproc) && sudo make install`
+
+### Example of usage
+
+- Run `/bin/./uam_task_ctrl_test`.
+
+- Checkout [kinton_arm_task_priority_control](https://gitlab.iri.upc.edu/asantamaria/kinton_arm_task_priority_control) project to use this library within ROS framework.
+
+### Support material and multimedia
+
+Please, visit: [**asantamaria's web page**](http://www.iri.upc.edu/people/asantamaria)
diff --git a/ReadMe.txt b/ReadMe.txt
deleted file mode 100644
index d09c42f..0000000
--- a/ReadMe.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (C) 
-Author asantamaria (asantamaria@iri.upc.edu)
-All rights reserved.
-
-This file is part of uam_task_ctrl library
-uam_task_ctrl library is free software: you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>
-
-
-- 
GitLab