This commit is contained in:
@@ -23,7 +23,6 @@ public class Recovery extends Panel {
|
||||
//Overridable callbacks
|
||||
@Override
|
||||
public void onInitialize(int runCount) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -59,7 +58,7 @@ public class Recovery extends Panel {
|
||||
ledKnownPosition.setColor(Color.BLACK);
|
||||
textPosition.setText("");
|
||||
} else {
|
||||
if (getState()==State.Ready){
|
||||
if (getState().isNormal()){
|
||||
String point = null;
|
||||
try{
|
||||
point = (String) eval("robot.get_current_point()", true);
|
||||
|
||||
Reference in New Issue
Block a user