{"id":32136776,"url":"https://github.com/helios-base/librcsc","last_synced_at":"2025-10-21T04:12:10.706Z","repository":{"id":38096012,"uuid":"325281318","full_name":"helios-base/librcsc","owner":"helios-base","description":"A base library to develop a simulated soccer team for the RoboCup Soccer Simulation","archived":false,"fork":false,"pushed_at":"2025-06-23T08:49:40.000Z","size":2866,"stargazers_count":27,"open_issues_count":3,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-02T04:41:29.912Z","etag":null,"topics":["artificial-intelligence","multiagent-systems","robocup","simulation","soccer"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helios-base.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING.LESSER","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-29T12:29:59.000Z","updated_at":"2025-08-06T06:40:25.000Z","dependencies_parsed_at":"2024-04-28T09:32:24.370Z","dependency_job_id":"f1970241-e153-4135-955f-e612d66e7032","html_url":"https://github.com/helios-base/librcsc","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/helios-base/librcsc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-base%2Flibrcsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-base%2Flibrcsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-base%2Flibrcsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-base%2Flibrcsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helios-base","download_url":"https://codeload.github.com/helios-base/librcsc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-base%2Flibrcsc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280201703,"owners_count":26289657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","multiagent-systems","robocup","simulation","soccer"],"created_at":"2025-10-21T04:12:08.586Z","updated_at":"2025-10-21T04:12:10.696Z","avatar_url":"https://github.com/helios-base.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"============\nINTRODUCTION\n============\nThe librcsc is the basic library package to develop the RoboCup Soccer\nSimulation client and tools.\n\n- RoboCup Soccer Simulator Homepage: http://sserver.sf.net/\n- RoboCup Official Homepage: http://www.robocup.org/\n\n- librcsc Homepage: http://rctools.sourceforge.jp/\n\n==========\nREFERENCES\n==========\nIf you use librcsc in your scientific work, please cite as:\n\nHidehisa Akiyama, Tomoharu Nakashima, HELIOS Base: An Open Source\nPackage for the RoboCup Soccer 2D Simulation, In Sven Behnke, Manuela\nVeloso, Arnoud Visser, and Rong Xiong editors, RoboCup2013: Robot\nWorld XVII, Lecture Notes in Artificial Intelligence, Springer Verlag,\nBerlin, 2014.\n\n@inbook{akiyama2014,\n  author=\"Hidehisa AKIYAMA and Tomoharu NAKASHIMA\",\n  editor=\"Sven Behnke and Manuela Veloso and Arnoud Visser and Rong Xiong\",\n  title=\"HELIOS Base: An Open Source Package for the RoboCup Soccer 2D Simulation\",\n  booktitle=\"RoboCup 2013: Robot World Cup XVII\",\n  series=\"Lecture Notes in Artificial Intelligence\",\n  year=\"2014\",\n  publisher=\"Springer\",\n  address=\"Berlin\",\n  pages=\"528--535\",\n  isbn=\"978-3-662-44468-9\",\n  doi=\"10.1007/978-3-662-44468-9_46\",\n  url=\"http://dx.doi.org/10.1007/978-3-662-44468-9_46\"\n}\n\n===========\nREQUIREMENT\n===========\nlibrcsc-3.1.3 requires the following libraries:\n - boost-1.32 or later\n - (optional) cppunit-1.12.0 or later\n\nPlease install them first before you start the installation of\nlibrcsc.\n\n=======\nINSTALL\n=======\nFrom the librcsc directory execute:\n\n./configure\nmake\nsu\nmake install\n\nThis will built the neccesary libraries and install them under\n'/usr/local'.\n\n========\nUNINSTAL\n========\nThe librcsc can also be easily removed by entering the distribution\ndirectory and running `make uninstall'. This will remove all the\nfiles that where installed, but not any directories that were created\nduring the installation process.\n\n===========\nCONFIGURING\n===========\nBefore you build the librcsc, you must run the `configure' script\nlocated in the root of the distribution directory.\n\nThe default configuration will set up to install the librcsc\ncomponents under '/usr/local'.\n\nYou may need administrator privilages to install the librcsc into the\ndefault location. This locations can be modified by using configure's\n`--prefix=DIR' and related options.  See `configure --help' for more\ndetails.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelios-base%2Flibrcsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelios-base%2Flibrcsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelios-base%2Flibrcsc/lists"}