$ cd /home/workspace/catkin_ws/
$ source devel/setup.bash
$ rosdep install -i simple_arm
$ roslaunch simple_arm robot_spawn.launch
Open a new terminal and type the following:
$ cd /home/workspace/catkin_ws/
$ source devel/setup.bash
$ rosservice call /arm_mover/safe_move "joint_1: 0.0 joint_2: 0.0"
Camera image stream is published to the following topic:
/rgb_camera/image_raw
This stream can be viewed by following command in separate terminal:
$ rosrun image_view image_view image:=/rgb_camera/image_raw