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

Base and tool transform along with dh_parameter of robot #11

Open
taranjitsinghdlr opened this issue Aug 11, 2015 · 1 comment
Open

Comments

@taranjitsinghdlr
Copy link

What if my base is transformed to say, 90 deg in Y direction adn so does homogenous transformation changes. How would I be able to add the base related geometry so that my dynamics would take care of the issue. Same with the tool transform

@taranjitsinghdlr
Copy link
Author

I did the following:
T_base= sympy.Matrix([[0, 0, 1, 0], [1, 0, 0, 0], [1, 0, 0, 0], [0, 1, 0, 1]])
scara_geo.T[-1]= T_base*scara_geo.T[-1]

hope this is right and it helps

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

1 participant