Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
ADC
ADC_2018
iri_color_calibration
Commits
39d1f720
Commit
39d1f720
authored
Dec 09, 2019
by
Fernando Herrero
Browse files
Update the way to set the rate, according to last iri_base_algorithm version
parent
c7a6595a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/iri_color_calibration_alg_node.cpp
View file @
39d1f720
...
...
@@ -6,7 +6,7 @@ ColorCalibrationAlgNode::ColorCalibrationAlgNode(MainGui *gui) :
algorithm_base
::
IriBaseAlgorithm
<
ColorCalibrationAlgorithm
>
()
{
//init class attributes if necessary
this
->
loop_rate_
=
10
;
//in [Hz]
this
->
setRate
(
10
)
;
//in [Hz]
/* initialize the pointer to the main window */
this
->
gui
=
gui
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment