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

ImportError: No module named pyquaternion #26

Closed
spy0529 opened this issue Jul 11, 2023 · 1 comment
Closed

ImportError: No module named pyquaternion #26

spy0529 opened this issue Jul 11, 2023 · 1 comment

Comments

@spy0529
Copy link

spy0529 commented Jul 11, 2023

Hello!When I rosrun ur_control sim_controller_examples.py -m,there is a mistake.
Traceback (most recent call last):
File "/home/spy/ros_ws/src/ur3/ur_control/scripts/sim_controller_examples.py", line 27, in
from ur_control import transformations, traj_utils, conversions
File "/home/spy/ros_ws/src/ur3/ur_control/src/ur_control/transformations.py", line 175, in
from pyquaternion import Quaternion
ImportError: No module named pyquaternion
How can I save it?
Looking forward your request.

@cambel
Copy link
Owner

cambel commented Jul 12, 2023

Hi,

Could you install the following package and try again?

pip install pyquaternion

@cambel cambel closed this as completed Jul 31, 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

No branches or pull requests

2 participants