@ -387,6 +387,7 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
@@ -387,6 +387,7 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
}elseif(side=="up"){
_orientationCalUpsideDownSideInProgress=false;
_orientationCalUpsideDownSideDone=true;
_orientationCalUpsideDownSideRotate=false;
}elseif(side=="left"){
_orientationCalLeftSideInProgress=false;
_orientationCalLeftSideDone=true;
@ -394,6 +395,7 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
@@ -394,6 +395,7 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
}elseif(side=="right"){
_orientationCalRightSideInProgress=false;
_orientationCalRightSideDone=true;
_orientationCalRightSideRotate=false;
}elseif(side=="front"){
_orientationCalNoseDownSideInProgress=false;
_orientationCalNoseDownSideDone=true;
@ -401,6 +403,7 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
@@ -401,6 +403,7 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
}elseif(side=="back"){
_orientationCalTailDownSideInProgress=false;
_orientationCalTailDownSideDone=true;
_orientationCalTailDownSideRotate=false;
}
_orientationCalAreaHelpText->setProperty("text","Place you vehicle into one of the orientations shown below and hold it still");