Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 643 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 643 Bytes

quadrotor

GRITS Lab ROS quadrotor package

Prerequisite

python-control package

  1. Install Slycot

    sudo apt-get install python-scipy
    sudo apt-get install pip
    sudo pip install slycot
  2. Download python-control package from http://sourceforge.net/p/python-control/wiki/Download/

    cd ~/Downloads
    tar -xzf control-0.6d.tar.gz
    cd control-0.6d.tar.gz
    python setup.py install

Running

To run the quadrotor simulator do:

```bash
roslaunch quadrotor quad_sim.launch
```