borisdayma / CarND-Capstone

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

Update logging tool and control #45

Closed borisdayma closed 6 years ago

borisdayma commented 6 years ago

Following features have been implemented:

taikione commented 6 years ago

I have confirmed this pr work correctly. thank you boris.

logging is enabled even if dbw is set to 0 (manual)

Does this dbw mean self.log_to_csv on dbw_node.py L72?

borisdayma commented 6 years ago

Yes that is correct Taiki. It also means the change at L82 ensures that the loop is executed even when dbw is False. The only value it does not get executed is when it is None (meaning it has not been initialized through self.upd_dbw_enabled yet). I only added a new modification to stop closer to lights.