Skip to content

Commit

Permalink
adding missing steps to move_group_interface_tutorial (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlautman authored and davetcoleman committed Dec 1, 2017
1 parent 95767b9 commit da016db
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ Install Dependencies and Build
Scans your catkin workspace for missing packages before compiling new code::

rosdep install --from-paths . --ignore-src --rosdistro kinetic
cd ~/ws_moveit
catkin config --extend /opt/ros/kinetic --cmake-args -DCMAKE_BUILD_TYPE=Release
catkin build

Start Rviz and MoveGroup node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Make sure you have re-sourced the setup files::

source ~/ws_moveit/devel/setup.bash

Start Rviz and wait for everything to finish loading::

Expand Down

0 comments on commit da016db

Please sign in to comment.