Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 1.51 KB

index.rst

File metadata and controls

87 lines (64 loc) · 1.51 KB

Welcome to MAV_control documentation!

Source code

Tutorial

Edit these files to interactively learn Python.

.. toctree::
   :maxdepth: 2

   tutorial/Python_tutorial.py
   tutorial/threading_demo.py

Homework

These serve as the starting point for homework assignments.

.. toctree::
   :maxdepth: 2

   homework/hw1.py

MAV control

These are files that you'll edit to make your MAV do neat things.

.. toctree::
   :maxdepth: 2

   src/mav_control.py

Library

These files are used by mav_control.py above to interface with the drone.

.. toctree::
   :maxdepth: 2

   src/mav_control_base.py
   src/webcam_find_car.py
   src/drone_controller.py
   src/drone_status.py

ROS

These files tell ROS about this program.

Scripts

These scripts simplify common tasks.

.. toctree::
   :maxdepth: 2

   scripts/drone_install.sh
   scripts/rosrun_mavcontrol.sh

Documentation

These files help generate this documentation.

.. toctree::
   :maxdepth: 2

   conf.py
   CodeChat.css

Indices and tables