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

NameError: name 'dynamixel' is not defined #606

Open
MhmdBarazi opened this issue Sep 5, 2023 · 0 comments
Open

NameError: name 'dynamixel' is not defined #606

MhmdBarazi opened this issue Sep 5, 2023 · 0 comments

Comments

@MhmdBarazi
Copy link

MhmdBarazi commented Sep 5, 2023

Hello, I am using DYNAMIXEL SDK 3.7.51 with Python, on the Windows operating system. I am using U2D2 USB serial converter.
My motor is XC430-W240. I searched about this issue. I found some suggestions but none of them worked for me.

I have oak camera as well as XC430-W240 motor. I want to have my robot move based on certain coordination given by the camera. Therefore, I extract output from the camera's function as an input to dynamixel function. Furthermore, I defined the movement function as a thread. and this is my code: https://drive.google.com/file/d/1PthWIQ1hil9N8vJAWwziJkdNY0DU145X/view

Issue #1:
everything worked perfectly before coordination detection( getting into Movement() function). then this error message has appeared: NameError: name 'dynamixel' is not defined
before getting into this function there is no such an error!
What is the source of this error?
Issue #2:
I want to give the coordination in the degree unit as I did using Arduino. but I couldn't find the proper way.

Could you help me with them, please?
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

1 participant