Skip to content

Commit

Permalink
Merge pull request hybridgroup#635 from fabianbaier/patch-1
Browse files Browse the repository at this point in the history
[Hot-fix] Unexpected behavior in Hover()
  • Loading branch information
trevrosen authored Dec 19, 2018
2 parents d7818a7 + 31555a0 commit 58db149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/dji/tello/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ func (d *Driver) Hover() {

d.rx = float32(0)
d.ry = float32(0)
d.lx = float32(0)
d.ly = float32(0)
}

Expand Down

0 comments on commit 58db149

Please sign in to comment.