moveit_task_constructor/.prepare_overlay.sh
Robert Haschke c3f42b66f7 travis fix
2018-04-15 11:24:44 +02:00

11 lines
285 B
Bash
Executable File

#!/bin/sh
# we need an unreleased version of moveit_core
mkdir moveit
pushd moveit
git init
git remote add -f origin https://github.com/ros-planning/moveit.git
git config core.sparseCheckout true
echo "moveit_core" >> .git/info/sparse-checkout
git pull origin ${ROS_DISTRO}-devel
popd