-
Notifications
You must be signed in to change notification settings - Fork 23
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
nothing is happening #7
Comments
@itsroki I'll see if I can find the ones I was playing with this weekend and boot them up again. |
thanks @sighmon , that would be great! |
i have figured it out (how to make motor run), but i don't know how to give him position to go to because every time i run the servo_example, dynamixel just runs in circles. any suggestions? |
I dont have the motors anymore, but for me it worked with the library at the "bene" branch very well - together with the xl320 library |
https://1drv.ms/f/s!Ankn9OnwjyR2geFR-GZQqe1xCRvmbg - here are the two libraries and one example code, that worked with my teensy board and arduino board. But I dont have these here anymore to test it. You have to look, the motors have to modes: joint mode and wheel mode. So if you are in joint mode, you can give the motor positions and if you are in wheel mode, you can give the motor driving speeds. |
And be careful, |
thank you very much, i will look at it now and tomorrow. i'm sure i will make it work, you have been very helpful! |
i have managed to fix the problem, i only had to change operating mode to JOINT in roboplus2 software to make it move to wanted position, thanks! |
|
You need to set the motor parameters in robotis roboplus software, important is to set operating mode to JOINT if you want to give him position, or WHEEL if you want to give him speed. |
@itsroki Hope all is well. What did you do to initially make the motor run? Having issues. |
@benedikt966 are you able to re-upload your two libraries? Would be greatly appreciated. The onedrive link seems to be offline unfortunately. |
Wow it has been a long time since then, what problems do you have? You have to set everything in robotis software before you try to run.
Dohvati Outlook za iOS<https://aka.ms/o0ukef>
…________________________________
Šalje: NikeetPandit <[email protected]>
Poslano: Monday, February 1, 2021 10:56:23 PM
Prima: hackerspace-adelaide/XL320 <[email protected]>
Kopija: itsroki <[email protected]>; Mention <[email protected]>
Predmet: Re: [hackerspace-adelaide/XL320] nothing is happening (#7)
@benedikt966<https://github.com/benedikt966> are you able to re-upload your two libraries? Would be greatly appreciated. The onedrive link seems to be offline unfortunately.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#7 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMGORD4U77GETLU4UZIBOPTS44PQPANCNFSM4HQVRL5Q>.
|
@itsroki Wow! Thank you for your quick reply! I think I am out of my scope of knowledge. But what is meant by setting everything in the robotis software before trying to run? |
Yes you can download examples but first you need to set parameters in robotis software, google that because i don remember. Example. In robotis software you need to set your motor in joint mode if you want to give him final position to go to. You do that in robotis, otherwise you can not use example code to move your motor.
Dohvati Outlook za iOS<https://aka.ms/o0ukef>
…________________________________
Šalje: NikeetPandit <[email protected]>
Poslano: Monday, February 1, 2021 11:16:40 PM
Prima: hackerspace-adelaide/XL320 <[email protected]>
Kopija: itsroki <[email protected]>; Mention <[email protected]>
Predmet: Re: [hackerspace-adelaide/XL320] nothing is happening (#7)
@itsroki<https://github.com/itsroki> Wow! Thank you for your quick reply! I think I am out of my scope of knowledge. But what is meant by setting everything in the robotis software before trying to run?
Is it incorrect to assume that this standalone library and examples can be downloaded on Teensy to control the XL320 servos as a simple starting point?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#7 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMGORDZ4YOPMQ4CQCEU4VXLS44R4RANCNFSM4HQVRL5Q>.
|
Okay, thank you. I will try and let you know if anything gets working! Thanks |
Followed this method by Walker's blog: http://walker.gosrich.com/posts/xl320.html ... |
does anyone know what do we have to change in code to make it work because i can not make my motor run?
The text was updated successfully, but these errors were encountered: