|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#12
|
||||
|
||||
|
Re: Iterative Project
Quote:
The standard usage of Simple Robot is something like this: Code:
public OperatorControl(){
while (isOperatorControl() and isEnabled()){
try {
Thread.sleep(10L);
} catch (Exception e){
e.printStackTrace();
}
//insert code here, to be called every time through the while loop
}
}
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|