# Dual-arm Robot Manual
1. Power on the robot by push a power button on tech pendant.

2. To boot the robot -->press power off at the left bottom corner --> press on --> press start . Then exit this menu.

3. For unlock limiter press Automatic at the right top corner --> press Manual --> Enter password: 1234

4. Press Load program --> choose ros_ur5 and open it

5. Go to the PC station --> Enter password: 112233
6. Open terminal and run roscore:
```
$ roscore
```
7. Bring up any system in each terminal:
```
$ roslaunch ros_conveyor conveyor_bringup.launch
```
```
$ roslaunch dual_arm_driver dual_arm_bringup.launch
```
```
$ roslaunch vrpn_client_ros sample.launch server:=192.168.1.18
```
press Play from beginning Robot Program

8. Go to the Optitrack PC station power-on it

10. Plug the switching and open program "Motive" in the PC

10. Go to robot station's PC and run node:
```
$ rosrun dual_arm_driver mux_joint_node.py
$ rosrun dual_arm_driver RobotVelocityInterface.py
```
11. Running simple demo:
```
$ rosrun dual_arm_driver demo_pickandplace.py
```