Skip to content

Commit

Permalink
locomotion_robotics.sh disable drake-iiwa-driver build step until Rob…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahundt committed Dec 16, 2017
1 parent ad408b5 commit 5c17a8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion locomotion_robotics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ fi
cd drake-iiwa-driver
git pull
if [ -f ~/src/RobotLocomotion/drake-iiwa-driver/README.md ] ; then
bazel build //...
# TODO: disabled until cmake issues are resolved
echo "drake-iiwa-driver build step disabled until https://github.com/RobotLocomotion/director/issues/576 is resolved"
# bazel build //...
else
echo "MANUAL STEPS are required to install and run on the kuka iiwa robot, see https://github.com/RobotLocomotion/drake-iiwa-driver"
fi
Expand Down

0 comments on commit 5c17a8a

Please sign in to comment.