Giter Club home page Giter Club logo

crashproofdrone's Introduction

CrashProofDrone

Crash Proof Drone

the brach which we are using is at https://github.com/meeththakkar/ardupilot/commits/Copter-3.4.5.crashproof

Setup.

http://ardupilot.org/dev/docs/setting-up-sitl-on-linux.html#setting-up-sitl-on-linux

RUN SIMULATOR...

export PATH=$PATH:$HOME/jsbsim/src export PATH=$PATH:$HOME/ardupilot/Tools/autotest export PATH=/usr/lib/ccache:$PATH . ~/.bashrc cd ardupilot/ArduCopter/ sim_vehicle.py -j4 -L KSFO --console -f hexa

sudo apt-get install python-matplotlib python-serial python-wxgtk2.8 python-wxtools python-lxml export PATH=$PATH:$HOME/jsbsim/src export PATH=$PATH:$HOME/ardupilot/Tools/autotest export PATH=/usr/lib/ccache:$PATH . ~/.bashrc cd .. cd ardupilot/ArduPlane sim_vehicle.py -w sim_vehicle.py --console --map --aircraft test sudo sim_vehicle.py --console --map --aircraft test sudo apt-get install flightgear

export PATH=$PATH:$HOME/jsbsim/src export PATH=$PATH:$HOME/ardupilot/Tools/autotest export PATH=/usr/lib/ccache:$PATH . ~/.bashrc cd ardupilot/ArduCopter/ sim_vehicle.py -j4 -L KSFO --console

RUN VISUALIZATION

export PATH=$PATH:$HOME/jsbsim/src export PATH=$PATH:$HOME/ardupilot/Tools/autotest export PATH=/usr/lib/ccache:$PATH . ~/.bashrc cd /ardupilot/Tools/autotest/ cd ~/ardupilot/Tools/autotest/ fg_quad_view.sh

Joystick integration https://pingus.seul.org/~grumbel/jstest-gtk/ Jstest-gtk

pip install pyyaml

git clone https://github.com/ArduPilot/MAVProxy.git pip uninstall mavproxy sudo pip uninstall mavproxy cd - cd ./MAVProxy/ ls python setup.py install sudo python setup.py install python -m MAVProxy.modules.mavproxy_joystick.findjoy cd MAVProxy python -m MAVProxy.modules.mavproxy_joystick.findjoy cd .. python -m MAVProxy.modules.mavproxy_joystick.findjoy pip install ymal sudo pip install ymal sudo pip install yaml cd MAVProxy/modules/mavproxy_joystick/ ls python findjoy.py ls python controls.py python findjoy.py cd .. python setup.py install cd .. python setup.py install sudo python setup.py install sudo pip uninstall MAVProxy sudo pip uninstall mavproxy sudo python setup.py install sudo pip install yaml sudo -H pip install yaml cd MAVProxy/modules/mavproxy_joystick/ python findjoy.py sudo pip install pyyaml history

Repos I edited ~/MAVProxy/ Ardupilot

do load param my_may.param once use rc 5 1000 for stabilize use rc 5 1600 for mode 21 ( crash proof mode)

Arduino Delay Library http://www.forward.com.au/pfod/ArduinoProgramming/TimingDelaysInArduino.html

Meet Commands.

http://askubuntu.com/questions/66070/how-to-set-windows-bootloader-as-default-bootloader

Resolve atheros network issue. sudo su echo "options ath9k nohwcrypt=1" >> /etc/modprobe.d/ath9k.conf

crashproofdrone's People

Contributors

dposam avatar meeththakkar avatar

Watchers

 avatar  avatar  avatar

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.