diff --git a/README.md b/README.md index 3de6b187..2a4aabd1 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.