HaddingtonDynamics / Dexter

GNU General Public License v3.0
374 stars 85 forks source link

Documentation for Eye Calibration #50

Closed JamesWigglesworth closed 3 years ago

JamesWigglesworth commented 5 years ago

Add doc for when Eye Calibration is needed and how do do it.

JamesNewton commented 5 years ago

It's documented in DDE. Referenced here: https://github.com/HaddingtonDynamics/Dexter/wiki/Encoder-Calibration

Is there any other way to do it? I mean, outside DDE? Or is there a reason to duplicate the documentation into the WiKi? Or is the documentation in DDE not sufficient?

Actually.... now you mention it, knowing when that calibration is needed is a tricky point. How DO you know? What are the symptoms that appear that let you know a joint needs to be calibrated? I guess "freakout" is a good one. Perhaps we need a "troubleshooting" list, with symptoms and solutions?

cfry commented 5 years ago

James N, good point about "how do you know when you need calibration? Is there some quick automated test we could do that would tell a user "um, looks like you need to calibrate your robot by doing ...." It might even run automatically the first time a user runs a job on dexter during a dde session. Like printing out a general "health" report!

On Sat, Jan 19, 2019 at 9:56 PM JamesNewton notifications@github.com wrote:

It's documented in DDE. Referenced here: https://github.com/HaddingtonDynamics/Dexter/wiki/Encoder-Calibration

Is there any other way to do it? I mean, outside DDE? Or is there a reason to duplicate the documentation into the WiKi? Or is the documentation in DDE not sufficient?

Actually.... now you mention it, knowing when that calibration is needed is a tricky point. How DO you know? What are the symptoms that appear that let you know a joint needs to be calibrated? I guess "freakout" is a good one. Perhaps we need a "troubleshooting" list, with symptoms and solutions?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HaddingtonDynamics/Dexter/issues/50#issuecomment-455833240, or mute the thread https://github.com/notifications/unsubscribe-auth/ABITfZRTBmDX-cXvx5c5VKOvnr-XBOeOks5vE9r0gaJpZM4aJbon .

JamesNewton commented 5 years ago

The monitor added in recent releases should resolve the "you need to calibrate" issue. When it sees extreme velocities, it will throw an error and DDE can see that and warn the user. @cfry we need to resolve the error handling stuff in DDE to make this work.

JamesNewton commented 3 years ago

Kamino cloned this issue to HaddingtonDynamics/OCADO