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

Increase Number of Dynamixels #305

Open
swinterbotix opened this issue Aug 12, 2020 · 2 comments
Open

Increase Number of Dynamixels #305

swinterbotix opened this issue Aug 12, 2020 · 2 comments
Assignees

Comments

@swinterbotix
Copy link

Hi,

Recently, I've been during some development on a robot project that consists of 36 XM540-W270 servos. Unfortunately, I kept running into an error at startup that the dynamixel_workbench_ toolbox 'failed to get the tool'. It took a few hours, but I located the source of the issue being with a hard-coded limit to the number of servos that the dynamixel_workbench_toolbox can handle. As specified at https://github.com/ROBOTIS-GIT/dynamixel-workbench/blob/master/dynamixel_workbench_toolbox/include/dynamixel_workbench_toolbox/dynamixel_tool.h#L30, the max limit is set to '30'. Do you think you could bump up this number to 36? After manually changing this number, I had no issues running my code.

Thanks

@swinterbotix
Copy link
Author

Any update on this?

@yun-goon yun-goon self-assigned this Jan 22, 2025
@yun-goon
Copy link

Hi @swinterbotix
Sorry for the delayed response.

Although there are no previous records addressing this specific matter, based on the information that OpenCR’s maximum power output should not exceed approximately 55W (as noted in OpenCR Manual), it seems that the limit of 30 devices was set to ensure system stability.

I have also tested with 35 devices connected, and I found no issues as long as the power output limits are maintained.

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

2 participants