You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MANY MANY of our modules have uninitialized variables which crash our code every once in a while. We need someone to look through the modules and check that all our variables are correctly initialized, even if the code isn't currently crashing.
The text was updated successfully, but these errors were encountered:
If you can run valgrind on the robot/run the code under valgrind on desktop Linux, that might save you lots of headaches of combing through the code for uninitialized variables. Plus, you'll get all your memory leaks!
MANY MANY of our modules have uninitialized variables which crash our code every once in a while. We need someone to look through the modules and check that all our variables are correctly initialized, even if the code isn't currently crashing.
The text was updated successfully, but these errors were encountered: