1- Example Package for the Real Robot Challenge
2- ============================================
1+ Example Package for the Real Robot Challenge 2021
2+ =================================================
33
44This is a basic example for a package that can be submitted to the robots of
55the [ 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
1515documentation] ( 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
2121There 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
4141going 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
4647anymore 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
5253For the challenge phases on the real robots, you need to provide the following
5354files at the root directory of the package such that your jobs can executed on
0 commit comments