Skip to content

enterpolation/Multicopter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multicopter framework

Simulation and stabilization of a multicoper written with Python.

Quick start

Run multicopter package from the inside of repository directory.

python -m multicopter\
    --path_to_config <PATH TOCONFIG>\
    --simulation_time <TIME IN SECONDS>\
    --number_of_points <NUMBER OF TIME POINTS>\

If you want to plot phase vector and rotor speeds, use flags --plot_phase and --plot_speeds.

Config example

G: 9.81

NUM_ROTORS: 4
ROTOR_ANGELS: [0, 90, 180, 270]

M: 0.3
L: 0.225
K: 2.980e-6
B: 1.140e-7

J_X: 4.856e-3
J_Y: 8.801e-3
J_Z: 4.856e-3

About

Multicoper package written with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages