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

Display * .stl file correctly using RTB #44

Open
Dps8 opened this issue Feb 20, 2019 · 8 comments
Open

Display * .stl file correctly using RTB #44

Dps8 opened this issue Feb 20, 2019 · 8 comments

Comments

@Dps8
Copy link

Dps8 commented Feb 20, 2019

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?

@petercorke
Copy link
Owner

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.

@Dps8
Copy link
Author

Dps8 commented Feb 26, 2019

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?

@petercorke
Copy link
Owner

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.

@Dps8
Copy link
Author

Dps8 commented Mar 5, 2019

image

@Dps8
Copy link
Author

Dps8 commented Mar 5, 2019

If I declared the limits of the prismatic articulation, why do I have to declare the limits of the workspace?

@petercorke
Copy link
Owner

petercorke commented Mar 5, 2019 via email

@Dps8
Copy link
Author

Dps8 commented Mar 6, 2019

image

@Dps8
Copy link
Author

Dps8 commented Mar 6, 2019

Professor, do you know what could be the cause of this error?

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