Speed testen (anfang)
This commit is contained in:
@@ -12,6 +12,11 @@ module.exports = class RobotMotorPosition{
|
||||
|
||||
this.e = e; // Finger open
|
||||
|
||||
// Handgelenk-Punkt-Koordinaten (für Speed-Berechnung)
|
||||
this.pX = 0; // Handgelenk X-Position in mm
|
||||
this.pY = 0; // Handgelenk Y-Position in mm
|
||||
this.pZ = 0; // Handgelenk Z-Position in mm
|
||||
|
||||
this.time = Date.now();
|
||||
|
||||
this.xMotorChanged = false;
|
||||
|
||||
Reference in New Issue
Block a user