-
Notifications
You must be signed in to change notification settings - Fork 3
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
Vision Refactoring + Lane Marker tests #593
Conversation
is it possible to split this up into smaller PRs? This is too massive to review properly (i.e. one PR for refactors, a seperate one for tests) |
@frompotenza lgtm. I think a good think for readability in vision would be to make all params uppercase so its clear which values are variables or hyper parameters |
almost nothing is for tests, only the stuff in the tests folder |
Do you mean rosparams? |
I'd assume so, anything thats not a variable. I agree with that idea too, it makes things easier to read Other than that I'm good to merge if you've tested and its working as good as without these changes. Please 😢 🙏 I don't want to debug vision functions anymore |
Tested in the sim, and it still works as before