/rp16-lectures

Code from Robot Programming lectures 2016/17

Primary LanguageJava

Robot Programming Lecture Code

Code from Robot Programming lectures 2016/17

You will also need:

If you are using Eclipse, both these repos should be used to create NXT projects. If you are compiling from the command line, you can download the jar files from these projects and including them in your classpath for compilation. Download the jars from here:

Include them in compilation for an nxt executable as follows:

nxjc -cp rp-utils.jar:rp-shared.jar  src/rp/lectures/HelloWorld.java