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
a5070bd5
Commit
a5070bd5
authored
Sep 22, 2015
by
Matthew Hausknecht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed bashpid for osx.
parent
2b6761b0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+1
-0
bin/start_agent.sh
bin/start_agent.sh
+1
-1
No files found.
CMakeLists.txt
View file @
a5070bd5
...
@@ -86,6 +86,7 @@ add_library(hfo-lib SHARED ${SOURCE_DIR}/HFO.hpp ${SOURCE_DIR}/HFO.cpp)
...
@@ -86,6 +86,7 @@ add_library(hfo-lib SHARED ${SOURCE_DIR}/HFO.hpp ${SOURCE_DIR}/HFO.cpp)
set_target_properties
(
hfo-lib PROPERTIES OUTPUT_NAME hfo
)
set_target_properties
(
hfo-lib PROPERTIES OUTPUT_NAME hfo
)
set_target_properties
(
hfo-lib PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
set_target_properties
(
hfo-lib PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
add_dependencies
(
player_chain_action librcsc
)
add_dependencies
(
sample_coach librcsc
)
add_dependencies
(
sample_coach librcsc
)
add_dependencies
(
sample_player librcsc
)
add_dependencies
(
sample_player librcsc
)
add_dependencies
(
sample_trainer librcsc
)
add_dependencies
(
sample_trainer librcsc
)
...
...
bin/start_agent.sh
View file @
a5070bd5
...
@@ -452,7 +452,7 @@ while [ $i -le ${number} ] ; do
...
@@ -452,7 +452,7 @@ while [ $i -le ${number} ] ; do
cmd
=
"
${
player
}
${
opt
}
${
opts
}
${
offline_number
}
${
goalie
}
--reconnect
$i
"
cmd
=
"
${
player
}
${
opt
}
${
opts
}
${
offline_number
}
${
goalie
}
--reconnect
$i
"
if
[
X
"
${
use_gdb
}
"
=
X
''
]
;
then
if
[
X
"
${
use_gdb
}
"
=
X
''
]
;
then
${
cmd
}
&
${
cmd
}
&
echo
"PID:
$!
"
>
${
LOG_DIR
}
/start
$
BASHPID
echo
"PID:
$!
"
>
${
LOG_DIR
}
/start
$
$
else
else
gdb
-ex
run
--args
${
cmd
}
gdb
-ex
run
--args
${
cmd
}
fi
fi
...
...
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