Skip to content

Commit c81b0a0

Browse files
Fix librealsense links (#426)
1 parent 73f7260 commit c81b0a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/icub_operating_systems/icubos/install-librealsense.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ The installation procedure depends on the Jetpack version installed on your boar
1111

1212
## Jetpack 5.x.x
1313

14-
On Jetson board flashed with `Jetpack version 5.x.x`, you can follow the instructions to install `librealsense` with [Debian packages](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md#4-install-with-debian-packages).
14+
On Jetson board flashed with `Jetpack version 5.x.x`, you can follow the instructions to install `librealsense` with [Debian packages](https://github.com/realsenseai/librealsense/blob/master/doc/installation_jetson.md#4-install-with-debian-packages).
1515

1616
## Jetpack 6.x.x
1717

18-
For Jetson Orin with `Jetpack version ≥ 6.0.0`, the proper procedure is to install this library [from source using the RSUSB backend](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md#building-from-source-using-rsusb-backend), following the [libuvc_installation.sh](https://github.com/IntelRealSense/librealsense/blob/master/scripts/libuvc_installation.sh) script.
18+
For Jetson Orin with `Jetpack version ≥ 6.0.0`, the proper procedure is to install this library [from source using the RSUSB backend](https://github.com/realsenseai/librealsense/blob/master/doc/installation_jetson.md#building-from-source-using-rsusb-backend), following the [libuvc_installation.sh](https://github.com/realsenseai/librealsense/blob/master/scripts/libuvc_installation.sh) script.
1919

2020
First of all, clone the `librealsense` official repository, and then navigate into the `scripts` folder:
2121

2222
```sh
23-
git clone https://github.com/IntelRealSense/librealsense.git
23+
git clone https://github.com/realsenseai/librealsense.git
2424
cd librealsense/scripts
2525
```
2626

@@ -36,4 +36,4 @@ In the end, run the script:
3636
./libuvc_installation.sh
3737
```
3838

39-
For more information, refer to the [official documentation](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md) provided in the repository.
39+
For more information, refer to the [official documentation](https://github.com/realsenseai/librealsense/blob/master/doc/installation_jetson.md) provided in the repository.

0 commit comments

Comments
 (0)