Skip to content

Commit

Permalink
Add link to demo setup video
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Feb 18, 2017
1 parent 0584e4f commit 42b16f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Follow the steps above to build and set up the Unreal environment. Plugin your P

![record screenshot](docs/images/DroneGIF-03.gif)

See [Walkthoguth Demo Video](https://youtu.be/HNWdYrtw3f0).

[More details](docs/manual_flight.md)

## Gathering training data
Expand Down
4 changes: 4 additions & 0 deletions docs/code_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ See [MavLinkCom](../MavLinkCom/README.md) for more info.

## Sample Programs
We have created few sample program to demonstrate how to use the API. See HelloDrone and DroneServer. The DroneServer demonstrates how to connect to the simulator using UDP port for QGC.

## Contributing

See [Contibution Guidelines](docs/contributing.md)
5 changes: 4 additions & 1 deletion docs/manual_flight.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Manual Flight Using RC
Please see [this guide](http://ardupilot.org/copter/docs/common-pixhawk-and-px4-compatible-rc-transmitter-and-receiver-systems.html) for connecting Pixhawk to the RC transmitter.

Please see [this guide](http://ardupilot.org/copter/docs/common-pixhawk-and-px4-compatible-rc-transmitter-and-receiver-systems.html) for connecting Pixhawk to the RC transmitter.

See [Walkthoguth Demo Video](https://youtu.be/HNWdYrtw3f0).

If you discover any issues during setup, please [let us know](https://github.com/Microsoft/AirSim/issues).
2 changes: 2 additions & 0 deletions docs/prereq.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ You can also fly without flight controller hardware. See [alternative to RC](si
3. Install the PX4 firmware v1.4.4 from [github](https://github.com/PX4/Firmware/releases/tag/v1.4.4). The later releases have a bug that we are working with PX4 team to fix.
4. In QGroundControl, configure your Pixhawk for HIL simulation by selecting the HIL Quadrocopter X airframe. After PX4 reboots, check that "HIL Quadrocopter X" is indeed selected. You might also want to use QGroundControl to calibrate your RC and set up Flight Mode switch among other things (see below) so everything is green.

See [Walkthoguth Demo Video](https://youtu.be/HNWdYrtw3f0).

## Using the Remote Control
When using hardware-in-loop mode, you can use remote controls such as Fly Sky, Spektrum, Futaba etc.
1. Connect the receiver for your remote control to the Pixhawk board. Make sure your remote control is bound to that receiver.
Expand Down

0 comments on commit 42b16f2

Please sign in to comment.