Skip to content

Project covering the overall control of the Delta Quad. Meant to be run on a BeagleBone Black

Notifications You must be signed in to change notification settings

sjgiewont/Delta-Quad-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta-Quad Control

alt text

Contains all code running on BeagleBone Black (or similar single board computer) to control the Delta-Quad.

  • Custom library for evaulating ANFIS
    • Includes membership fucntions
  • inverseKinematics - evaluates the inverse kinematics of a single Delta-Leg using ANFIS
  • motion - some functions to move between two points
  • piecewiseMotion - generates various trajectories
  • servoCalibrate - a easy to use script to help calibrate the servos
  • socket_test - uses sockets to stream commands from external PC
  • Blynk - python API for Blynk
    • blynk_test - shows example of how to use Blynk API for Python
  • main - final walking control of Delta-Quad
Pickle Files

There are various .pkl files included in the repository. They are trained FIS structures that can be used to evaulate the Delta-Legs Kinematics

Install

BeagleBone Black

  • Install Adafruit libraries to easily interface with BBB UART: Adafruit_BBIO

ANFIS

About

Project covering the overall control of the Delta Quad. Meant to be run on a BeagleBone Black

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages