summaryrefslogtreecommitdiffstats
path: root/lib/rob/env_sim.sh
blob: 4c480e02756c0bdfc3b9387df3867ab205b60329 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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