I am posting this in the "general questions" topic, since I am not sure what I want to do is even possible.
I am trying to interact with ROS (Robot Operating System) through an app built with AI2, which means I need to send commands and data to a ROS node. To do this I would need to integrate the ROS libraries for Android such as this,
http://wiki.ros.org/android_apps, with AI2.
Is it possible to do this, and if yes, how?