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

missing module name in smach_ros/__init__.py import statements #62

Closed
wants to merge 1 commit into from

Conversation

marsmee
Copy link

@marsmee marsmee commented Mar 15, 2019

Caused errors with Python3 on ArchLinux

Traceback (most recent call last):
  ...
    from smach_ros import MonitorState, IntrospectionServer
  File "/opt/ros/melodic/lib/python3.7/site-packages/smach_ros/__init__.py", line 52, in <module>
    from util import set_preempt_handler
ModuleNotFoundError: No module named 'util'

@twdragon
Copy link

twdragon commented Jun 5, 2019

Why these changes are not merged till now?

@beduffy
Copy link

beduffy commented Feb 13, 2020

I have this same problem on ubuntu. Would be nice to merge this fix in, trying to make it work myself but have python 2/3 issues.

I was able to fix it by copying the entire smach_ros library into my directory and doing these changes but it isn't an ideal fix

@mqcmd196
Copy link

+1

@130s
Copy link
Member

130s commented Feb 15, 2023

Thank you for contribution. The issue raised in OP must be resolved by #71

Closing.

@130s 130s closed this Feb 15, 2023
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

Successfully merging this pull request may close these issues.

None yet

5 participants