Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
autumn_rrs
autumn_agent_2023
Commits
cc741d52
Commit
cc741d52
authored
1 year ago
by
Ryosuke Suzuki
Browse files
Options
Download
Plain Diff
Merge branch 'modify_subscriber' into 'develop'
complete See merge request
!4
parents
b6aaede1
c26a7378
master
develop
2 merge requests
!5
modify subscriber
,
!4
complete
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/autumn_2023/module/comm/CentralizedControlChannelSubscriber.java
+1
-1
...2023/module/comm/CentralizedControlChannelSubscriber.java
with
1 addition
and
1 deletion
+1
-1
src/main/java/autumn_2023/module/comm/CentralizedControlChannelSubscriber.java
+
1
-
1
View file @
cc741d52
...
...
@@ -13,7 +13,7 @@ public class CentralizedControlChannelSubscriber extends ChannelSubscriber {
public
void
subscribe
(
AgentInfo
agentInfo
,
WorldInfo
worldInfo
,
ScenarioInfo
scenarioInfo
,
MessageManager
messageManager
)
{
// subscribe only once at the beginning
if
(
agentInfo
.
getTime
()
==
1
)
{
if
(
agentInfo
.
getTime
()
==
scenarioInfo
.
getKernelAgentsIgnoreuntil
()
)
{
int
numChannels
=
scenarioInfo
.
getCommsChannelsCount
()
-
1
;
// 0th channel
// is the
// voice
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets