Giter VIP home page Giter VIP logo

efs-zeropilot's Introduction

ZeroPilot-SW

Build Status

ZeroPilot is the next-generation autopilot currently in development at the Waterloo Aerial Robotics Group. It is powered by a high-performance STM32F7 ARM processor running at 216 MHz, and features two isolated on-board power supplies, 12 PWM outputs, and a seperate safety controller that supports direct manual takeover of the aircraft systems.

Like the PICPilot, it has been designed for both fixed-wind and multirotor aircraft, and is easily adapted to control other, more esoteric systems.

This repository contains the code that runs on the autopilot board. For the schematic and PCB design, see ZeroPilot-HW.

Documentation

Documentation for the ZeroPilot software is available here. ZeroPilot uses two STM32 microcontrollers to control a vehicle. The code for these MCUs is built on the STM32 HAL library.

Autopilot (STM32F765ZG)

Safety controller (STM32F091RC)

efs-zeropilot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

efs-zeropilot's Issues

freertos doesn't like c++

[1/3] Building CXX object CMakeFiles/Autopilot.elf.dir/Src/freertos.cpp.obj
In file included from ../Src/freertos.cpp:52:0:
../Src/freertos.cpp: In function 'void MX_FREERTOS_Init()':
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h:470:54: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
{ #name, (thread), (priority), (instances), (stacksz)}
^
../Src/freertos.cpp:100:3: note: in expansion of macro 'osThreadDef'
osThreadDef(defaultTask, StartDefaultTask, osPriorityNormal, 0, 128);
^~~~~~~~~~~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.