Skip to content

Commit

Permalink
Merge pull request #25 from MelbourneHighSchoolRobotics/robotics_switch
Browse files Browse the repository at this point in the history
Fix change to MHSRobotics.
  • Loading branch information
glipR authored Aug 15, 2020
2 parents be428d4 + 6f1e3fc commit f47351d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# RoboCup_Simulator

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

If you want to make changes to this repository, please complete https://forms.office.com/Pages/ResponsePage.aspx?id=h42eJG9AWU2cviWaMsGmARjoL0O6BYlNl-nkrUuf9BZUOEhIVkJPTkhXMTgyRUZQVFRKOUgxUTZPMi4u. If you just want to run the simulator, don't worry about it.
![Python package](https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/workflows/Python%20package/badge.svg)

## Getting started

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

## Problems

Find any issues with the simulator? Feel free to make an issue here: https://github.com/MelbourneHighSchool/RoboCup_Simulator/issues
Find any issues with the simulator? Feel free to make an issue here: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/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/MelbourneHighSchool/RoboCup_Simulator/tree/main/ev3sim/presets/soccer.yaml
.. _here: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/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/MelbourneHighSchool/RoboCup_Simulator/tree/main/ev3sim/code_helpers.py
.. _code_helpers.py: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/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/MelbourneHighSchool/RoboCup_Simulator/tree/main/ev3sim/robots/bot.yaml
.. _bot.yaml: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/robots/bot.yaml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="ev3sim",
version="1.0.5",
version="1.0.7",
description="Simulate ev3dev programs in Python",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f47351d

Please sign in to comment.