Giter Site home page Giter Site logo

sitl_gazebo's Introduction

Gazebo for MAVLink SITL and HITL Build Status

This is a flight simulator for multirotors, VTOL and fixed wing. It uses the motor model and other pieces from the RotorS simulator, but in contrast to RotorS has no dependency on ROS. This repository is in the process of being re-integrated into RotorS, which then will support ROS and MAVLink as transport options: https://github.com/ethz-asl/rotors_simulator

If you use this simulator in academic work, please cite RotorS as per the README in the above link.

Install Gazebo Simulator

Follow instructions on the official site to install Gazebo. Mac OS and Linux users should install Gazebo 7.

Protobuf

Install the protobuf library, which is used as interface to Gazebo.

Ubuntu Linux

sudo apt-get install libprotobuf-dev libprotoc-dev protobuf-compiler libeigen3-dev \
			gazebo7 libgazebo7-dev libxml2-utils python-rospkg python-jinja2

Mac OS

pip install rospkg jinja2
brew install graphviz libxml2 sdformat3 eigen opencv
brew install gazebo7

An older version of protobuf (< 3.0.0) is required on Mac OS:

brew tap homebrew/versions
brew install homebrew/versions/protobuf260

Build Gazebo Plugins (all operating systems)

Clone the gazebo plugins repository to your computer. IMPORTANT: If you do not clone to ~/src/sitl_gazebo, all remaining paths in these instructions will need to be adjusted.

mkdir -p ~/src
cd src
git clone --recursive https://github.com/PX4/sitl_gazebo.git

Create a build folder in the top level of your repository:

mkdir Build

Next add the location of this build directory to your gazebo plugin path, e.g. add the following line to your .bashrc (Linux) or .bash_profile (Mac) file:

# Set the plugin path so Gazebo finds our model and sim
export GAZEBO_PLUGIN_PATH=${GAZEBO_PLUGIN_PATH}:$HOME/src/sitl_gazebo/Build
# Set the model path so Gazebo finds the airframes
export GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH}:$HOME/src/sitl_gazebo/models
# Disable online model lookup since this is quite experimental and unstable
export GAZEBO_MODEL_DATABASE_URI=""

You also need to add the the root location of this repository, e.g. add the following line to your .bashrc (Linux) or .bash_profile (Mac) file:

# Set path to sitl_gazebo repository
export SITL_GAZEBO_PATH=$HOME/src/sitl_gazebo

Navigate into the build directory and invoke CMake from it:

cd ~/src/sitl_gazebo
cd Build
cmake ..

Now build the gazebo plugins by typing:

make

GStreamer Support

If you want support for the GStreamer camera plugin, make sure to install GStreamer before running cmake. Eg. on Ubuntu with:

sudo apt-get install gstreamer1.0-* libgstreamer1.0-*

Geotagging Plugin

If you want to use the geotagging plugin, make sure you have exiftool installed on your system. On Ubuntu it can be installed with:

sudo apt-get install libimage-exiftool-perl

Install

If you wish the libraries and models to be usable anywhere on your system without specifying th paths, install as shown below.

Note: If you are using ubuntu, it is best to see the packaging section.

sudo make install

Testing

Gazebo will now launch when typing 'gazebo' on the shell:

. /usr/share/gazebo/setup.sh
. /usr/share/mavlink_sitl_gazebo/setup.sh
gazebo worlds/iris.world

Please refer to the documentation of the particular flight stack how to run it against this framework, e.g. PX4

Packaging

Deb

To create a debian package for ubuntu and install it to your system.

cd Build
cmake ..
make
rm *.deb
cpack -G DEB
sudo dpkg -i *.deb

sitl_gazebo's People

Contributors

lorenzmeier avatar tsc21 avatar julianoes avatar eliatarasov avatar jgoppert avatar devbharat avatar christophtobler avatar arwagoner avatar bkueng avatar dagar avatar mrivi avatar romanbapst avatar nicolaerosia avatar tfoote avatar anton-matosov avatar lllray avatar ndepal avatar jacobschloss avatar siddharthpatel45 avatar dogmaphobic avatar carlolsson avatar yl5006 avatar sanderux avatar lamping7 avatar stmoon avatar nephen avatar simsgautam avatar poutshi avatar priseborough avatar okalachev avatar

Watchers

James Cloos avatar  avatar

Forkers

mangogzh

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.