diff --git a/html/docker.html b/html/docker.html index 636a832b..80a8ed78 100644 --- a/html/docker.html +++ b/html/docker.html @@ -98,14 +98,14 @@

Building the docker images

To run the demos, you can use the remote pre-built images hosted on Github and skip this section. If you want to build the docker images locally instead of pulling from the remote repository, use:

./build.sh [OPTIONS]
 

Before running this script, please check the available options and defaults with:

./build --help
-

The build script will automatically detect the current Ubuntu OS version and define the docker files variables UBUNTU_VERSION, ROS_VERSION, and PYTHON accordingly. If a specific version is desired, the option –xenial, –bionic, and –focal is used for ubuntu 16.04, 18.04, and 20.04 docker images, respectively.

+

The build script will automatically detect the current Ubuntu OS version and define the docker files variables UBUNTU_VERSION, ROS_VERSION, and PYTHON accordingly. If a specific version is desired, the options –xenial and –focal are used for Ubuntu 16.04 and 20.04 docker images, respectively.

If you don't want to run mast or don't have access to it (not a public repository), the use the option –no-mast.

Run the docker containers

To run the docker containers:

./run.sh [OPTIONS]
 

Before running this script, please check the available options and defaults with:

./run --help
 

Make sure the default paths are correct, if not configure those options. Read through the different optional modules to understand if it fits your purpose.

-

It will automatically detect the current Ubuntu OS version. If a specific version is desired, the option –xenial, –bionic, and –focal is used for ubuntu 16.04, 18.04, and 20.04 docker images, respectively.

+

It will automatically detect the current Ubuntu OS version. If a specific version is desired, the options –xenial and –focal are used for Ubuntu 16.04 and 20.04 docker images, respectively.

Once the command is executed the host location of the modules launched will be printed. Open those paths on your favorite browser.

Shutdown docker containers

diff --git a/html/md_INSTALL.html b/html/md_INSTALL.html index e927b30d..4425566e 100644 --- a/html/md_INSTALL.html +++ b/html/md_INSTALL.html @@ -92,9 +92,9 @@

Machine setup

-

Install the 64-bit version of Ubuntu 16.04, 18.04 or 20.04 on a host machine, and make sure that you can checkout and build code.

sudo apt-get install build-essential git
+

Install the 64-bit version of Ubuntu 16.04 or 20.04 on a host machine, and make sure that you can checkout and build code.

sudo apt-get install build-essential git
 

Note: You will need 4 GBs of RAM to compile the software. If you don't have that much RAM available, please use swap space.

-

Note: Please ensure you install Ubuntu 16.04, 18.04 or 20.04. At this time we do not support any other operating system or Ubuntu versions.

+

Note: Please ensure you install Ubuntu 16.04 or 20.04. At this time we do not support any other operating system or Ubuntu versions.

Note: Please ensure you install the 64-bit version of Ubuntu. We do not support running ISAAC Software on 32-bit systems.

The isaac repo depends on some astrobee packages, therefore, astrobee needs to be installed beforehand. See the Astrobee Robot Software Installation Instructions for detailed setup instructions.