forked from space-ros/demos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build instructions and README.md for isaac sim integration
Related to space-ros#48
- Loading branch information
1 parent
e29e705
commit 62746db
Showing
2 changed files
with
12 additions
and
3 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
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,4 +1,9 @@ | ||
#!/bin/bash | ||
|
||
docker-comppose down | ||
docker-compose up -d | ||
|
||
if [ "$1" == "--isaacsim" ]; then | ||
docker-compose up -d canadarm_isaacsim | ||
else | ||
docker-compose up -d | ||
fi |