Skip to content

rob450-soccer/RCSSServerMJ

Repository files navigation

RCSSServerMJ

The RoboCup Soccer Simulation Server based on the MuJoCo physics engine.

This repository is a fork of the original repository, which can be found here

Soccer Simulation Screenshot

Video: https://youtu.be/f6MvmqiiU6Q

Documentation

The package documentation and user guide can be found at: robocup-sim.gitlab.io/rcssservermj.

Installation

The simulation server (rcsssmj package) can be installed from PyPI via:

pip install rcsssmj

For more detailed installation instructions (virtual environments, installation from source, development setup, etc.) please refer to the Installation chapter of the User Guide.

Instructions

Start the soccer simulation server:

rcssservermj -a 127.0.0.1 -c 60000 -m 60001

CLI parameter:

  • -a <ip> to specify the server IP (default: 'localhost')
  • -c <agent_port> to specify the agent port (default: 60000)
  • -m <monitor_port> to specify the monitor port (default: 60001)

Stop the server: Simply ctrl+c the server process.

For more detailed instructions on how to run a simulation (including the full list of CLI parameter) please refer to the Running a Simulation chapter of the User Guide.

Bug Reports and Feature Requests

Please use GitLab Issues for reporting bugs, requesting new features and discussing development-related subjects.

Credits

  • Pitch texture taken from dm_control (Apache 2.0 license)
  • Ant robot XML taken from gymnasium (MIT License)
  • T1 robot XML and assets adapted / taken from booster_gym (Apache 2.0 License)
  • K1 robot XML and assets adapted / taken from booster_assets (BSD 3-Clause License)

License and Disclaimer

Copyright (c) 2025 The RCSSServerMJ authors.

This project is licensed under the terms of the MIT License.
This applies to all source files in this repository except where otherwise noted.

ReStructuredText documents, images, and videos in the doc directory are made available under the terms of the Creative Commons Attribution 4.0 (CC BY 4.0) license. You may obtain a copy of the License at https://creativecommons.org/licenses/by/4.0/legalcode.

About

Fork of https://gitlab.com/robocup-sim/rcssservermj

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors