Compare commits

...

2 Commits

Author SHA1 Message Date
Raymond Lo
ed7ae625f9
Merge 7456f3da1d into abe821e699 2026-03-29 11:49:36 +00:00
Raymond Lo
7456f3da1d
Fix Isaac Sim links to use HTTPS
Updated links to Isaac Sim in the README file to use HTTPS. Or it will redirect to github.
2026-01-20 11:01:16 -08:00

View File

@ -122,7 +122,7 @@ ${ISAACSIM_PATH}/isaac-sim.sh
## Run Isaac Lab
## Step 1. Install Isaac Sim
If you haven't already done so, install [Isaac Sim](build.nvidia.com/spark/isaac/isaac-sim) first.
If you haven't already done so, install [Isaac Sim](https://build.nvidia.com/spark/isaac/isaac-sim) first.
## Step 2. Clone the Isaac Lab repository into your workspace
@ -140,7 +140,7 @@ cd IsaacLab
## Step 3. Create a symbolic link to the Isaac Sim installation
Be sure that you have already installed Isaac Sim from [Isaac Sim](build.nvidia.com/spark/isaac/isaac-sim) before running the following command.
Be sure that you have already installed Isaac Sim from [Isaac Sim](https://build.nvidia.com/spark/isaac/isaac-sim) before running the following command.
```bash
echo "ISAACSIM_PATH=$ISAACSIM_PATH"