Skip to content

Commit 611135d

Browse files
author
Murilo Marinho
committed
[ur_template] Adding videos of the template.
1 parent 69d8b27 commit 611135d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/scripts/pre_build.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
set -e
3+
# This script should be run in its own folder.
34

45
clone_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
1819
mkdir -p submodules
1920
cd submodules
2021

2122
clone_and_rename_readme https://github.com/SmartArmStack/docker-coppeliasim.git main
2223
clone_and_rename_readme https://github.com/MarinhoLab/sas_ur_control_template.git main
2324
clone_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

0 commit comments

Comments
 (0)