Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Seminar-HFO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
Seminar-HFO
Commits
a62b358f
Commit
a62b358f
authored
Feb 17, 2015
by
Matthew Hausknecht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added relative path for agent dir.
parent
3e31fb96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bin/start.py
bin/start.py
+2
-3
No files found.
bin/start.py
View file @
a62b358f
...
...
@@ -4,9 +4,8 @@
import
subprocess
,
os
,
time
,
numpy
from
signal
import
SIGINT
UT_AGENT_DIR
=
'/u/mhauskn/projects/robocup_libs/utvillasim/agent2d-3.1.1/src
/'
# UT_AGENT_DIR = '/u/mhauskn/projects/hfo/bin
/'
OTHER_AGENT_DIR
=
'/projects/agents2/villasim/opponents2D/'
#'/u/mhauskn/projects/robocup_libs/utvillasim/agent2d-3.1.1/src/'
SERVER_CMD
=
'rcssserver server::port=6000 server::coach_port=6001 server::olcoach_port=6002 server::coach=1 server::game_log_dir=/tmp server::text_log_dir=/tmp'
MONITOR_CMD
=
'rcssmonitor'
...
...
@@ -18,7 +17,7 @@ def getAgentDirCmd(name,first):
else
:
name
=
'ut2'
cmd
=
'./start.sh -t
%
s'
%
name
dir
=
UT_AGENT_DIR
dir
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
elif
name
==
'base'
:
dir
=
os
.
path
.
join
(
OTHER_AGENT_DIR
,
name
,
'src'
)
if
first
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment