Skip to content

Commit

Permalink
Merge pull request hybridgroup#226 from vicfryzel/master
Browse files Browse the repository at this point in the history
Fixing doc typo in ardrone_driver.go saying that backward went forward.
  • Loading branch information
deadprogram committed Aug 28, 2015
2 parents 5466cf4 + a3256a1 commit da7adb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/ardrone/ardrone_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (a *ArdroneDriver) Forward(speed float64) {
a.adaptor().drone.Forward(speed)
}

// Backward causes the drone go forward, controls the pitch.
// Backward causes the drone go backward, controls the pitch.
// speed can be a value from `0.0` to `1.0`.
func (a *ArdroneDriver) Backward(speed float64) {
a.adaptor().drone.Backward(speed)
Expand Down

0 comments on commit da7adb4

Please sign in to comment.