Skip to content

Toromtomtom/robocup-instrumentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robocup-instrumentation

Maven Central Build Status

Synopsis

This project contains code to start and observe an instance of the robocup soccer server (https://sourceforge.net/projects/sserver/).

Use it

To use robocup-instrumentation in your Maven project, add it as a dependency:

<dependency>
   <groupId>com.github.toromtomtom</groupId>
   <artifactId>robocup-instrumentation</artifactId>
   <version>0.1</version>
</dependency>

Process

  1. Start instances of the soccer server and two teams.
  2. Register as an observer of the server. The observer receives the positions of all players and the ball at each step and forwards these information to a message handler. Two simple message handler implementations are provided.
  3. Wait for the match to finish.

Contributors

License

This project is distributed under the terms of the Apache 2.0 license.

Dependencies/Acknowledgements

About

start and observe an instance of the robocup soccer server

Resources

License

Stars

Watchers

Forks

Packages