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
864a998e
Commit
864a998e
authored
Aug 08, 2017
by
drallensmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated manual, Reorient w/improvement re tackles
(cherry picked from commit
5317e98b
)
parent
d3a04b2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
doc/manual.tex
doc/manual.tex
+1
-1
src/agent.cpp
src/agent.cpp
+6
-4
No files found.
doc/manual.tex
View file @
864a998e
...
...
@@ -626,7 +626,7 @@ Opp. unum invalid & Y & Y & Y & Y & Y & Y & Y & Y & Y & Y & Y & Y &
Ball kickable
&
Y
&
Y
&
Y
&
Y
&
Y
&
N
&
Y
&
N
&
*
&
Y
&
Y
&
Y
&
Y
&
N
&
N
&
N
&
Y
&
N
\\
Ball not kickable
&
Y
&
Y
&
Y
&
N
&
N
&
Y
&
Y
&
Y
&
Y
&
N
&
N
&
N
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
\\
\hline
Frozen
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
Y
&
N
&
N
&
N
&
N
&
N
&
Y
\\
Frozen
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
N
&
Y
\\
Colliding w/ball
&
Y
&
Y
&
N
&
N
&
Y
&
N
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
N
&
N
&
N
&
N
&
N
\\
Colliding w/player
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
N
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
\\
Colliding w/post
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
N
&
Y
&
Y
&
Y
&
N
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
&
Y
\\
...
...
src/agent.cpp
View file @
864a998e
...
...
@@ -727,10 +727,12 @@ Agent::doReorient()
dlog
.
addText
(
Logger
::
TEAM
,
__FILE__
": tackle wait. expires= %d"
,
wm
.
self
().
tackleExpires
()
);
// face neck to ball
this
->
setViewAction
(
new
View_Tactical
()
);
this
->
setNeckAction
(
new
Neck_TurnToBallOrScan
()
);
return
true
;
if
(
Bhv_Emergency
().
execute
(
this
)){
// includes change view
return
ACTION_STATUS_MAYBE
;
}
else
{
return
ACTION_STATUS_UNKNOWN
;
}
}
//
...
...
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