Skip to content

Commit

Permalink
increase lower bound in thermal proc;
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Qu committed Oct 28, 2014
1 parent 69ddbce commit ebfbf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/ThermalProcDyn.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gen = ParameterGenerator()

# name / type / level / description / default / min / max
# Flir A35 has a maximum resolution of 320 x 256
gen.add("celsius_min", double_t, 0, "min temperature", 20, 10, 60)
gen.add("celsius_min", double_t, 0, "min temperature", 20, 0, 60)
gen.add("celsius_max", double_t, 0, "max temperature", 40, 20, 70)

exit(gen.generate(PACKAGE, "flir_gige", "ThermalProcDyn"))

0 comments on commit ebfbf81

Please sign in to comment.