Skip to content

Commit

Permalink
deploy: c18afcf
Browse files Browse the repository at this point in the history
  • Loading branch information
taikitanaka3 committed Jan 22, 2024
1 parent a7d5abe commit bb8c6b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
16 changes: 7 additions & 9 deletions en/rule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,22 +204,20 @@ <h4 id="log-format-for-results">Log Format for Results</h4>
<p> The results will be output in the following format in <code>~/awsim-logs/result.json</code>.</p>
<pre><code class="lang-json">{
&quot;rawLapTime&quot;: 72.77926,
&quot;distanceScore&quot;: 457.0,
&quot;distanceScore&quot;: 86.7,
&quot;lapTime&quot;: 302.779266,
&quot;isLapCompleted&quot;: false,
&quot;isTimeout&quot;: false,
&quot;trackLimitsViolation&quot;: [
19, # out of track less than 2 sec
19, # out of track more than 2 sec
2, # out of track less than 5m
2, # out of track more than 5m
19, # Duration of time spent off track is less than 2 seconds. (Minor)
19, # Distance from track limit is less than 5 meters. (Minor)
2, # Duration of time spent off track is more than 2 seconds. (Major)
2, # Distance from track limit is more than 5 meters. (Major)
0 # not used
],
&quot;collisionViolation&quot;: [
0, # collision less than 2 sec
0, #

collision more than 2 sec
0, # Duration of collision is less than or equal to 2 seconds. (Minor)
0, # Duration of collision is more than 2 seconds. (Major)
0, # not used
0 # not used
]
Expand Down
12 changes: 6 additions & 6 deletions rule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@ <h4 id="結果のログ形式">結果のログ形式</h4>
&quot;isLapCompleted&quot;: false,
&quot;isTimeout&quot;: false,
&quot;trackLimitsViolation&quot;: [
19, # out of track less than 2 sec
19, # out of track more than 2 sec
2, # out of track less than 5m
2, # out of track more than 5m
19, # Duration of time spent off track is less than 2 seconds. (Minor)
19, # Distance from track limit is less than 5 meters. (Minor)
2, # Duration of time spent off track is more than 2 seconds. (Major)
2, # Distance from track limit is more than 5 meters. (Major)
0 # not used
],
&quot;collisionViolation&quot;: [
0, # collision less than 2 sec
0, # collision more than 2 sec
0, # Duration of collision is less than or equal to 2 seconds. (Minor)
0, # Duration of collision is more than 2 seconds. (Major)
0, # not used
0 # not used
]
Expand Down

0 comments on commit bb8c6b9

Please sign in to comment.