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
Merge requests
!4
Revert "Merge branch 'michele' into 'master'"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "Merge branch 'michele' into 'master'"
revert-54ec8fa4
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Aleksandar Taranovic
requested to merge
revert-54ec8fa4
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
This reverts merge request
!2 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6f2d0236
1 commit,
7 years ago
1 file
+
1
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
scripts/node_human_helper.py
+
1
−
4
Options
@@ -28,9 +28,6 @@ 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
()
@@ -55,7 +52,7 @@ def callbackGripperActionExecuted(msg):
difficulty
=
msg_difficulty
.
data
if
difficulty
==
1
:
helpCallback
(
Empty
()
)
helpCallback
(
None
)
if
difficulty
==
4
:
# countdown
Loading