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

Can't run python client #50

Closed
nepacheco opened this issue Feb 25, 2020 · 3 comments
Closed

Can't run python client #50

nepacheco opened this issue Feb 25, 2020 · 3 comments

Comments

@nepacheco
Copy link

Installed ambf and ros. Tried to run the python client, but this error pops up instead.
System: Ubuntu 18.04, ROS Melodic, Python 2.7

 File "/home/nicholas/ambf/build/devel/lib/python2.7/dist-packages/ambf_client/__init__.py", line 35, in <module>
    exec(__fh.read())
  File "<string>", line 49, in <module>
  File "/home/nicholas/ambf/ambf_ros_modules/ambf_comm/scripts/ambf_object.py", line 49, in <module>
    from external.tf_function.transformations import quaternion_from_euler, euler_from_quaternion
ImportError: No module named external.tf_function.transformations
@adnanmunawar
Copy link
Member

Thanks for creating the issue. This is a result of the recent PR by a collaborator. He has issued a fix which I haven't go over yet, but meanwhile just roll back on commit on the master brank.
I.e. in your ambf folder, run:

git checkout b7bd0ca060381f2c6bad2b81f329005393248fbe

And then when I am able to merge the PR, you can update to the latest commit

@adnanmunawar
Copy link
Member

adnanmunawar commented Feb 25, 2020

I just merged the PR which seems to fix the issue. Please give it a try but checking out the latest commit at the PR #49

@jessedalmeida
Copy link

This worked thank you!

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

3 participants