From 16649c3387d93a9854f44f20086184e871930be7 Mon Sep 17 00:00:00 2001 From: Tinker Twins Date: Thu, 3 Oct 2024 19:28:07 -0400 Subject: [PATCH] Update f1tenth-sim-racing-guide.md --- docs/competitions/f1tenth-sim-racing-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/competitions/f1tenth-sim-racing-guide.md b/docs/competitions/f1tenth-sim-racing-guide.md index 4ca2329..1238228 100644 --- a/docs/competitions/f1tenth-sim-racing-guide.md +++ b/docs/competitions/f1tenth-sim-racing-guide.md @@ -465,6 +465,9 @@ Particularly, each team is expected to submit a containerized version of their a ```bash docker pull autodriveecosystem/autodrive_f1tenth_api: ``` + +!!! note + Pay close attention to the `tagname` of the container image you are pulling. This could be `explore` for exploring the framework, `practice` for practicing and qualification, or `compete` for competing in the final race. The `tagname` convention is set to `--` for convenience and avoiding any potential repetition. ### 3.2. Container Execution