Git Product home page Git Product logo

alevesque / scaled_paraglider_testbed Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 95 KB

Control software for Scaled Paraglider Testbed senior design project. UC San Diego Mechanical Engineering Department.

Home Page: https://sites.google.com/a/eng.ucsd.edu/156b-2017-spring-team07/

C 95.23% Makefile 3.98% Shell 0.79%
paraglider testbed scaled mechanical engineering pid beaglebone roboticscape strawson design senior c uc san diego jacobs school control theory control-systems

scaled_paraglider_testbed's Introduction

Scaled Paraglider Testbed

Control software for Scaled Paraglider Testbed senior design project.

To install:

  • Make install.sh executable, then run it with './install.sh' while in program directory.
  • Type make in program directory to build.

To run: 'sudo ./controller'

Files:

  • paraglider_config.cfg -- Configuration file, list of settings that can easily be changed without needing to recompile.
  • controller.c -- Main control code.
  • install.sh -- Installs dependency packages. Must change the wifi address and set up wifi profile according to connmanctl requirements. See below for example.
  • Makefile -- Compiles with correct dependencies and flags.

Command List:

  • display - Displays orientation data. 'display exit' stops display output.
  • drive ## - Sets desired angle of ## and sends to weight shift motor.
  • brakel # - Pulls left brake line down # centimeters.
  • braker # - Pulls right brake line down # centimeters.
  • brakes # - Pulls both brake lines down # centimeters.
  • wingover - Performs the wingover maneuver.
  • exit - Quit control software.
  • help - Displays list of commands.

Example connmanctl wifi profile for university-style internet with login credentials.

Place in text file called WIFI_NAME.config and move to the directory /var/lib/connman.

[service_WIFI_NAME]
Type = wifi
Name = WIFI_NAME
EAP = peap
Phase2 = MSCHAPV2
Identity = username
Passphrase = password

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.