Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjong committed Jul 18, 2024
1 parent d9eb5af commit 5128890
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
# Requirements
You need at least 25GB free to install the Docker image.

Have some nice GPU to run Isaac Sim locally.
Need NVIDIA GPU >= RTX 3070 to run Isaac Sim locally.

# Setup

## Clone
```
git clone --recursive -j8 git@github.com:castacks/AirLab-Autonomy-Stack.git
```


## Omniverse
Install the Omniverse launcher download from this link:
```
wget https://install.launcher.omniverse.nvidia.com/installers/omniverse-launcher-linux.AppImage
Expand All @@ -21,7 +22,7 @@ wget https://install.launcher.omniverse.nvidia.com/installers/omniverse-launcher

Follow these instructions to setup Nucleus : https://airlab.slite.com/app/docs/X8dZ8w5S3GP9tw


## SITL
If you are using the Ascent Spirit drone download the SITL software packages from this link:
https://drive.google.com/file/d/1UxgezaTrHe4WJ28zsVeRhv1VYfOU5VK8/view?usp=drive_link

Expand All @@ -31,6 +32,11 @@ cd AirLab-Autonomy-Stack/simulation/AscentAeroSystems
unzip ~/Downloads/AscentAeroSystemsSITLPackage.zip -d .
```

## Docker
- Install [Docker Desktop](https://docs.docker.com/desktop/install/ubuntu/). This should come installed with docker compose.
- Gain access to NVIDIA NGC Containers by following [these instructions](https://docs.nvidia.com/launchpad/ai/base-command-coe/latest/bc-coe-docker-basics-step-02.html)



# Build and run the Docker image
```bash
Expand Down

0 comments on commit 5128890

Please sign in to comment.