Skip to content
Stefan Kohlbrecher edited this page Oct 2, 2015 · 16 revisions

Disclaimer: This wiki page is a work in progress and used for internal testing.

Overview

This repository provides the installation setup for Team ViGIR software. As Team ViGIR software is comprised of many different components for different aspects of humanoid disaster response (perception, planning, behavior control etc.) and can be used with different robot systems, there are multiple options for installation, providing different combinations of

  • Robots
  • Simulators
  • Software Components

We try to make installation painless, while at the same time providing flexibility.

Prerequisites

Common Installation

  • Make sure you do not have a ROS workspace setup sourced in your terminal (e.g., .bashrc). Otherwise you might accidentally create a an overlay in the following steps. This could have unintended side-effects.
  • Open a terminal ,create a folder for the workspace (for instance in below your home folder) and enter the folder
mkdir vigir_repo
cd vigir_repo
  • Clone the install repository
git clone https://github.com/team-vigir/vigir_install.git .
  • Run the install script.
./install.sh
  • Source the workspace setup as described in the terminal and run a
vigir make

Install Options

As mentioned previously, our software can be used with different robots and simulation environments. We therefore provide instructions for installing different setups below: