Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Merrony committed Jul 5, 2018
1 parent 83b4a4f commit 6c8b0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ImplementationChart.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This should be consulted alongside the GoDoc package documentation. See https:/
| | Hover() | Stop motion |
| | Forward(), Backward(), Left(), Right(), Up(), Down()| Start moving at given percentage of max speed |
| |Clockwise(), Anticlockwise() | aliases: TurnLeft(), TurnRight(), CounterClockwise() - Start turning at given percentage of max rate |
| | AutoFlyToHeight(), AutoTurnToYaw(), AutoTurnByDeg() | Fly automatically to specified height/yaw (can use concurrently) |
| | AutoFlyToHeight(), AutoTurnToYaw(), AutoTurnByDeg(), AutoFlyToXY() | Fly automatically to specified height/yaw/pos (can use concurrently) |
| SetSportsMode() | Also SetFastMode(), SetSlowMode() |
| Flip() | Also BackFlip(), BackLeftFlip(), BackRightFlip(), ForwardFlip(), etc. |
| StartSmartVideo(), StopSmartVideo() | eg. 360 rotation, circle, up-and-out |
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The following features have been implemented...
* Stick-based flight control, ie. for joystick, game-, or flight-controller
* Drone built-in flight commands, eg. Takeoff(), PalmLand()
* Macro-level flight control, eg. Forward(), Up()
* Autopilot flight control, eg. AutoFlyToHeight(), AutoFlyToXY()
* Video stream support
* Enriched flight-data (some log data is added)
* Picture taking/saving support
Expand Down

0 comments on commit 6c8b0b9

Please sign in to comment.