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
The PID class should have few more safety checks:
measured_jp
measured_jv
setpoint_jv
setpoint_jp
The text was updated successfully, but these errors were encountered:
adeguet1
No branches or pull requests
The PID class should have few more safety checks:
measured_jp
is within joint limits (+/- tolerance)measured_jv
is reasonable (maybe use trajectory generation max velocity x some factor)setpoint_jv
is capped (as we do forsetpoint_jp
). We could use trajectory generation velocity x some factorThe text was updated successfully, but these errors were encountered: