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
Right now we are computing the energy consumption by "integrating" the torque (force) over each joint and summing them up. Look here and here.
Maybe this is incorrect or there is a better way.
The text was updated successfully, but these errors were encountered:
If I'm not wrong, the energy consumption is computed by integrating the torque over the change of angle:
_ / E = | T dθ _/
Where E is the energy, T is the torque and dθ the variation of angle.
Sorry, something went wrong.
Actually, I see two measures of energy or power and they don't seem to match in the value:
No branches or pull requests
Right now we are computing the energy consumption by "integrating" the torque (force) over each joint and summing them up. Look here and here.
Maybe this is incorrect or there is a better way.
The text was updated successfully, but these errors were encountered: