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
b52d79a2
Commit
b52d79a2
authored
Aug 12, 2017
by
drallensmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup from action_status code
parent
0d71ee6e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
src/bhv_basic_move.cpp
src/bhv_basic_move.cpp
+0
-1
src/bhv_basic_move.h
src/bhv_basic_move.h
+0
-1
src/feature_extractor.h
src/feature_extractor.h
+0
-2
src/lowlevel_feature_extractor.cpp
src/lowlevel_feature_extractor.cpp
+0
-1
No files found.
src/bhv_basic_move.cpp
View file @
b52d79a2
...
...
@@ -48,7 +48,6 @@
#include <rcsc/common/server_param.h>
#include "neck_offensive_intercept_neck.h"
#include "common.hpp"
using
namespace
rcsc
;
...
...
src/bhv_basic_move.h
View file @
b52d79a2
...
...
@@ -29,7 +29,6 @@
#include <rcsc/geom/vector_2d.h>
#include <rcsc/player/soccer_action.h>
#include "common.hpp"
class
Bhv_BasicMove
:
public
rcsc
::
SoccerBehavior
{
...
...
src/feature_extractor.h
View file @
b52d79a2
...
...
@@ -6,8 +6,6 @@
#include <rcsc/player/player_agent.h>
#include <vector>
class
Agent
;
typedef
std
::
pair
<
float
,
float
>
OpenAngle
;
class
FeatureExtractor
{
...
...
src/lowlevel_feature_extractor.cpp
View file @
b52d79a2
...
...
@@ -4,7 +4,6 @@
#include "lowlevel_feature_extractor.h"
#include <rcsc/common/server_param.h>
#include "agent.h"
using
namespace
rcsc
;
...
...
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