-
Notifications
You must be signed in to change notification settings - Fork 229
Install tf2_geometry_msgs python package #360
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
Conversation
it seems to work (?)
|
Are you sure that this works now? As far as I know, PyKDL hasn't been ported to ament/ROS 2, so I don't think this will work out-of-the-box. |
|
Well I did not test in depth, but I needed the functionality and I figured it would at least be useful to create a pull request for other people with the same problem. |
Right, but as far as I can tell, the script would immediately fail to import |
|
I am currently working on this planning code. Interestingly I can import PyKDL, the following snippet shows how I convert the pose ( |
Are you using a mixed ROS 1/ROS 2 environment? Can you run your python interpreter, and then run: |
|
Oh, that's interesting. I didn't know that package was available in the upstream Ubuntu apt repositories. The trouble here is that mixing the system installed version of PyKDL with our vendored copy of
Both options have their pluses and minuses. The first option is probably the easiest for now, but the second one is attractive because it reduces our maintenance burden. |
|
Can anyone get python tf2_geometry_msgs (+ PyKDL) working on Intel WINDOWS 10 please ? for NOETIC (and eventually ROS2). I have it working on WINDOWS 10 in MELODIC... and on Ubuntu with NOETIC... but it currently crashes with PyKDL message in WINDOWS 10 for NOETIC. Thanks |
|
Hi! Has there been any progress towards enabling the Thanks! |
I reintroduced the tf2_geometry_msgs python package to be installed, as it seems to work now.