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

Indigo and Kinetic Compatibility

asked 2017-08-30 12:07:59 -0500

vschmidt gravatar image

Hello, I'm (perhaps foolishly) integrating a Kinetic ROS install with a third-party package whose implementation is built on Indigo.

In initial tests with clients built on Kinetic I've been able to read every message published by nodes built on Indigo.

However I am unable to subscribe to and read messages published by nodes built on Kinetic by clients built on Indigo.

Can anyone verify for me, is this a fool's errand? Is ros_comm as built in Indigo sufficiently different that is not fully compatible with Kinetic. There is precious little documentation regarding the compatibility between ROS versions so it is hard to tell without testing.

Thanks!

edit retag flag offensive close merge delete

Comments

1

Your question seems similar to your previous one (#q252109), which was also answered and referred to three other answers. Was something not clear then?

gvdhoorn gravatar image gvdhoorn  ( 2017-08-30 12:26:54 -0500 )edit

Thanks for reminding me that I'd asked the question. Must be frustrating. :) Now I'm actually trying it. I'm defining the message definitions explicitly. However, I am finding a "Unknown Error" in the master.log when the Indigo client attempts to subscribe to the Kinetic publisher.

vschmidt gravatar image vschmidt  ( 2017-08-30 15:06:32 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-08-31 14:22:39 -0500

vschmidt gravatar image

I discovered my problem here. I did not realize that ROS requires fully resolvable host-names in addition to routable ip addresses. When I completely configured all hosts in /etc/hosts (including the local hostname, and by that I don't mean localhost), I was then able to successfully pass data between endpoints without error.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-08-30 12:07:59 -0500

Seen: 1,318 times

Last updated: Aug 31 '17