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
I have a humanoid robot with 25 dynamixel motors. Your implementation is great and is working. However, I need a better update_rate. All motors are set in 1000000 b/s and the better update_rate I get is 20Hz.
I set in the launch file
The more data you need to shuttle between the motors and your computer the
less the update rate will be. We got around that somewhat by splitting the
motors between several ports.
I have a humanoid robot with 25 dynamixel motors. Your implementation is great and is working. However, I need a better update_rate. All motors are set in 1000000 b/s and the better update_rate I get is 20Hz.
I set in the launch file
but does not work.
launch.txt
The text was updated successfully, but these errors were encountered: