Fixed CI pipeline issues.
This commit is contained in:
@@ -95,7 +95,6 @@ asynStatus sinqAxis::doPoll(bool *moving) { return asynSuccess; }
|
||||
asynStatus sinqAxis::move(double position, int relative, double minVelocity,
|
||||
double maxVelocity, double acceleration) {
|
||||
|
||||
double motorRecResolution = 0.0;
|
||||
double target_position = 0.0;
|
||||
|
||||
// Status of parameter library operations
|
||||
@@ -148,7 +147,6 @@ asynStatus sinqAxis::movementTimeoutWatchdog(bool moving) {
|
||||
// These parameters are only needed in this branch
|
||||
double motorPosition = 0.0;
|
||||
double motorTargetPosition = 0.0;
|
||||
double motorRecResolution = 0.0;
|
||||
double motorVelBase = 0.0;
|
||||
double motorAccel = 0.0;
|
||||
time_t timeContSpeed = 0;
|
||||
|
||||
Reference in New Issue
Block a user