Deployment Instructions
Deployment instructions to start the Quadrotor SAR demo.
Table of Contents
Setup
-
Install the Hector Quadrotor ROS package
-
Binary package
$ sudo apt-get install ros-indigo-hector-quadrotor
If you want to look at indoor or outdoor demos with hector_quadrotor
$ sudo apt-get install ros-indigo-hector-quadrotor-demo
-
Running “swarm demo”
-
Build the included
ece595project
package in your workspace. -
Run:
roslaunch ece595project swarm_empty_world.launch
Launch file will open the empty world gazebo model with three hector_quadrotor models. -
Run in separate terminal:
rosrun ece595project MasterHand
. Node with raise and lower all three quadrotor models in a sinusoidal pattern .Node based on MasterHand.cpp in src.
-