You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thanks for creating this repository that enables to use tf2 ROS library outside ROS.
I was wondering why I'm dealing with some errors when running the comand conan install once the library is cloned.
The steps I followed are the following:
1.- Cloning the repository
2.- Enter in the repository folder, create a build folder and enter in this folder
3.- run the command "conan install .."
At this point I realized that the minimum boost version for boost using conan is 1.70 so I had to modify the required condition for the boost library. Once this was fixed, and successfully installed, the following error appears when running the conan install comand:
ERROR: Failed requirement 'console_bridge/0.4.2@ntc/stable' from 'conanfile.py (tf2/melodic)'
ERROR: Unable to find 'console_bridge/0.4.2@ntc/stable' in remotes
I honestly don't know how to fix this problem in order to be able to build and install the library. I hope developers still check this repo since last update was few months ago.
Thanks in advance
Antonio Miranda
The text was updated successfully, but these errors were encountered:
Hello all,
first of all thanks for creating this repository that enables to use tf2 ROS library outside ROS.
I was wondering why I'm dealing with some errors when running the comand conan install once the library is cloned.
The steps I followed are the following:
1.- Cloning the repository
2.- Enter in the repository folder, create a build folder and enter in this folder
3.- run the command "conan install .."
At this point I realized that the minimum boost version for boost using conan is 1.70 so I had to modify the required condition for the boost library. Once this was fixed, and successfully installed, the following error appears when running the conan install comand:
ERROR: Failed requirement 'console_bridge/0.4.2@ntc/stable' from 'conanfile.py (tf2/melodic)'
ERROR: Unable to find 'console_bridge/0.4.2@ntc/stable' in remotes
I honestly don't know how to fix this problem in order to be able to build and install the library. I hope developers still check this repo since last update was few months ago.
Thanks in advance
Antonio Miranda
The text was updated successfully, but these errors were encountered: