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

Is there any limitation for working on Java instead of C++ with ros, Morse or Blender ?

asked 2015-02-03 04:48:19 -0500

Nazeer gravatar image

Am going to work on semantic description with Morse simulated area, The ROS will be used as a communication medium between my semantic system and Morse system, I want to work with java instead of C++ , so i want to know if there is there any limitation for working on Java instead of C++ with ros, Morse or Blender ? If you can provide me some source of information, tutorials , I will really appreciated it. Kind regard,

edit retag flag offensive close merge delete

Comments

Perhaps you could elaborate a bit on what you mean with 'limitation'? Rosjava is pretty complete, feature wise, but it can be involved to setup and get into.

gvdhoorn gravatar image gvdhoorn  ( 2015-02-03 14:03:09 -0500 )edit

I have never worked with ROS before now I have a big project using ros and semantic description i want to use java instead of C++, I know that C++ is fully supported with ros, so I want to make sure that Java also can do exactly what C++ does, that is what i meant by limitation ,thanks for reply,

Nazeer gravatar image Nazeer  ( 2015-02-05 08:50:46 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-02-05 11:33:51 -0500

moritz gravatar image

rosspp is one of the two major platforms officially supported by OSRF, while rosjava is externally maintained. While it has most important features, updates for a new platform may be delayed (e.g. there are no Indigo .deb packages yet). An important part that is missing is the actionlib implementation. There has been one for an earlier (incompatible) version of rosjava, but AFAIK it has not been ported yet.

Another issue is the rather shallow integration between the catkin buildsystem in ROS and the gradle buildsystem used for rosjava. This is no big deal if you are mostly working in the Java world and only interact with pre-compiled other ROS packages. If you have several ROS packages with rosjava code in your workspace, compilation can however become quite slow, and if you need to do some buildsystem magic, this may be limiting.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-03 04:48:19 -0500

Seen: 196 times

Last updated: Feb 05 '15