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

Add checks on maximum velocities in PID #172

Open
adeguet1 opened this issue Feb 14, 2023 · 0 comments
Open

Add checks on maximum velocities in PID #172

adeguet1 opened this issue Feb 14, 2023 · 0 comments
Assignees

Comments

@adeguet1
Copy link
Contributor

adeguet1 commented Feb 14, 2023

The PID class should have few more safety checks:

  • check that measured_jp is within joint limits (+/- tolerance)
  • check that measured_jv is reasonable (maybe use trajectory generation max velocity x some factor)
  • check that setpoint_jv is capped (as we do for setpoint_jp). We could use trajectory generation velocity x some factor
@adeguet1 adeguet1 self-assigned this Feb 14, 2023
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

1 participant