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

Can Groovy machine connect to Indigo master?

asked 2016-05-11 16:05:11 -0500

fina12 gravatar image

I try to communicate two different machines using ROS, but they have different ROS version. Is there any compatibility issue? I have a robot installed with Ubuntu 12.04 and ROS Groovy, and a laptop with Ubuntu 14.04 and ROS Indigo. The two machines are connected by an Ethernet cable. I could ping each other from both machines and the ROS_MASTER_URI variables are exported to be the same. However, my robot cannot find the master node on my laptop.

I guess it is due to compatibility issue between the two ROS versions. Is there any solution besides reinstall the whole system? Thanks a lot!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-05-12 01:14:30 -0500

ahendrix gravatar image

Nodes from Groovy should be able to connect to an Indigo ROS master, and Indigo nodes should be able to connect to the Groovy ROS master.

There have been some message format changes between Groovy and Indigo, so there will be message types and topics that don't work between nodes of different versions. You'll usually see an error message about MD5sum mismatches from one or both nodes involved when this happens.

You should consult the Hydro migration guide and Indigo migration guide for specific package changes between versions.

edit flag offensive delete link more

Comments

Just to add an interesting note to this: You can even do this with different operating systems. We did this when the Kinect 2 had Windows-only drivers. As long as the messages have the same format, everything works fine.

curranw gravatar image curranw  ( 2016-05-12 02:33:01 -0500 )edit

Problem solved. Thanks a lot!

fina12 gravatar image fina12  ( 2016-05-12 11:22:50 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-05-11 16:05:11 -0500

Seen: 131 times

Last updated: May 12 '16