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

Fix internal types for PID #1

Open
gbip opened this issue Nov 15, 2018 · 0 comments
Open

Fix internal types for PID #1

gbip opened this issue Nov 15, 2018 · 0 comments

Comments

@gbip
Copy link
Member

gbip commented Nov 15, 2018

We have calculated the uncertainty in the precision of the robot and have settled for some units to be used in the PID calculation.

  • Distance : 10th of a millimeter
  • Angles : 10th of a millirad

We need to create those types and implements common methods for it. We should use the derive_more crate for deriving common traits for these types but it does not yet support no-std (see this issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant