nxt_lejos building problems [closed]
Hello, I try to talk to a NXT brick by using nxt_lejos (I could not find any alternative that is supposed to work in groovy) but have troubles during installation. First I followed this tutorial to get rosjava_core Tut1 and this one to build the core Tut2. This worked out without any troubles.
After that I installed LeJOS with this Tut3 and could put code with Eclipse to my nxt brick.
After that I followed Tut4 to download nxt_lejos and all expect the last point (gradle installApp) worked fine because gradle was not installe. I installed it with sudo apt-get install gradle and tried again and got the following error:
FAILURE: Build failed with an exception.
* Where:
Build file '/home/viki/workshop_ws/nxt_lejos/nxt_lejos_lcp_proxy/build.gradle' line: 2
* What went wrong:
A problem occurred evaluating project ':nxt_lejos_lcp_proxy'.
Cause: org/codehaus/groovy/transform/powerassert/ValueRecorder
Cause: org.codehaus.groovy.transform.powerassert.ValueRecorder
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 5.853 secs
I know in the tutorial it is written that there could be some issues with rosjava but I do not know how to resolve them as I never used rosjava and just want to get the nxt_lejos node running.