Is jni supported in roscpp indigo?
I am writing a node in C++ which communicates with Java code. I think the most elegant way to do this is by using JNI. Is jni supported in roscpp indego? Can anyone point me to a tutorial or example?
Thanks!
Can you be a bit more specific? In what way do you think that
roscpp
should 'support jni'? I'd expect that if a typical C/C++ program can call into Java through JNI, a ROS node should be able to do the same.