We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cugo_ros_motorcontroller/cugo_ros_motorcontroller/cugo_ros_motorcontroller.ino
Line 787 in 4165f27
current_time - prev_time_10ms > 10000だと、10001usでJobが動くのでJobの度に1us誤差が出てしまい、10秒後に1msずれる気がしました。
current_time - prev_time_10ms >= 10000にしたら改善されないでしょうか?
The text was updated successfully, but these errors were encountered:
job_100msは1秒で約1msずれるとのことなので、別要因かもしれませんが。
Sorry, something went wrong.
No branches or pull requests
cugo_ros_motorcontroller/cugo_ros_motorcontroller/cugo_ros_motorcontroller.ino
Line 787 in 4165f27
current_time - prev_time_10ms > 10000だと、10001usでJobが動くのでJobの度に1us誤差が出てしまい、10秒後に1msずれる気がしました。
current_time - prev_time_10ms >= 10000にしたら改善されないでしょうか?
The text was updated successfully, but these errors were encountered: