Skip to content

Commit

Permalink
Merge pull request #284 from Kinovarobotics/add-note-for-conan-versio…
Browse files Browse the repository at this point in the history
…n-melodic

add note to indicate instructions will only work for conan versions 1.X
  • Loading branch information
felixmaisonneuve committed Mar 20, 2023
2 parents d4feaa2 + 6e80c5a commit 8d54bbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 : `<branch-name>` corresponds to the branch matching your ROS version (noetic-devel, melodic-devel, kinetic-devel)
> `<branch-name>` 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:

Expand Down

0 comments on commit 8d54bbb

Please sign in to comment.