added shell scripts
This commit is contained in:
parent
61d1c0948f
commit
d9c0fc2449
BIN
config.pyc
BIN
config.pyc
Binary file not shown.
2
scripts/rundemo.sh
Executable file
2
scripts/rundemo.sh
Executable 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
2
scripts/runtests.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
gnome-terminal --window-with-profile=demo -x sh -c "cd ~/ur5demo; ./unittesting.py; exec bash"
|
||||||
@ -311,6 +311,7 @@ def unit_tests(func_list, controller):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
controller = None
|
controller = None
|
||||||
|
print "Initializing..."
|
||||||
try:
|
try:
|
||||||
controller = DemoController(config)
|
controller = DemoController(config)
|
||||||
controller.calibrate_cylinder_sys()
|
controller.calibrate_cylinder_sys()
|
||||||
|
|||||||
Binary file not shown.
BIN
urx/__init__.pyc
BIN
urx/__init__.pyc
Binary file not shown.
BIN
urx/robot.pyc
BIN
urx/robot.pyc
Binary file not shown.
BIN
urx/urrtmon.pyc
BIN
urx/urrtmon.pyc
Binary file not shown.
BIN
urx/ursecmon.pyc
BIN
urx/ursecmon.pyc
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user