ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.