1
- Example Package for the Real Robot Challenge
2
- ============================================
1
+ Example Package for the Real Robot Challenge 2021
2
+ =================================================
3
3
4
4
This is a basic example for a package that can be submitted to the robots of
5
5
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
15
15
documentation] ( https://docs.ros.org/en/foxy/Tutorials/Creating-Your-First-ROS2-Package.html ) .
16
16
17
17
18
- Challenge Simulation Phase
19
- --------------------------
18
+ Challenge Simulation Phase (Pre-Stage)
19
+ --------------------------------------
20
20
21
21
There are two example scripts using the simulation:
22
22
@@ -40,14 +40,15 @@ For evaluation of the pre-stage of the challenge, the critical file is the
40
40
` evaluate_policy.py ` at the root directory of the package. This is what is
41
41
going to be executed by ` rrc_evaluate_prestage.py ` (found in ` scripts/ ` ).
42
42
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/ )
44
45
45
46
` evaluate_policy.py ` is only used for the simulation phase and not relevant
46
47
anymore for the later phases that use the real robot.
47
48
48
49
49
- Challenge Real Robot Phases
50
- ---------------------------
50
+ Challenge Real Robot Phases (Stages 1 and 2)
51
+ --------------------------------------------
51
52
52
53
For the challenge phases on the real robots, you need to provide the following
53
54
files at the root directory of the package such that your jobs can executed on
0 commit comments