-
Notifications
You must be signed in to change notification settings - Fork 50
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
c3d6168
commit 8715d25
Showing
7 changed files
with
50 additions
and
10 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Define aliases for the conda environment | ||
alias pip3rfl="$HOME/anaconda3/envs/rofunc_isaaclab/bin/pip" | ||
alias py3rfl="$HOME/anaconda3/envs/rofunc_isaaclab/bin/python3.10" | ||
|
||
# Download IsaacLab and install it | ||
cd ../ | ||
git clone https://github.com/isaac-sim/IsaacLab.git | ||
cd IsaacLab | ||
ln -s $HOME/.local/share/ov/pkg/isaac-sim-4.1.0 _isaac_sim | ||
./isaaclab.sh --install | ||
|
||
# Install the requirements and rofunc | ||
pip3rfl install shutup | ||
pip3rfl install omegaconf | ||
pip3rfl install hydra-core | ||
pip3rfl install nestle | ||
pip3rfl install gdown |
File renamed without changes.