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

FixedWing.L2.7 Rotation Matrices Excercise typo #372

Closed xcarnd closed 5 years ago

xcarnd commented 5 years ago

There's a typo in the text cell right above the 4th python cell. Original text:

As a test transform frames from the world to the wind and then from the wind to the body frame and make sure that it is the same as the transformation from the wind frame to the body.

where: ....make sure that it is the same as the transformation from the wind frame to the body should be: ....make sure that it is the same as the transformation from the world frame to the body

AndyAtUdacity commented 5 years ago

Fixed!