| Algorithm 6. Fragment of the Python code: calculation of the error values. |
| # error variables from the comparison process |
| errorX = self.setPointX − inputX |
| errorY = self.setPointY − inputY |
| # print(errorX, errorY) |
| Algorithm 6. Fragment of the Python code: calculation of the error values. |
| # error variables from the comparison process |
| errorX = self.setPointX − inputX |
| errorY = self.setPointY − inputY |
| # print(errorX, errorY) |