We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf54c40 commit e4a7fb7Copy full SHA for e4a7fb7
extras/library_generation/library_generation.sh
@@ -54,20 +54,6 @@ pushd firmware/mcu_ws > /dev/null
54
55
popd > /dev/null
56
57
-cd firmware
58
-echo "" > /project/built_packages
59
-for f in $(find $(pwd) -name .git -type d); do pushd $f > /dev/null; echo $(git config --get remote.origin.url) $(git rev-parse HEAD) >> /project/built_packages; popd > /dev/null; done;
60
-
61
-cd /project
62
-if [[ `git diff-index --name-only HEAD | grep built_packages` ]]; then
63
- echo "Changes detected"
64
-else
65
- echo "No changes detected"
66
- exit 0
67
-fi
68
69
-cd /uros_ws
70
71
######## Clean and source ########
72
find /project/src/ ! -name micro_ros_arduino.h ! -name *.c ! -name *.cpp ! -name *.c.in -delete
73
0 commit comments