I researched in the internet for weeks, but I couldn't find a really successfully way to set up a ROS environment and then using the packages via ROSJava 0.2.1 in Android Studio in more as an example status.
I'm working on an Ubuntu 14.04 system, have already set up Android Studio and installed "Ros-indigo-full-desktop" after this instructions (http://wiki.ros.org/indigo/Installation/Ubuntu).
I have found this tutorial (https://github.com/ollide/rosjava_android_template) which is working well for basic things. It was possible for me to create own subscribers and publishers. I was able to create an Andriod-App with basic functionality and an own integrated public RosCore master. But it's not really a full ROS development environment.
Now I would like to integrate a "Navigation" and "Map" and so on. But I don't know how to use the installed ROS Packages in my own Project.
My questions:
* What is the best way to use all installed ROS Packages (i.e "ros-indigo-nav-core") with ROSJava?
* Does a documentation about common using, messages and dependencies between ROSJava classes exist?
* Is the installation of "Ros-indigo-full-desktop" the right way to create an own ROS/ROSJava development environment?
↧