## repository: https://github.com/ccny-ros-pkg/mav_tools.git
<<StackHeader(mav_tools)>>

== Installing ==
<<Anchor(Installing)>>

=== From source ===

Create a directory where you want the package downloaded (ex. `~/ros`), and [[ROS/EnvironmentVariables#ROS_PACKAGE_PATH | add it to $ROS_PACKAGE_PATH]].

Make sure you have [[http://git-scm.com/|git]] installed:
{{{
#!shell
sudo apt-get install git-core
}}}

Download the stack from our repository:
{{{
#!shell
git clone https://github.com/ccny-ros-pkg/mav_tools.git
}}}

Install any dependencies using [[rosdep]].
{{{
#!shell
rosdep install mav_tools
}}}

Compile the stack:
{{{
#!shell
rosmake mav_tools
}}}

== Bug Reports & Feature Requests ==

We appreciate the time and effort spent submitting bug reports and feature requests.

Please submit your tickets through [[https://github.com/ccny-ros-pkg/mav_tools/issues/|github]] (requires github account) or by emailing the maintainers.

## AUTOGENERATED DON'T DELETE
## CategoryStack