This commit is contained in:
2025-11-27 18:01:40 +03:00
parent a825a6935b
commit bf55a45cf9
3 changed files with 62 additions and 39 deletions

View File

@@ -78,6 +78,12 @@ public:
axis_status_t stateX, stateY; // Eddy's LibSidServo axis state
hardware_moving_state_t moving_state;
// endpoint: a point on the trajectory of movement behind the guidance point (X,Y), taking into account
// the movement vector (i.e. sign of movement speed)
// this point is needed as Sidereal controller commands require not only moving speed but
// also 'target' point (point at which mount will stop)
double endptX, endptY;
};