Update codebase to use logging over generic print statements #2
Labels
Comp: Core
Issues related to the core functionality of the AV stack, e.g. logging, launching, etc.
Priority: 2 - Minor
Should take minimal time and do not significantly influence the functionality
Type: Enhancement
Approved issues that will help enhance our AV stack
Type: Task
Issues that help improve minor parts of the code and not necessarily functionality
Throughout the codebase we are using the print function to log information about the system. Instead of this, we should use the ROS logging or python logging functionality. Some notes from ROS on using the various logging levels http://wiki.ros.org/Verbosity%20Levels.
The text was updated successfully, but these errors were encountered: