Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.13 KB

Build Instructions

Before you build, make sure you've installed all the dependencies...
rosdep install --from-paths src --ignore-src -r -y 

Then you build with either catkin build or catkin make...

catkin build

Operating Instructions

After you build, remember to source the proper devel folder...
source ~/catkin_ws/devel/setup.bash

And then run the launch file...

roslaunch sm_ur5 sm_ur5.launch 

Viewer Instructions

If you have the SMACC Viewer installed then type...
rosrun smacc_viewer smacc_viewer_node.py

If you don't have the SMACC Viewer installed, click here for instructions.