Skip to content

Commit a70a20a

Browse files
committed
Update install_apriltag.bash
1 parent 56885fc commit a70a20a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deps/scripts/install_apriltag.bash

-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ BASEDIR=$(dirname "$0")
44
source "$BASEDIR/config.bash"
55
echo "building apriltag ..."
66

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-
147
# Build
158
cp -r $PWD/src/apriltag $INSTALL_PREFIX/src/apriltag
169
cd $INSTALL_PREFIX/src/apriltag

0 commit comments

Comments
 (0)