Skip to content

Guided Mode Copter Topic #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
435 changes: 291 additions & 144 deletions docs/examples/guided-set-speed-yaw-demo.rst

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ during missions and outside missions using custom commands.
running_examples
Vehicle State <vehicle_state>
Simple Goto <simple_goto>
Guided Movement and Commands <guided-set-speed-yaw-demo>
Follow Me (Linux only)<follow_me>
Drone Delivery <drone_delivery>
Flight Replay <flight_replay>
Set Speed & Yaw (GUIDED) <guided-set-speed-yaw-demo>



446 changes: 446 additions & 0 deletions docs/guide/copter/guided_mode.rst

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ The guide contains how-to documentation for using the DroneKit-Python API. These
Simulated Vehicle <sitl_setup>
vehicle_state_and_parameters
taking_off
copter/guided_mode
debugging
Loading