udacity / sdc-issue-reports

29 stars 6 forks source link

Typo in term3 capstone project part 7 #1436

Closed EmilePapillon closed 5 years ago

EmilePapillon commented 5 years ago

On the page, we can read :

-lowpass.py A generic low pass filter that can be used in lowpass.py.

It should be : -lowpass.py A generic low pass filter that can be used in twist_controller.py.

or something else. But lowpass.py will not be used in itself ...

mvirgo commented 5 years ago

It's turtles all the way down.

Fixed :) You are correct that it should instead say twist_controller.py.