ROS and ADC/DAC Hardware
Three questions on ROS-hardware interface--
Has anyone used ROS with National Instruments DAQ Cards such as the PCI-6225? It appears to be possible to run it under linux using the Comedi drivers, but I don't have a good feel for how much work this would require.
In the same vein, does anyone have recommendations for library and/or hardware choices for motor controllers under ROS? There appear to be stacks for the EPOS/ELMO controlllers, but I'd be curious to hear any feedback on how hard they are to set up, and on any other options.
Finally, what sort of latency could one expect from passing messages between ROS nodes on a fairly good machine running data acquisition (say a couple dozen analog inputs) and a few standard processing pipelines? One user mentions seeing up to 9ms for a basic packet reflector, but also seems to think this is unexpectedly high. Is it reasonable to tweak ROS to give <1ms consistently for at least one or two important control loops?