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,
Hi, I've tried to launch kf_hungarian_tracker node, but got error
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
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,