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

Error code predictor for servos #49

Open
robEllenberg opened this issue Mar 26, 2013 · 1 comment
Open

Error code predictor for servos #49

robEllenberg opened this issue Mar 26, 2013 · 1 comment

Comments

@robEllenberg
Copy link
Contributor

A big issue with simulation currently is that it is very optimistic about strength and endurance of motors. Real experiments fail often due to:

  • motor over torque
  • "big" error
  • jam error (collisions and such)

Therefore, it would be useful to predict this in simulation. Perfect accuracy is unlikely due to the stiffness of the robot, but even a rough idea would help.

Todo: predict above errors based on motor state (torque, velocity, past history)

@ghost ghost assigned robEllenberg Mar 26, 2013
@robEllenberg
Copy link
Contributor Author

Need Matlab functions through the openrave text server for:

  • center of mass
  • link masses
  • inverse dynamics
  • joint velocities

Others?

Development in Rob's openrave fork, feature/matlab-textserver

@robEllenberg robEllenberg removed their assignment Jun 14, 2019
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