ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Using ROS java on android for robot control

asked 2014-09-11 15:58:23 -0500

navy_robots gravatar image

I'm brand new to ROS so bear with me: I was hoping for some advise as to how to approach a project I am attempting. I have logic control written in Java (as an Android application) that I want to implement on a Dr. Robot Jaguar 4x4 robot (compatible with ROS Fuerte). My plan was to create a simple Android app that could just act as a passthrough converting java commands into ROS instructions, however as far as I can tell, Ros Java was designed to use Catkin and I can't figure out how to build the Jaguar drivers with Catkin. I really appreciate any suggestions.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-09-12 13:27:06 -0500

paulbovbel gravatar image

You should also target at least ROS Hydro, since that is where rosjava/android really matured and became useable.

You can use a rosbuild workspace together with a catkin workspace, or you can catkinize the provided Dr. Robot package by rewriting the manifest.xml->package.xml and updating CMakeLists.txt.

There may also be some dependency issues with migrating the code from fuerte to hydro, but from secondhand experience it's not bad, just stick to the migration guides.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-09-11 15:58:23 -0500

Seen: 1,022 times

Last updated: Sep 12 '14