Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.32 KB

INSTALL.md

File metadata and controls

39 lines (21 loc) · 1.32 KB

Install

Quick Start using the Astrobee docker image

If you just want to try out the astrobee simulator, you can use one of the docker images in the Docker Hub.

Given that Docker (see note) is installed:

git clone https://github.com/nasa/astrobee.git
cd astrobee
./scripts/docker/run.sh

Note: Be aware that this only works on a native ubuntu install. Note: Make sure you have docker installed in your ubuntu system following the installation instructions and post-installation steps for Linux.

Building the code natively

There are different ways to build and test the code.

Non-NASA users

If you are a non-NASA user the preferred supported method is to use Ubuntu 16 and ROS kinetic. Ubuntu 18 and ROS melodic instructions are included, but not officially supported. This method does not require VPN access.

\subpage install-nonNASA

NASA users

If you are a NASA user and want to install the cross-compiler for robot testing follow these instructions:

\subpage install-NASA

Using Docker

Docker build is also available for Ubuntu 16 and Ubuntu 18,

Instructions on how to build the images natively and run the containers are in:

\subpage install-docker