You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Getting Started
2
2
3
+
!!! warning ""
4
+
5
+
AirStack is currently in ALPHA and only meant for internal usage.
6
+
You will need to have an account with AirLab to access the AirLab Docker registry, Nucleus server, and other resources.
7
+
The API and functionality are not stable and are subject to change.
8
+
9
+
3
10
By the end of this tutorial, you will have the autonomy stack running on your machine.
4
11
5
12
## Requirements
@@ -19,13 +26,9 @@ cd AirStack
19
26
20
27
```bash
21
28
./airstack.sh install # installs docker and docker-compose
22
-
./airstack.sh setup # this lets you use the `airstack` command
29
+
./airstack.sh setup # this lets you use the `airstack` command and sets up your keys
23
30
```
24
31
25
-
## Configure
26
-
27
-
Run `./configure.sh` and follow the instructions in the prompts to do an initial configuration of the repo.
28
-
29
32
## Docker Images
30
33
31
34
Now you have two options on how to proceed. You can build the docker image from scratch or pull the existing image on the airlab docker registry. Building the image from scratch can be useful if you would like to add new dependencies or add new custom functionality. For most users just pulling the existing image will be more conveninent and fast since it doesn't require access to the Nvidia registry.
@@ -49,7 +52,7 @@ The images will be pulled from the server automatically. This might take a while
49
52
50
53
<details><summary>Option 2: Build Docker Images From Scratch</summary>
51
54
52
-
1. Download the Ascent Spirit SITL software package by running this script (pip3 is required):
55
+
1. Download the Ascent Spirit SITL software package by running this script:
0 commit comments