cmake_minimum_required(VERSION 2.8.3)
project(widowx_arm_controller)

find_package(catkin REQUIRED COMPONENTS
  arbotix_python
)

catkin_package(
)

