Installing/using ROSJava with catkin
I've been trying to install and use the Groovy version of ROS with ROSJava (on Ubuntu). This latest version of ROS uses the catkin directory structure and has documentation to support that. Following the ROSJava instructions leads back to doing things with roscreate-pkg (instead of catkin_create_pkg). It isn't apparent how gradle fits in with the catkin structure. The most I've seen looking around for answers is someone mentioning it has been "catkinized" now.
Has anyone put together something straightforward for generating/compiling ROSJava packages with the catkin setup? Is there anything special that needs to be upgraded for this (just grabbed the latest version recently)?
Thanks!