Skip to content

Commit

Permalink
Update docs to include service-specific launching
Browse files Browse the repository at this point in the history
andrewjong committed Dec 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bee81fe commit 12c436b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/development/docker_usage.md
Original file line number Diff line number Diff line change
@@ -64,6 +64,17 @@ Remove
docker compose down
```

Launch only specific services:

```bash
# only robot
docker compose up robot -d --scale robot=[NUM_ROBOTS]
# only isaac
docker compose up isaac-sim -d
# only ground control station
docker compose up gcs -d
```

### Isaac Sim

Start a bash shell in the Isaac Sim container:

0 comments on commit 12c436b

Please sign in to comment.