-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Stefan Kohlbrecher edited this page Aug 26, 2015
·
16 revisions
Disclaimer: This wiki page is a work in progress and used for internal testing.
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.
- Operating System: The supported platform for installation is Ubuntu 14.04/64 Bit.
- ROS Version: ROS Indigo
- Install ROS as described in the ROS Indigo installation instructions
- 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