Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tic_tac_toe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
socrates_ws
tic_tac_toe
Commits
54ec8fa4
Commit
54ec8fa4
authored
7 years ago
by
Aleksandar Taranovic
Browse files
Options
Downloads
Plain Diff
Merge branch 'michele' into 'master'
Second commit See merge request
!2
parents
12683b92
e255f4fb
No related branches found
No related tags found
1 merge request
!2
Second commit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/node_human_helper.py
+4
-1
4 additions, 1 deletion
scripts/node_human_helper.py
with
4 additions
and
1 deletion
scripts/node_human_helper.py
+
4
−
1
View file @
54ec8fa4
...
...
@@ -28,6 +28,9 @@ this.difficulty_service_proxy = None
def
helpUser
(
nextAction
,
board
):
rospy
.
loginfo
(
"
I suggest action %s for board %s
"
,
nextAction
,
board
)
def
helpCallback
(
msg
):
id_human
=
ttt
.
getUserId
()
id_ai
=
ttt
.
getAiId
()
...
...
@@ -52,7 +55,7 @@ def callbackGripperActionExecuted(msg):
difficulty
=
msg_difficulty
.
data
if
difficulty
==
1
:
helpCallback
(
None
)
helpCallback
(
Empty
()
)
if
difficulty
==
4
:
# countdown
...
...
This diff is collapsed.
Click to expand it.
Aleksandar Taranovic
@ataranovic
mentioned in commit
655fc515
·
7 years ago
mentioned in commit
655fc515
mentioned in commit 655fc515a93d62eb781bab8813b980b1cc384a15
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment