From eb74b503d4f54e5abafc944ab661e85a3e3e8d2d Mon Sep 17 00:00:00 2001 From: Davide Nardi <93198865+Hydran00@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:13:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af0b86d8..b42838ed 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Full documentation available on [Read the Docs](https://lbr-stack.readthedocs.io source /opt/ros/humble/setup.bash export FRI_CLIENT_VERSION=1.15 mkdir -p lbr-stack/src && cd lbr-stack - vcs import src --input https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/humble/lbr_fri_ros2_stack/repos-fri-${FRI_CLIENT_VERSION}.yaml + vcs import src --input https://raw.githubusercontent.com/idra-lab/lbr_fri_ros2_stack/humble/lbr_fri_ros2_stack/repos-fri-${FRI_CLIENT_VERSION}.yaml rosdep install --from-paths src -i -r -y ```