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
The URDF to MO process creates some unused variables and equations. For example for AK_R
SI.Angle q_L_AK_R "Joint angle for joint L_AK_R"; SI.AngularVelocity qd_L_AK_R "Joint speed for joint L_AK_R"; SI.AngularAcceleration qdd_L_AK_R "Joint acceleration for joint L_AK_R"; SI.Torque tau_L_AK_R "Joint torque for joint L_AK_R";
Are not used, together with the corresponding equations:
q_L_AK_R = L_AK_R.phi; qd_L_AK_R = der(q_L_AK_R); qdd_L_AK_R = der(qd_L_AK_R); tau_L_AK_R = L_AK_R.tau;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The URDF to MO process creates some unused variables and equations.
For example for AK_R
Are not used, together with the corresponding equations:
The text was updated successfully, but these errors were encountered: