Skip to content

Monitor and visualization tool for the RoboCup 3D Soccer Simulation League

License

Notifications You must be signed in to change notification settings

magmaOffenburg/RoboViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a8f1d26 · Aug 9, 2024
Sep 23, 2023
Jul 22, 2023
Dec 6, 2023
May 1, 2019
Mar 11, 2024
Sep 15, 2023
Sep 15, 2023
Aug 9, 2024
May 1, 2019
May 21, 2015
Jan 1, 2022
Oct 6, 2023
Feb 19, 2020
May 30, 2015
Jul 5, 2020
Aug 3, 2023
Aug 9, 2024
Feb 23, 2023
Dec 29, 2021
Oct 30, 2023
Oct 30, 2023
Sep 11, 2023

Repository files navigation

Logo RoboViz

Build

RoboViz is a monitor and visualization tool for the RoboCup 3D Soccer Simulation League. This is a fork of the original version by Justin Stoecker hosted on SourceForge. Compared to the original version, major improvements have been made as can be seen in detail in the changelog.

Java 17 is required to build and run RoboViz. Pre-built binaries for Windows, Linux and Mac are available here. You can also build it from source using scripts/build.sh or scripts/build.bat.

Except for the available shortcuts, the information on the original website is still largely accurate. A complete list of shortcuts is available via a help window opened with the F1 hotkey. Alternatively, it's also available as a .html file in resources/help/controls.html.

If you're using Mesa and you're getting an error saying that the profile GL2 is not available, try setting the environment variable MESA_GL_VERSION_OVERRIDE to 3.0 when running RoboViz.

Command line arguments

Argument Description
--logMode Start RoboViz in log instead of live mode.
--logFile= Opens the log file at the specified path right away. Implies --logMode.
--serverHost= Overrides the server host specified in config.txt.
--serverPort= Overrides the server port specified in config.txt.
--drawingFilter= The initial filter used in the drawings panel - default is .*.

Contributing

Contributions of any form are welcome. That includes:

Some basic contribution guidelines can be found here.