Skip to content
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

tf2_geometry_msgs #26

Open
mkolodziejczyk-piap opened this issue Jan 29, 2021 · 2 comments
Open

tf2_geometry_msgs #26

mkolodziejczyk-piap opened this issue Jan 29, 2021 · 2 comments

Comments

@mkolodziejczyk-piap
Copy link

Hi, I've tried to launch kf_hungarian_tracker node, but got error

ModuleNotFoundError: No module named 'tf2_geometry_msgs'

I tried to install it on Foxy (from debians and from source), but seems like this python script is not installed yet
https://github.com/ros2/geometry2/blob/ros2/tf2_geometry_msgs/src/tf2_geometry_msgs/tf2_geometry_msgs.py
I did some sys.append(path) stuff but then

ModuleNotFoundError: No module named 'PyKDL'

I tried to install it from pip, but failed. Seems like this is a broader problem:
https://github.com/ros2/geometry2/blob/d65b7eb996dcc81bfd3389153b25b9d56eed0e8c/tf2_geometry_msgs/CMakeLists.txt#L21-L28

I see no issue about this problem, so how you deal with it?

Regards,

@SteveMacenski
Copy link
Member

SteveMacenski commented Jan 29, 2021

This project as-is is incomplete and not meant for general consumption yet. I can't offer any support on this - though I will say that this issue did come up before and I don't recall off hand how to solve it, but my foxy binaries have worked with this fine.

I'd recommend filing a ticket in tf2_geometry_msgs about it.

@mkolodziejczyk-piap
Copy link
Author

mkolodziejczyk-piap commented Feb 1, 2021

I've found those two ros answers:

Although they're for eloquent I followed the links to tf2_geometry_msgs issues, ale this seems still not resolved.

For now, I commented out the tf2_geometry_msgs import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants