plusone-robotics / moveit_simple

A wrapper around MoveIt that enables more traditional industrial robot programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moveit Simple

Installation

  1. Clone repository into workspace [It doesn't have to be called moveit_simple_ws]
mkdir moveit_simple_ws && cd moveit_simple_ws
mkdir src && cd src
catkin_init_workspace
git clone -b kinetic-devel https://github.com/plusone-robotics/moveit_simple.git
  1. Source Dependencies
wstool init . moveit_simple/.travis.rosinstall
cd ..
  1. Package Dependencies
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
  1. Build
catkin build --cmake-args -DCMAKE_BUILD_TYPE=Debug
or
catkin build --cmake-args -DCMAKE_BUILD_TYPE=Release

source devel/setup.bash

Running Tests with Rviz Visualization

roslaunch moveit_simple test_display.launch
rostest moveit_simple <Test Name>_utest.launch -r

Example:
rostest moveit_simple motoman_mh5_utest.launch -r

Refresh the RobotModel by un-checking and re-checking the checkbox.

About

A wrapper around MoveIt that enables more traditional industrial robot programming.

License:Apache License 2.0


Languages

Language:C++ 98.1%Language:CMake 1.3%Language:C 0.4%Language:Python 0.2%