We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56885fc commit a70a20aCopy full SHA for a70a20a
deps/scripts/install_apriltag.bash
@@ -4,13 +4,6 @@ BASEDIR=$(dirname "$0")
4
source "$BASEDIR/config.bash"
5
echo "building apriltag ..."
6
7
-# Clone
8
-# if [ ! -d $INSTALL_PREFIX/src/apriltag ]; then
9
-# cd $INSTALL_PREFIX/src
10
-# git clone --quiet https://github.com/chutsu/apriltag
11
-# cd ..
12
-# fi
13
-
14
# Build
15
cp -r $PWD/src/apriltag $INSTALL_PREFIX/src/apriltag
16
cd $INSTALL_PREFIX/src/apriltag
0 commit comments