-
Notifications
You must be signed in to change notification settings - Fork 466
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
Changing robot size #74
Comments
Hi. It should definitely be possible to utilize this repo with modified robot dimensions. As long as the differences aren't crazy large, it should be perfectly fine. Before going further I would note that the mechanics of the robot are a big time sink (nuts and bolts and servo sizes and installation, wiring, etc.. as well as CAD file modifications that would be needed to resize) so if you can avoid modifications I'd recommend it. Regardless, in general, robot dimensions are only specified in a few places:
The spot micro kinematic libraries are mostly designed to be instantiated with settable values, but if none are provided then hard coded defaults are used. |
Thanks for reply! I have one more question about the URDF file - is it used only for visualization or is it used for calculations too? The needs of changes in the first file in obvious, however, what about the URDF file - is it necessary to change it for proper work or is it needed only for visualization and can be left as is if the visualization accuracy isn't crucial? |
Hi,
I would like to build a spotMicro, however, my 3d printer is slightly too small to print the largest parts.
How much work would it be to change the spotMicro software to work with a smaller body (the general mechanics are the same, the legs configuration and DOFs are the same, just the lengths/heights/widths will change)? The electronics would remain the same (of course, different servos, but the only difference would be, again, its size)
Generally, I know what is going on in the software as I studied robotics so kinematics and reverse kinematics aren't unknown for me, however, I haven't worked with ROS before and I am not sure if I understand correctly what is going on in which part of the project.
Is it possible to point out which parts of the project (which files?) need to be modified to change the robot dimensions?
Do I guess correctly that the whole kinematics magic, which would be affected by the size change, is happening in the spot_micro_kinematics modules?
I guess that also the urdf model of the robot for rviz would change (probably I should also change the slt to my models).
Something else?
Thanks in advance - I am really impressed by your work, the code is very well documented and clear even to someone totally new to the topic. Not mentioning that the things, which this codes does, are very cool... ;)
The text was updated successfully, but these errors were encountered: