We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have installed rtb10.4 and rvctools within Matlab 2023b.
Consider the simple 1 DoF robot prsented in Ch7 of the books.
import ETS2.* syms a1 q1 E = Rz(q1)*Tx(a1) E.fkine(0)
The result is:
[cos(q1), -sin(q1), conj(a1)*cos(q1)] [sin(q1), cos(q1), conj(a1)*sin(q1)] [ 0, 0, 1]
Why is there an conj(a1) in the translation components instead of an a1cos(q1) for example?
conj(a1)
a1cos(q1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have installed rtb10.4 and rvctools within Matlab 2023b.
Consider the simple 1 DoF robot prsented in Ch7 of the books.
The result is:
Why is there an
conj(a1)
in the translation components instead of ana1cos(q1)
for example?The text was updated successfully, but these errors were encountered: