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

fix range of auto_exposure_algo parameter #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mikaelarguedas
Copy link
Member

While the enum exposure_algos defines 4 values from 0 to 3:

exposure_algos = gen.enum([gen.const("average_scene_brightness", int_t, 0, "Average scene Brightness"),
gen.const("weighted_average_scene_brightness", int_t, 1, "Weighted average scene Brightness"),
gen.const("adaptive_weighted_auto_exposure_highlights", int_t, 2, "Adaptive weighted auto exposure for hightlights"),
gen.const("adaptive_weighted_auto_exposure_lowlights", int_t, 3, "Adaptive weighted auto exposure for lowlights"),
],
"Auto Exposure Algorithm")
.

This PR changes the default value from 0 to 3.

This has been flagged by ros/dynamic_reconfigure#111

@nlyubova
Copy link
Member

Hi Mikael,
You can merge it on your own :)

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

Successfully merging this pull request may close these issues.

2 participants