Commit 2be27a42 authored by Marco Buttu's avatar Marco Buttu
Browse files

No error message in case the component is parking or parked

parent 05250800
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ TrackingThread::TrackingThread(
                                component_ref->setPosition(positions, NOW);
                            }
                            else {
                                if(component_ref->isStarting()) {
                                if(component_ref->isStarting() || component_ref->isParked() || component_ref->isParking()) {
                                    ; // Do nothing
                                }
                                else {