-
Notifications
You must be signed in to change notification settings - Fork 1
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
Filter TODO's and FIXME's #184
Comments
Agreed and for that one look to see if task.py re-spawns correctly. |
Just quick grep mobility/src/mobility/behavior/gohome.py:122: # todo: is it necessary to check that we can still see a home tag? or does dropoff handle it ok? mobility/src/mobility/planner.py:4:todo: raise HomeExceptions from Planner.drive_to()? mobility/scripts/cal_imu.py:34:todo: pick validation thresholds that make sense. Something that means the 2D calibration is likely going to be better. diagnostics/src/diagnostics/diags.py:91: # FIXME: Need to sub the rover's wifi interface |
I think it might be a good idea to run through all our files and clean outdated TODO's and fix any important ones that remind us of forgotten issues.
For example, I can think of one off the top of my head: In
task.py
, what happens wheninit
fails?There might be a number of other similarly important comments laying around in the source.
The text was updated successfully, but these errors were encountered: