ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Do I need to write my own "driver"?
Yes, unless someone has already written one.
That is code that interfaces with the camera APIs and publishes to ROS?
Yes.
In that case, what do I publish? Do I give only raw image output or is there a way to publish a stereo pair?
There are standard ROS ways to publish stereo data.
Are there any examples for how to do this, e.g. from some other stereo cameras?
What is the easiest way to do this?
The extra ROS wrapping for publishing camera data does not involve much additional code, but does require a basic understanding of the image pipeline. So, study the interfaces and look at examples of other drivers, then ask more questions.
Answers provided by Jack O'Quin