-
Notifications
You must be signed in to change notification settings - Fork 275
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
tf_conversions does not compile under noetic + bionic due python3-pykdl dependency #227
Comments
Same issue - any workarounds? |
Same issue. Any lead is appreciated! |
same issue. Currently the only solution I see available is to build within a docker container. |
@schmittlema Could you explain us how you are building it inside the container, if the issue is the dependency. We are also trying to build it within the docker, but we are not successful. Thank you, |
Actually since writing this I managed to get it to build without a container. But the container solution would effectively be running 20.04 in a container. There are pre-built containers here which seem like the best solution. In terms of building outside of a container I ran |
I'm trying to build Noetic on Ubuntu 18.04 because NVidia does not support Ubuntu 20.04 yet on their Jetson/Xavier line.
I am aware that Ubuntu 18.04 is not targeted for Noetic but I see few other alternatives than trying to build it from source on the Xavier AGX platform.
When I follow these instructions: http://wiki.ros.org/noetic/Installation/Source
I hit the following snag:
Under Ubuntu 18.04 there is no such package as
python3-pykdl
. Any suggestions on how to work around this issue?Thanks!
The text was updated successfully, but these errors were encountered: