Skip to content

Commit cde0056

Browse files
committed
Minor changes in README
1 parent 5778d40 commit cde0056

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Example Package for the Real Robot Challenge
2-
============================================
1+
Example Package for the Real Robot Challenge 2021
2+
=================================================
33

44
This is a basic example for a package that can be submitted to the robots of
55
the [Real Robot Challenge 2021](https://real-robot-challenge.com).
@@ -15,8 +15,8 @@ want to build C++ code. For more information on this, see the [ROS2
1515
documentation](https://docs.ros.org/en/foxy/Tutorials/Creating-Your-First-ROS2-Package.html).
1616

1717

18-
Challenge Simulation Phase
19-
--------------------------
18+
Challenge Simulation Phase (Pre-Stage)
19+
--------------------------------------
2020

2121
There are two example scripts using the simulation:
2222

@@ -40,14 +40,15 @@ For evaluation of the pre-stage of the challenge, the critical file is the
4040
`evaluate_policy.py` at the root directory of the package. This is what is
4141
going to be executed by `rrc_evaluate_prestage.py` (found in `scripts/`).
4242

43-
For more information, see https://people.tuebingen.mpg.de/felixwidmaier/rrc2021/
43+
For more information, see the [challenge
44+
documentation](https://people.tuebingen.mpg.de/felixwidmaier/rrc2021/)
4445

4546
`evaluate_policy.py` is only used for the simulation phase and not relevant
4647
anymore for the later phases that use the real robot.
4748

4849

49-
Challenge Real Robot Phases
50-
---------------------------
50+
Challenge Real Robot Phases (Stages 1 and 2)
51+
--------------------------------------------
5152

5253
For the challenge phases on the real robots, you need to provide the following
5354
files at the root directory of the package such that your jobs can executed on

0 commit comments

Comments
 (0)