From 88d5c8fb189c6cd0f0b2c4c1945ed2b0e315e203 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Wed, 20 Oct 2021 11:45:07 +0200 Subject: [PATCH] (README) use same version and prefer catkin --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3de6b187e..2a4aabd16 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,6 @@ The C++ library is located in the `orocos_kdl` folder. The installation instruct The python bindings, are located in the `python_orocos_kdl` folder. The installation instructions can be found in [INSTALL.md](python_orocos_kdl/INSTALL.md). +Always use the same version of the C++ library and the python bindings. As a mismatch between these two can cause many issues. + +Also when using ROS/catkin, it is preferred to use the catkin installation method over the `cmake/make` method.