Skip to content
Snippets Groups Projects
Commit a4bbef49 authored by Johannes Mey's avatar Johannes Mey
Browse files

add doc

parent 7aa91602
No related branches found
No related tags found
No related merge requests found
Pipeline #14232 passed
......@@ -67,13 +67,13 @@ public class ParserTest {
var result = parser.parse();
assertThat(result).isNotNull().isInstanceOf(Tidy.class);
try {
Thread.sleep(100*1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
/**
* Runs the parser on the actual robot. For this to work, a robot controller must be connected to an MQTT server running
* on localhost:1883
*/
@Test
@Disabled
void runRealTidyParser() throws MotionGrammarParser.ParseException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment