Skip to content
Snippets Groups Projects
README.md 2.01 KiB
Newer Older
Peter Thedens's avatar
Peter Thedens committed
[![pipeline status](https://git.ece.iastate.edu/danc/MicroCART/badges/master/pipeline.svg)](https://git.ece.iastate.edu/danc/MicroCART/commits/master)
ucart's avatar
ucart committed

bbartels's avatar
bbartels committed
# MicroCART 
_Microprocessor Controlled Aerial Robotics Team_

**Project Statement**: "To create a modular platform for research in controls and embedded systems."

bbartels's avatar
bbartels committed
Since 1998, MicroCART has been building aerial robots. Currently, we are
building a quadcopter that can fly autonomously.

MicroCART has 3 areas of development:
bbartels's avatar
bbartels committed
- The **quadcopter** itself
  - The quadcopter has been built from the ground up, incorporating a
    Zybo board that provides the processor and a FPGA, an IMU sensor, motors,
    props, a LiPo battery, a receiver for manual remote control, and a frame 
    that holds it all together.
bbartels's avatar
bbartels committed
- The **ground station**
  - The ground station is responsible for issuing important data to the quad
    (like position data from the camera system) and issuing commands to the quad
    for things like configuration and path following directives.
bbartels's avatar
bbartels committed
- The **controls model**
  - The quadcopter processor is programmed to implement a PID controller. We use
    a Simulink model to streamline the PID tuning process and to facilitate
    effective characterization of the quad.

bbartels's avatar
bbartels committed
## Sections
Peter Thedens's avatar
Peter Thedens committed
- [Quadcopter](quad/README.md)  
- [Ground Station](groundStation/README.md)  
- [Controls](controls/README.md)  
bbartels's avatar
bbartels committed

## Documentation
Peter Thedens's avatar
Peter Thedens committed
- [Getting started](documentation/getting_started.md)
- [How to demo the quadcopter](documentation/how_to_demo.md)  
- [How to charge the LiPo batteries](documentation/how_to_charge_lipo.md)  
- [Continuous Integration FAQ](documentation/ci_faq.md)  
- [How to document things on Gitlab](documentation/how_to_document_things_on_gitlab.md)  
- [How to update the website](website/README.md)  
- [How to use Git](documentation/how_to_use_git.md)
mkelly2's avatar
mkelly2 committed
- [How to Calibrate the Camera System](documentation/how_to_calibrate_the_camera_system.md)
bbartels's avatar
bbartels committed

# Stable Releases
To browse stable releases from previous teams, view the [Tags](https://git.ece.iastate.edu/danc/MicroCART/-/tags).