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

Groovy on computer and fuerte on Pie

asked 2014-03-13 07:54:19 -0500

Maya gravatar image

Hello,

I know for I have find a question answered where someone was able to make two different version of ROS to communicate with each other. I can't seem to find the question again though.

My computer runs groovy and I have a Pie with Fuerte on it. I'm wondering to which extent I can make then work together as I would like to use my computer for simulation and the Pie on the robot.

If you ask I already tried to install groovy on Raspbian and it fails for libboost being a problem during the ROS install. I'll be willing to try to install groovy again or install Hydro as well if the communication between Groovy and Hydro is better.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-03-13 09:59:57 -0500

ahendrix gravatar image

In general, the core ROS transports and message formats did not change between Fuerte and Groovy, so it should be possible to communicate between ROS versions without much trouble.

The biggest change between Fuerte and Groovy was the introduction of the catkin build system. If you want to use the same packages on both Fuerte and Groovy, you'll have to use the older rosbuild system for them; otherwise you won't be able to build them on Fuerte.

edit flag offensive delete link more

Comments

For the older rosbuild system, do you mean, if I want to use the package on Groovy AND Fuerte at the same time ? My goal would be to have them (the Pie and my computer) connected on the network so they can exchange information and my laptop would handle most of the computationally hard parts.

Maya gravatar image Maya  ( 2014-03-13 20:19:59 -0500 )edit

That's correct. If you want to use the same package on both, you'll need to use rosbuild. If you just want to use ROS over a network, it should work regardless.

ahendrix gravatar image ahendrix  ( 2014-03-14 07:08:14 -0500 )edit

Perfect thanks you very much !

Maya gravatar image Maya  ( 2014-03-14 07:30:31 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-03-13 07:54:19 -0500

Seen: 153 times

Last updated: Mar 13 '14