From da0b20161e92c3e6cbf21adf0b2f464c2570e802 Mon Sep 17 00:00:00 2001 From: "Juan D. Hernandez" Date: Fri, 16 Feb 2024 12:16:22 +0000 Subject: [PATCH] Preparing to merge CUCR-env supporting ROS1 and ROS2 --- installer/bootstrap_cucr.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/bootstrap_cucr.bash b/installer/bootstrap_cucr.bash index cb3ca29d3..6b25fa43b 100755 --- a/installer/bootstrap_cucr.bash +++ b/installer/bootstrap_cucr.bash @@ -146,8 +146,8 @@ function main esac # Script variables - env_url="git@github.com:juandhv/tue-env.git" - { [[ -n "${targets_repo}" ]] && env_targets_url="${targets_repo}"; } || env_targets_url="git@github.com:juandhv/tue-env-targets.git" + env_url="git@github.com:CardiffUniversityComputationalRobotics/tue-env.git" + { [[ -n "${targets_repo}" ]] && env_targets_url="${targets_repo}"; } || env_targets_url="git@github.com:CardiffUniversityComputationalRobotics/tue-env-targets.git" [[ -n "${create_virtualenv}" ]] || create_virtualenv="true" env_dir="${HOME}/.cucr" workspace="ros-${CUCR_ROS_DISTRO}" @@ -232,4 +232,4 @@ source ${env_dir}/setup_cucr.bash" >> ~/.bashrc source "${env_dir}"/setup_cucr.bash } -main "$@" || echo "[cucr-env](bootstrap) Error! Could not install cucr-env." \ No newline at end of file +main "$@" || echo "[cucr-env](bootstrap) Error! Could not install cucr-env."