IsaacLab
IsaacLab copied to clipboard
[Bug Report] Issues with Quick Start Using Isaac Launchable
System
Isaac Sim Version 5.0.0
Operating System Ubuntu 22.04 / Windows 11
GPU Information
Model: RTX 4090
Driver Version: 581.57
Context
While following the quickstart guide/Quick Start Using Isaac Launchable: https://isaac-sim.github.io/IsaacLab/main/source/setup/quickstart.html I ran into a few issues
- Clicked the Deploy launchable button, logged in, inserted my credit card and was able to buy 20$ in credits
- Launched a Windows Terminal and typed
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)" && brev loginas suggested but got error:
At line:1 char:108
+ ... rcontent.com/brevdev/brev-cli/main/bin/install-latest.sh)" && brev lo ...
+ ~~
The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
- The I tried on Ubuntu runnign on my windows machine and it worked.
- I started following the tutorial in the CLI. It told me to open a terminal SSHed my your instance
brev shell isaac-lab---l40s-26544e - I did that. Then I ran
apt list --upgradableas suggested which showed me the list of aditional updates - Then I ran
do-release-upgradeas suggested and got:
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
- How do I install all available updates and which are these? Are these the resources in the list showed by
apt list --upgradable? If so how do I install them??? - Also, is Isaac Launchable only supported on Ubuntu and not on Windows Terminal? If so this should be explicit in the documentation.
Thank you for posting this, the team will review it.