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

ros with multiple distros

asked 2017-01-16 09:31:49 -0500

vschmidt gravatar image

I have a 3rd party gadget whose ROS interface is compiled against an older version of ROS.

I'm curious, to what extent is it possible to intermix clients and ROS Master from different distributions. Is there any compatibility between them?

Thanks, Val

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-01-16 10:42:25 -0500

rbbg gravatar image

Although it is not advisable, mixing ROS versions will work in some cases. Naturally, it depends on which versions you are trying to mix, but for at least a number of the newest releases, the underlying communication protocol hasn't changed, so as long as your message definitions are identical, it should work. Obviously, if the message definition changes for the newer distro, this will no longer work so there's no saying if it will continue to work.

For a more elaborate explanation, take a look at the following related questions: #q104086, #q76279 and #q37403.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-01-16 09:31:49 -0500

Seen: 655 times

Last updated: Jan 16 '17