Skip to content

Commit

Permalink
Merge pull request #26 from MelbourneHighSchoolRobotics/rename_ev3sim
Browse files Browse the repository at this point in the history
Rename ev3sim
  • Loading branch information
peter-drew authored Aug 15, 2020
2 parents f47351d + cea798e commit 6a21b16
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# RoboCup_Simulator
# ev3sim

![Python package](https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/workflows/Python%20package/badge.svg)
![Python package](https://github.com/MelbourneHighSchoolRobotics/ev3sim/workflows/Python%20package/badge.svg)

## Getting started

To get up and running with the simulator, check the docs: https://melbournehighschoolrobotics.github.io/RoboCup_Simulator/
To get up and running with the simulator, check the docs: https://melbournehighschoolrobotics.github.io/ev3sim/

## Problems

Find any issues with the simulator? Feel free to make an issue here: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/issues
Find any issues with the simulator? Feel free to make an issue here: https://github.com/MelbourneHighSchoolRobotics/ev3sim/issues
2 changes: 1 addition & 1 deletion docs/customisation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ All of the logic running the soccer simulation in particular is defined in a **p

A full example of the soccer preset can be found `here`_.

.. _here: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/presets/soccer.yaml
.. _here: https://github.com/MelbourneHighSchoolRobotics/ev3sim/tree/main/ev3sim/presets/soccer.yaml

After saving this to ``preset.yaml`` for example, you can run the simulation with this preset by running

Expand Down
2 changes: 1 addition & 1 deletion docs/ev3_extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ As an example, the simulator currently does not implement the ``Led`` functional
Importing this means you need to transfer ``ev3sim/code_helpers.py`` onto the brick for this to run (Just create a folder named ``ev3sim`` and place `code_helpers.py`_ in there).

.. _code_helpers.py: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/code_helpers.py
.. _code_helpers.py: https://github.com/MelbourneHighSchoolRobotics/ev3sim/tree/main/ev3sim/code_helpers.py
2 changes: 1 addition & 1 deletion docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Which, provided a simulation is already running, attaches some demo code to that

More information on the use of these commands can be given with ``ev3sim -h`` or ``ev3attach -h``.

.. _bot.yaml: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/robots/bot.yaml
.. _bot.yaml: https://github.com/MelbourneHighSchoolRobotics/ev3sim/tree/main/ev3sim/robots/bot.yaml
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

setup(
name="ev3sim",
version="1.0.7",
version="1.0.8",
description="Simulate ev3dev programs in Python",
long_description=README,
long_description_content_type="text/markdown",
python_requires=REQUIRES_PYTHON,
url="https://github.com/MelbourneHighSchool/RoboCup_Simulator",
url="https://github.com/MelbourneHighSchool/ev3sim",
author="Jackson Goerner, James Bui, Richard Huang, Angus Trau, Peter Drew",
author_email="jgoerner@outlook.com, jtbui20@gmail.com, me@huangrichard.com, contact@angus.ws, peter@pdrew.com",
license="BSD-3-Clause",
Expand Down

0 comments on commit 6a21b16

Please sign in to comment.