Can a driver for an older version of ROS (applanix driver for Fuerte) work wit indigo?
I'm very new to ROS. I'm trying to use an Applanix IMU, I found the driver package for ROS described here:
http://wiki.ros.org/applanix_driver
The team I've joined is using Indigo, but this driver only goes up to Fuerte. Is it practical to try to use this driver for Indigo? I'm not sure where to start. Would I need recompiled source, or is it something simpler than that?
Thanks!
Edit: I've now cloned a copy of the Hydro version and built it. Now I'm stuck on the step that says: " roslaunch applanix_launch example.launch " The only launch file I got was applanix_bridge.launch, and that seems to be a sort of adapter between applanix messages and ros. Is there something I need to add to the catkin_make command, or something else to import to get the example?