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

rosjava kinetic discussing with roscpp melodic

asked 2019-01-31 03:27:34 -0500

yyvus gravatar image

Hi,

During a test phase that we are currently putting in place, we have created a project that has ros running in a ROS-Docker (Melodic), in which we created some nodes using roscpp. We have been able to interact with those nodes with rosbridge javascript and also jrosbridge on a web page. We are willing to test more java in our project.

Does it make any sens to create rosjava nodes (supported only for Kinetic) interacting with our ros in the docker based on Melodic? What would we lose with rosjava?

I don't want to have ros in the docker based on kinetic, since we want to keep up with the latest developments.

will rosjava follow up the development and pass to ROS2 when stable?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-01-31 08:56:59 -0500

jubeira gravatar image

Hi @yyvus,

If you install rosjava from source (it shouldn't take you more than 10 mins) you shouldn't find any difference between kinetic and melodic; it's just a problem of branch naming. The basic message definitions are the same between kinetic and melodic as of today, and AFAIK there are no dependencies that you cannot get in a system running melodic.

ROS2 is a whole different story. The most official client library for java is here: https://github.com/esteve/ros2_java ; but note that the concept is completely different. Rosjava in ROS1 is a whole reimplementation of the client libraries just like roscpp and rospy . Ros2 java is basically a wrapper on top of ROS2 common libraries. You can see more info about it here: https://index.ros.org/doc/ros2/Concep... .

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-01-31 03:27:34 -0500

Seen: 249 times

Last updated: Jan 31 '19