ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

joonhyup's profile - activity

2022-06-01 08:18:59 -0500 received badge  Favorite Question (source)
2021-07-07 11:34:07 -0500 received badge  Great Question (source)
2020-07-07 07:58:13 -0500 received badge  Good Question (source)
2020-06-21 11:16:01 -0500 received badge  Nice Question (source)
2020-06-16 10:34:08 -0500 received badge  Famous Question (source)
2020-06-16 10:34:08 -0500 received badge  Notable Question (source)
2020-02-07 06:10:55 -0500 received badge  Student (source)
2019-07-31 16:10:48 -0500 received badge  Famous Question (source)
2019-07-31 16:10:48 -0500 received badge  Notable Question (source)
2019-07-11 04:25:31 -0500 received badge  Popular Question (source)
2019-07-03 00:43:22 -0500 commented question urdf ImportError: No module named 're'

No, my default python interpreter is python 2.7.12. When I type 'python' on terminal python 2.7.12 is started.

2019-07-02 01:11:31 -0500 asked a question urdf ImportError: No module named 're'

urdf ImportError: No module named 're' When I tried to typing as follow, to make my first urdf file: rosrun xacro xacr

2019-06-20 21:33:41 -0500 received badge  Supporter (source)
2019-06-20 21:33:36 -0500 marked best answer ImportError: dynamic module does not define module export function (PyInit__tf2)

When I tried to do tutorial of tf, I got an error as follw. And same error is occurred when I tried to do the tutorial of tf2.

How can I fix the problem? Thanks

Traceback (most recent call last):
  File "/home/bjh/catkin_ws/src/learning_tf2/nodes/static_turtle_tf2_broadcaster.py", line 8, in <module>
    import tf
  File "/home/bjh/catkin_ws/devel/lib/python2.7/dist-packages/tf/__init__.py", line 35, in <module>
    exec(__fh.read())
  File "<string>", line 30, in <module>
  File "/home/bjh/catkin_ws/devel/lib/python2.7/dist-packages/tf2_ros/__init__.py", line 35, in <module>
    exec(__fh.read())
  File "<string>", line 38, in <module>
  File "/home/bjh/catkin_ws/devel/lib/python2.7/dist-packages/tf2_py/__init__.py", line 35, in <module>
    exec(__fh.read())
  File "<string>", line 38, in <module>
ImportError: dynamic module does not define module export function (PyInit__tf2)
2019-06-20 21:33:36 -0500 received badge  Scholar (source)
2019-06-20 18:15:30 -0500 commented answer ImportError: dynamic module does not define module export function (PyInit__tf2)

I am very appreciate for your help! It is done!

2019-06-20 18:11:50 -0500 received badge  Popular Question (source)
2019-06-19 01:56:57 -0500 asked a question ImportError: dynamic module does not define module export function (PyInit__tf2)

ImportError: dynamic module does not define module export function (PyInit__tf2) When I tried to do tutorial of tf, I go