-
Notifications
You must be signed in to change notification settings - Fork 454
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
Display * .stl file correctly using RTB #44
Comments
Their coordinate system should be the link coordinate frame as determined by the Denavit-Hartenberg model of the robot. They should be named linkN.stl where N is 0, 1, 2, etc. Let me know how it goes. |
In what scale does RTB work the dimensions of the robotic arm?The problem is that when I load a link and plot it does not show up well. Is it a problem of scale or is it some DH parameter that I declared wrong? |
The scale/dimensions of the STL model must be consistent with the lengths in the DH parameters. ie. if the DH parameters d, a are in metres, then the STL should be in metres. |
If I declared the limits of the prismatic articulation, why do I have to declare the limits of the workspace? |
that’s a bug
… On 6 Mar 2019, at 8:08 am, Dps8 ***@***.***> wrote:
If I declared the limits of the prismatic articulation, why do I have to declare the limits of the workspace?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#44 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALQUUihT_KujSS_peDWgZiBsH2adX5qIks5vTurDgaJpZM4bF7mu>.
|
Professor, do you know what could be the cause of this error? |
I'm doing the 3D design of a cylindrical robotic arm and I want to import the CAD to Matlab to work with plot3d. What requirements should the * .stl files have to be able to visualize the arm in Matlab?
How can I do it?
The text was updated successfully, but these errors were encountered: