-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a2983c
commit fe2f269
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# kscale-sim-library | ||
# K-Scale Sim Library | ||
|
||
## Getting Started | ||
|
||
1. Clone this repository: | ||
|
||
```bash | ||
git clone git@github.com:kscalelabs/sim.git | ||
cd sim | ||
``` | ||
|
||
2. Install the Isaac Docker image: | ||
|
||
```bash | ||
./sim/scripts/install_isaac_dependencies.sh | ||
``` | ||
|
||
3. Start the Isaac Docker image in Headless mode (assuming you're working in a server environment): | ||
|
||
```bash | ||
./sim/scripts/install_isaac_dependencies.sh | ||
# Inside the Docker container | ||
./runheadless.native.sh -v | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters