File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3+ # This script should be run in its own folder.
34
45clone_and_rename_readme (){
56# $1 must be the repository name
@@ -14,10 +15,19 @@ cd ..
1415}
1516
1617# Submodules
17- cd .. # This script is meant to be called in its own directory
18+ cd .. # Go to docs
1819mkdir -p submodules
1920cd submodules
2021
2122clone_and_rename_readme https://github.com/SmartArmStack/docker-coppeliasim.git main
2223clone_and_rename_readme https://github.com/MarinhoLab/sas_ur_control_template.git main
2324clone_and_rename_readme https://github.com/MarinhoLab/sas_kuka_control_template.git main
25+
26+ cd .. # Get out of submodules
27+ cd scripts # Go back to `scripts`
28+
29+ # Download videos from github
30+ cd .. # Go do docs
31+
32+ curl -Lo submodules/sas_ur_control_template/sas_urct_simulation.mp4 https://github.com/user-attachments/assets/bfee1148-bfe3-4425-80da-04fcd65d2b18
33+ curl -Lo submodules/sas_ur_control_template/sas_urct_realrobot.mp4 https://github.com/user-attachments/assets/62ac7ccd-d7c8-41f7-8af8-1b17919d90f2
You can’t perform that action at this time.
0 commit comments