Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A autumn_agent_2023
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • autumn_rrs
  • autumn_agent_2023
  • Merge requests
  • !5

modify subscriber

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ryosuke Suzuki requested to merge develop into master 1 year ago
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 1
  • Ryosuke Suzuki @omni0348 merged 1 year ago

    merged

  • Ryosuke Suzuki @omni0348 mentioned in commit d9a82fac 1 year ago

    mentioned in commit d9a82fac

  • Loading
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Viewing commit cc741d52
Prev
Show latest version
1 file
+ 1
- 1

    Preferences

    File browser
    Compare changes
  • cc741d52
    Ryosuke Suzuki
    Merge branch 'modify_subscriber' into 'develop' · cc741d52
    Ryosuke Suzuki authored 1 year ago
    complete
    
    See merge request !4
src/main/java/autumn_2023/module/comm/CentralizedControlChannelSubscriber.java
+ 1
- 1
  • View file @ cc741d52

  • Edit in single-file editor

  • Open in Web IDE


@@ -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
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Ryosuke Suzuki
Reference: autumn_rrs/autumn_agent_2023!5
Source branch: develop

Menu

Explore Projects Groups Snippets