From 56968b70ea0e3150b613a7d8e9d86788e88c7135 Mon Sep 17 00:00:00 2001
From: Angel Santamaria-Navarro <asantamaria@iri.upc.edu>
Date: Sun, 13 May 2018 23:13:20 +0200
Subject: [PATCH] Update ReadMe.md

---
 ReadMe.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ReadMe.md b/ReadMe.md
index badbaf5..8370bca 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -15,6 +15,12 @@ IEEE/ASME Transactions on Mechatronics. To appear.
 - [Boost](http://www.boost.org/) (already installed in most Ubuntu LTS)
   
 - [Orocos - KDL](http://www.orocos.org/kdl)
+  
+  - WARN: Orocos-KDL standalone library can conflict with ROS orocos-kdl version. Tested with orocos-kdl-1.3.0. To install it follow these steps:
+    
+        - `cd ~/Downloads && wget https://github.com/orocos/orocos_kinematics_dynamics/archive/1.3.0.tar.gz && tar -xvzf 1.3.0.tar.gz && rm 1.3.0.tar.gz`
+        - `cd orocos_kinematics_dynamics-1.3.0/orocos_kdl && mkdir build && cd build`
+        - `cmake .. && make -j $(nproc) && sudo make install`
 
 - [Eigen 3](eigen.tuxfamily.org)
 
-- 
GitLab