rosjava_actionlib not build by gradle
Hello people!
I followed the instructions on link to build the new ros_core with gradle. However, the package "rosjava_actionlib" is not built by gradle. When doing a "gradle install" in that folder, gradle keeps telling me, it can't find ":rosjava" in rosjava_actionlib.
Any suggestions?
edit: ok, I found the file settings.gradle which has the following lines:
// TODO(damonkohler): Enable these once actionlib is working again.
//'rosjava_actionlib', 'rosjava_actionlib_tutorial'
I uncommented the line and added a "," appropriately but it seems, rosjava_actionlib is not working yet. Does anybody know when this will be?