File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ cd tmp_ros2
6969# Example "git@github.com:SmartArmStack/sas_core.git"
7070for pkg_name in " ${pkg_array[@]} " ; do
7171 echo " Cloning ${pkg_name} "
72- git clone -b " $rosv " git@ github.com: SmartArmStack/" $pkg_name " .git --recurse-submodules
72+ git clone -b " $rosv " https:// github.com/ SmartArmStack/" $pkg_name " .git --recurse-submodules
7373done
7474
7575# ###################################################################
Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ RUN echo "export ROS_DOMAIN_ID=$ROS_DOMAIN_ID" >> ~/.bashrc
1515
1616# SAS-RELATED THINGS
1717RUN mkdir -p ~/sas_ws/src
18- RUN cd ~/sas_ws/src
19- RUN git clone --recurse-submodules -b jazzy https://github.com/SmartArmStack/smart_arm_stack_ROS2.git sas
18+ RUN cd ~/sas_ws/src && git clone --recurse-submodules -b jazzy https://github.com/SmartArmStack/smart_arm_stack_ROS2.git sas
You can’t perform that action at this time.
0 commit comments