added shell scripts

This commit is contained in:
Michael Soukup 2014-08-06 02:05:34 +02:00
parent 61d1c0948f
commit d9c0fc2449
9 changed files with 5 additions and 0 deletions

Binary file not shown.

2
scripts/rundemo.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
gnome-terminal --window-with-profile=demo -x sh -c "cd ~/ur5demo; ./demo.py; exec bash"

2
scripts/runtests.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
gnome-terminal --window-with-profile=demo -x sh -c "cd ~/ur5demo; ./unittesting.py; exec bash"

View File

@ -311,6 +311,7 @@ def unit_tests(func_list, controller):
if __name__ == '__main__':
controller = None
print "Initializing..."
try:
controller = DemoController(config)
controller.calibrate_cylinder_sys()

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.