tf2-ros for python3 ros meloic
Is there ros melodic tf2_ros library for python3 environment? RIght now when I try to import tf2_ros for python3 environment I get
Traceback (most recent call last):
File "/home/philip/server_prac/src/action_practice/src/tester.py", line 8, in <module>
import tf2_ros
File "/opt/ros/melodic/lib/python2.7/dist-packages/tf2_ros/__init__.py", line 38, in <module>
from tf2_py import *
File "/opt/ros/melodic/lib/python2.7/dist-packages/tf2_py/__init__.py", line 38, in <module>
from ._tf2 import *
ImportError: dynamic module does not define module export function (PyInit__tf2)