Skip to content
Stefan Kohlbrecher edited this page Aug 17, 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

Installation

  • 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 . -b refactor_thor_commonality
  • Run the install script.
./install.sh