convert fuerte package to groovy
Hi! I found a line-following package (https://github.com/robotictang/eddiebot_line_follower) that was originally made for fuerte, and I would like to use it groovy. The rosmake compilation generates errors probably due to the incompatibilities between groovy and fuerte. What can I do, is there any description or tutorial that helps to convert between the different ROS versions?
I guess ROS Packages are not forward compatible.
I don't think that is quite a fair assertion. Most ROS packages work on multiple versions with no changes. I'm unsure exactly what error @ZoltanS is encountering, but looking into the new catkin build tools would be a good place to start. The eddiebot package doesn't even have a
package.xml