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 README.md for starting isaacsim enviroments
Related to space-ros#48
- Loading branch information
1 parent
7edf167
commit 96aa534
Showing
3 changed files
with
20 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
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,9 +1,9 @@ | ||
#!/bin/bash | ||
|
||
docker-comppose down | ||
docker compose down | ||
|
||
if [ "$1" == "--isaacsim" ]; then | ||
docker compose up -d canadarm_isaacsim | ||
docker compose up -d canadarm_demo_isaacsim | ||
else | ||
docker compose up -d | ||
docker compose up -d canadarm_demo canadarm_gui | ||
fi |