Skip to content

Commit

Permalink
drone: added missing '\' in an equation due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Mar 6, 2012
1 parent d345b42 commit dd0b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teaching/drone.rst
Expand Up @@ -53,7 +53,7 @@ We assume that the yaw is subject to some linear drift, `\Delta\gamma` over time
where `\hat{\Delta\gamma}` is our current estimate of the linear drift. There are many ways of estimating this. A very
simple one is to keep track of the expected value of `\hat{\gamma}_{t} - \hat{\gamma}_{t-1}` due to the commands
we're sending the drone (e.g. we expect `\hat{\gamma}_{t-1} = \hat{\gamma}_t` if we are sending a zero-yaw command) and
update `\hat{\Delta\gamma}` from the measured `gamma_t - \gamma_{t-1}`. Ideally this should be smoothed over time with
update `\hat{\Delta\gamma}` from the measured `\gamma_t - \gamma_{t-1}`. Ideally this should be smoothed over time with
some sort of moving average process. This is left as an exercise for the reader(!)

The value we need to add to the `\theta` vector is therefore `\hat{\Delta\gamma}`.
Expand Down

0 comments on commit dd0b623

Please sign in to comment.