From 6e80c5ad1d128e5f925305f450ef94f25d80334c Mon Sep 17 00:00:00 2001 From: Felix Maisonneuve Date: Wed, 1 Mar 2023 18:11:14 -0500 Subject: [PATCH] add note to indicate instructions will only work for conan versions 1.X --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index aa1d900e..db959ab3 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ You can find the instructions to install ROS Kinetic [here](http://wiki.ros.org/ These are the instructions to run in a terminal to create the workspace, clone the `ros_kortex` repository and install the necessary ROS dependencies: sudo apt install python3 python3-pip - sudo python3 -m pip install conan + sudo python3 -m pip install conan==1.59 conan config set general.revisions_enabled=1 conan profile new default --detect > /dev/null conan profile update settings.compiler.libcxx=libstdc++11 default @@ -34,7 +34,9 @@ These are the instructions to run in a terminal to create the workspace, clone t cd ../ rosdep install --from-paths src --ignore-src -y -Note : `` corresponds to the branch matching your ROS version (noetic-devel, melodic-devel, kinetic-devel) +> `` corresponds to the branch matching your ROS version (noetic-devel, melodic-devel, kinetic-devel) + +> Instructions are for conan V1.X only and it won't work for versions >=2.0.0 Then, to build and source the workspace: