borisdayma / CarND-Capstone

Programming a self-driving car
3 stars 4 forks source link

Add additional debugging tools #33

Closed borisdayma closed 6 years ago

borisdayma commented 6 years ago

We need to add more logging/debugging info. This will be useful when our program is tested in the simulator and on Carlo to understand any problem that may be happening. In particular we need to add prediction of traffic light (probability that we see a red light as well as integrated probability). We also need to ensure that it does not slow down our performance and use throttle logging if needed.