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

Printing the previous value instead of the new one. #54

Open
yoelrc88 opened this issue Dec 14, 2016 · 1 comment
Open

Printing the previous value instead of the new one. #54

yoelrc88 opened this issue Dec 14, 2016 · 1 comment

Comments

@yoelrc88
Copy link
Contributor

in malos_base.cpp the line :
std::cerr << "New delay between updates for " << driver_name_ << " is "<< " ms." << std::endl;
It's been printed before the values actually changes here:
delay_between_updates_ = config.delay_between_updates() * static_cast<float>(1000);

@brianofrokk3r
Copy link
Contributor

@yoelrc88 is this complete?

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

No branches or pull requests

2 participants