IEEERobotics / high-level

CV, localization, mapping, planning, and generally anything that will run on the PandaBoard
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Implement logging #15

Open dfarrell07 opened 11 years ago

dfarrell07 commented 11 years ago

Much of the code is using print statements in place of logging. As we work towards integration and testing, let's all try to convert these print statements to logging calls and add additional logging calls for increased visibility. See controller.py for examples.

dfarrell07 commented 11 years ago

I'd really like to see us get this done before we start trying to do integration this weekend. I think it will be extremely helpful to have a unified, time-stamped view of what's going on in every process, and we're not going to be able to do that with simple print statements (or, it's much easier to do it with logging code). Please let me know if you need help implementing this.