summaryrefslogtreecommitdiffstats
path: root/lib/rob/env_sim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rob/env_sim.sh')
-rw-r--r--lib/rob/env_sim.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/rob/env_sim.sh b/lib/rob/env_sim.sh
new file mode 100644
index 0000000..4c480e0
--- /dev/null
+++ b/lib/rob/env_sim.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/sh
+
+export ROBOT_TYPE=
+export ROBOT_ADDR=localhost
+export ROBOT_PORT=30002
+export ROBOT_USER=
+export ROBOT_PASSWD=
+export ROBOT_STATUS_FNAME=status.log
+export ROB_PORT=13100
+export ROB_CAMS_MAX=1
+export DELAY_LOGIN=1000000
+export DELAY_US=100000