udacity / fcnd-issue-reports

You can use this repository to file issue reports with the Flying Car Nanodegree content.
1 stars 4 forks source link

L17: Dead_Reckoning_3D notebook missing params #321

Closed fierval closed 6 years ago

fierval commented 6 years ago

def dead_reckoning_orientation(self, p, q) and def dead_reckoning_position(self, measured_acceleration)

These are missing the "dt" parameter declaration. The bug is masked by defining a global variable named "dt" later in the notebook (calling flight_path())

VladimerUdacity commented 6 years ago

Good catch.