Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camera1394: remove trivial dependency on driver_base #18

Closed
jack-oquin opened this issue Aug 24, 2013 · 0 comments
Closed

camera1394: remove trivial dependency on driver_base #18

jack-oquin opened this issue Aug 24, 2013 · 0 comments
Assignees

Comments

@jack-oquin
Copy link
Member

The driver_base package is only used by a few drivers and is deprecated for new drivers. Its status is End of Life, but there is currently no plan to delete it, so no big hurry on removing it from camera1394.

The camera1394 dependency is trivial, only using some constant definitions for the driver state and the reconfigure levels.

The only tricky part is that the reconfigure levels must be defined in C++ for the driver and in Python for the Camera1394.cfg script, as is done by the driver_base/SensorLevels ROS message. They could either be hard-coded, or defined in a message defined locally to the driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant