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

ActuationMatrix doesn't work #3

Open
Elektron97 opened this issue Oct 5, 2023 · 1 comment
Open

ActuationMatrix doesn't work #3

Elektron97 opened this issue Oct 5, 2023 · 1 comment

Comments

@Elektron97
Copy link

Hi, I tried to compute the Actuation Matrix with the method that you provided, but it doesn't work. I have 3 actuators (n_sact = 3) and 3 DoF (n_dof = 3) and the error is this:

Unable to perform assignment because the left and right sides have a different number of elements.

Error in SorosimLinkage/ActuationMatrix (line 118)
                                Bq(dof_start:dof_start+dof_here-1)  = Bq(dof_start:dof_start+dof_here-1)+Ws(k)*dBqdq_here'*Btau*Lscale; %scaled back for addition

with the command:
T1.ActuationMatrix(zeros(3, 1))

@CJ0510
Copy link

CJ0510 commented Mar 19, 2024

I encountered the same problem, have you solved it?

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