Skip to content

Commit

Permalink
miops backlash and command retry testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Mar 26, 2020
1 parent c2f325c commit 5b776e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motion/motion.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ motion.calibrateBacklash = function(driver, motorId, callback) {
} else {
console.log("calibration complete for", driver, "motor", motorId, ". Backlash steps:", backlashSteps);
motion.saveBacklash(driver, motorId, backlashSteps)
motion.setBacklash(driver, motorId, backlashSteps, true);
motion.setBacklash(driver, motorId, backlashSteps, null, true);
}
motion.status.calibrating = false;
callback && callback(err, backlashSteps);
Expand Down

0 comments on commit 5b776e9

Please sign in to comment.