-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python dependencies "wrapt" and "inflection" in 22.04 ROS 2 #92
Comments
Currently, does skiros2 support ROS 2 Humble? I look at the code is still using ros1 library ah, where to download support ROS 2 Humble project? Ask for advice |
There is a ROS 2 branch that you can use and that works with humble. In the next weeks we are also working on a ROS 2 Jazzy version. |
Seems like in the latest commit to the skiros2 master branch somebody added wrapt and inflection to the package.xml, but I don't think a rosdep rule has been made for them yet so installation ( |
In ROS 1 or ROS 2? In humble as well as Jazzy, I can resolve |
Might be a ROS1 issue then? I'm on noetic, ubuntu 20.04 |
I just tested it in a fresh docker container derived from the This container with a clone of this repo resolved This container reports running Ubuntu 20.04.6 LTS inside. |
Sorry, I realized I simply forgot to do rosdep update. |
In ROS 1 we installed
wrapt
andinflection
as pip packages withrequirements.txt
.In ROS 2 Humble on 22.04 we used the system packages so far. This should be a more stable choice, however, there is currently no procedure to install them.
The easiest way is to have again an install script and/or some instructions.
The nice way would be to make a PR for
rosdep
and make a PR for a new rule and put them in thepackage.xml
The text was updated successfully, but these errors were encountered: