Skip to content

Instantly share code, notes, and snippets.

@tylerjw
Created July 11, 2019 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerjw/ba41c640475a45fe197b235f4f163809 to your computer and use it in GitHub Desktop.
Save tylerjw/ba41c640475a45fe197b235f4f163809 to your computer and use it in GitHub Desktop.
MTC Hackathon Notes
  1. Setup enviroment
mkdir ~/mtc_workspace
source /opt/ros/kinetic/setup.bash
catkin config --init
mkdir src
cd src
git clone git@github.com:PickNikRobotics/mtc_experiments.git
git clone git@github.com:PickNikRobotics/picknik_ur5_moveit_config.git
git clone git@github.com:ros-planning/moveit_task_constructor.git
cd moveit_task_constructor/
git checkout kinetic-devel-place-rotations
workon mtc
  1. Install dependencies
sudo apt install ros-kinetic-ur-description ros-kinetic-moveit-resources ros-kinetic-moveit-ros-planning-interface  ros-kinetic-moveit-msgs ros-kinetic-moveit-setup-assistant ros-kinetic-moveit-visual-tools ros-kinetic-moveit-planners-ompl
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro dinetic
  1. Build
catkin build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment