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

Consts [COM branch] #3

Open
sudogauss opened this issue Jan 28, 2023 · 1 comment
Open

Consts [COM branch] #3

sudogauss opened this issue Jan 28, 2023 · 1 comment

Comments

@sudogauss
Copy link

  • You can just call constants.py -> const.py (default naming).
  • Please more comments for your consts (NEC, N_NEC???)
  • Suggestion to use something like that [i for i in range(n)] and not range objects directly. Also why use tuples?
  • motor PID and wheels PID seems to be a misconception. To check with LL.
  • Generally inline comments are used for consts
  • Need more details on MIN_T_MS and MAX_T_MS (seems to be a misconception again)
@EKnight-Blue
Copy link
Collaborator

  1. does not change anything
  2. fair point
  3. pointless. Tuples are immutable, lists are mutable, by definition constants do not change
  4. okay
  5. misconception...

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