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

Unused variabiles #11

Open
triccyx opened this issue Jun 12, 2018 · 0 comments
Open

Unused variabiles #11

triccyx opened this issue Jun 12, 2018 · 0 comments

Comments

@triccyx
Copy link
Member

triccyx commented Jun 12, 2018

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;
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