You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys,
your library has helped me really well so far.
Is there a way to get the load of the servo? The get_position is really easy, but there is nothing for other values of the servo.
I think the command: "def _read(self,id,address,size):" could help me there. Is that true and how would i have to use "address" and "size"?
I am using the MX-64AR btw.
Thank you
The text was updated successfully, but these errors were encountered:
Okay I understand this better now, but it seems the MX-64AR is using a different control table. That control table does not have values for the size included. Seems like the MX-64AR is controlled differently.
Is there still a way to make this work? I can perfectly move the servo and read the position with "chain.goto" and "chain.get_position", but cant quite access more advanced commands.
Hey guys,
your library has helped me really well so far.
Is there a way to get the load of the servo? The get_position is really easy, but there is nothing for other values of the servo.
I think the command: "def _read(self,id,address,size):" could help me there. Is that true and how would i have to use "address" and "size"?
I am using the MX-64AR btw.
Thank you
The text was updated successfully, but these errors were encountered: