Skip to content

Commit 8927b13

Browse files
committed
minor fixes for spell check
Signed-off-by: Diego Yabuki <diegoken.yabuki@tier4.jp>
1 parent 54022e7 commit 8927b13

8 files changed

Lines changed: 17 additions & 17 deletions

.cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"patterns": [
88
{
99
"name": "gherkin_parameter_abbreviations",
10-
"pattern": "/<(s|v|a|j|d|vrel)(x|y|e)?(i|min|max)?>/g"
10+
"pattern": "/(s|v|a|j|d|vrel)(x|y|e)?(i|min|max)?/g"
1111
}
1212
],
1313

usecases/pov/UC-PLN-001-0003.feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
1212
* And Npc0 is driving at <vxi_npc0>, smaller than <vxi_ego>, in the same direction
1313

1414
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
15-
* And later Npc0 cuts into the ego lane within a timespan of <time_cut_in_npc0>
15+
* And later Npc0 cuts into the ego lane within a time span of <time_cut_in_npc0>
1616
* Then Ego starts decelerating to match the speed of Npc0, <vxi_npc0>
1717
* And Ego drives continuously at all times
1818
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times
@@ -38,7 +38,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
3838
* And Npc0 is driving at <vxi_npc0>, smaller than <vxi_ego>, in the same direction
3939

4040
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
41-
* And later Npc0 cuts into the ego lane within a timespan of <time_cut_in_npc0>
41+
* And later Npc0 cuts into the ego lane within a time span of <time_cut_in_npc0>
4242
* Then Ego starts decelerating to match the speed of Npc0, <vxi_npc0>
4343
* And Ego drives continuously at all times
4444
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times

usecases/pov/UC-PLN-001-0004.feature.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
1212
* And Motorbike0 is driving at <vxi_motorbike0>, smaller than <vxi_ego>, in the same direction
1313

1414
* When Ego approaches Motorbike0 longitudinally, to within <dx_ego_motorbike0>
15-
* And later Motorbike0 cuts into the ego lane within a timespan of <time_cut_in_motorbike0>
15+
* And later Motorbike0 cuts into the ego lane within a time span of <time_cut_in_motorbike0>
1616
* Then Ego starts decelerating to match the speed of Motorbike0, <vxi_motorbike0>
1717
* And Ego drives continuously at all times
1818
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times
@@ -38,7 +38,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
3838
* And Motorbike0 is driving at <vxi_motorbike0>, smaller than <vxi_ego>, in the same direction
3939

4040
* When Ego approaches Motorbike0 longitudinally, to within <dx_ego_motorbike0>
41-
* And later Motorbike0 cuts into the ego lane within a timespan of <time_cut_in_motorbike0>
41+
* And later Motorbike0 cuts into the ego lane within a time span of <time_cut_in_motorbike0>
4242
* Then Ego starts decelerating to match the speed of Motorbike0, <vxi_motorbike0>
4343
* And Ego drives continuously at all times
4444
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times
@@ -64,7 +64,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
6464
* And Motorbike0 is driving at <vxi_motorbike0>, greater than <vxi_ego>, in the same direction
6565

6666
* When Motorbike0 overtakes ego and reaches a position <dx_ego_motorbike0> ahead of ego
67-
* And later Motorbike0 cuts into the ego lane within a timespan of <time_cut_in_motorbike0>
67+
* And later Motorbike0 cuts into the ego lane within a time span of <time_cut_in_motorbike0>
6868
* Then Ego decelerates to ensure that it keeps a safe distance from Motorbike0
6969

7070
* When Motorbike0 drives away from ego
@@ -94,7 +94,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
9494
* And Motorbike0 is driving at <vxi_motorbike0>, greater than <vxi_ego>, in the same direction
9595

9696
* When Motorbike0 overtakes ego and reaches a position <dx_ego_motorbike0> ahead of ego
97-
* And later Motorbike0 cuts into the ego lane within a timespan of <time_cut_in_motorbike0>
97+
* And later Motorbike0 cuts into the ego lane within a time span of <time_cut_in_motorbike0>
9898
* Then Ego decelerates to ensure that it keeps a safe distance from Motorbike0
9999

100100
* When Motorbike0 drives away from ego

usecases/pov/UC-PLN-001-0005.feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
1313
* And Npc1 is driving at the same speed as Npc0, <vxi_npc0>
1414

1515
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
16-
* And later Npc0 cuts out from the ego lane to the left, within a timespan of <time_cut_in_npc0>
16+
* And later Npc0 cuts out from the ego lane to the left, within a time span of <time_cut_in_npc0>
1717
* And Npc1 decelerates down to <vx_npc1> at a rate of <ax_npc1>
1818
* Then Ego starts decelerating to match the speed of Npc1, <vx_npc1>
1919
* And Ego drives continuously at all times
@@ -42,7 +42,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
4242
* And Npc1 is driving at the same speed as Npc0, <vxi_npc0>
4343

4444
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
45-
* And later Npc0 cuts out from the ego lane to the right, within a timespan of <time_cut_in_npc0>
45+
* And later Npc0 cuts out from the ego lane to the right, within a time span of <time_cut_in_npc0>
4646
* And Npc1 decelerates down to <vx_npc1> at a rate of <ax_npc1>
4747
* Then Ego starts decelerating to match the speed of Npc1, <vx_npc1>
4848
* And Ego drives continuously at all times

usecases/pov/UC-PLN-001-0006.feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
1313
* And Motorbike0 is driving at the same speed as Npc0, <vxi_npc0>
1414

1515
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
16-
* And later Npc0 cuts out from the ego lane to the left, within a timespan of <time_cut_in_npc0>
16+
* And later Npc0 cuts out from the ego lane to the left, within a time span of <time_cut_in_npc0>
1717
* And Motorbike0 decelerates down to <vx_motorbike1> at a rate of <ax_motorbike0>
1818
* Then Ego starts decelerating to match the speed of Motorbike0, <vx_motorbike1>
1919
* And Ego drives continuously at all times
@@ -42,7 +42,7 @@ Confirm that ego is able to adjust its speed such as to maintain a safe distance
4242
* And Motorbike0 is driving at the same speed as Npc0, <vxi_npc0>
4343

4444
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
45-
* And later Npc0 cuts out from the ego lane to the right, within a timespan of <time_cut_in_npc0>
45+
* And later Npc0 cuts out from the ego lane to the right, within a time span of <time_cut_in_npc0>
4646
* And Motorbike0 decelerates down to <vx_motorbike1> at a rate of <ax_motorbike0>
4747
* Then Ego starts decelerating to match the speed of Motorbike0, <vx_motorbike1>
4848
* And Ego drives continuously at all times

usecases/pov/UC-PLN-004-0001.feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Confirm that ego is able to stop safely when the preceding vehicle cuts out of e
1313
* And Npc1 is in standstill
1414

1515
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
16-
* And later Npc0 cuts out from the ego lane to the left, within a timespan of <time_cut_in_npc0>
16+
* And later Npc0 cuts out from the ego lane to the left, within a time span of <time_cut_in_npc0>
1717
* Then Ego starts decelerating
1818
* And Ego reaches standstill
1919
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times
@@ -41,7 +41,7 @@ Confirm that ego is able to stop safely when the preceding vehicle cuts out of e
4141
* And Npc1 is in standstill
4242

4343
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
44-
* And later Npc0 cuts out from the ego lane to the right, within a timespan of <time_cut_in_npc0>
44+
* And later Npc0 cuts out from the ego lane to the right, within a time span of <time_cut_in_npc0>
4545
* Then Ego starts decelerating
4646
* And Ego reaches standstill
4747
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times

usecases/pov/UC-PLN-004-0002.feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Confirm that ego is able to stop safely when the preceding vehicle cuts out of e
1313
* And Motorbike0 is in standstill
1414

1515
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
16-
* And later Npc0 cuts out from the ego lane to the left, within a timespan of <time_cut_in_npc0>
16+
* And later Npc0 cuts out from the ego lane to the left, within a time span of <time_cut_in_npc0>
1717
* Then Ego starts decelerating
1818
* And Ego reaches standstill
1919
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times
@@ -41,7 +41,7 @@ Confirm that ego is able to stop safely when the preceding vehicle cuts out of e
4141
* And Motorbike0 is in standstill
4242

4343
* When Ego approaches Npc0 longitudinally, to within <dx_ego_npc0>
44-
* And later Npc0 cuts out from the ego lane to the right, within a timespan of <time_cut_in_npc0>
44+
* And later Npc0 cuts out from the ego lane to the right, within a time span of <time_cut_in_npc0>
4545
* Then Ego starts decelerating
4646
* And Ego reaches standstill
4747
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times

usecases/pov/UC-PLN-004-0003.feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Confirm that ego is able to stop safely when a pedestrian jumps into the road ah
1010
* And Pedestrian0 is on the neighboring edge of the road, ahead of ego
1111

1212
* When Ego approaches Pedestrian0 longitudinally, to within <dx_ego_pedestrian0>
13-
* And later Pedestrian0 enters the ego lane within the timespan of <time_cut_in_pedestrian0>
13+
* And later Pedestrian0 enters the ego lane within the time span of <time_cut_in_pedestrian0>
1414
* Then Ego starts decelerating
1515
* And Ego reaches standstill
1616
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times
@@ -35,7 +35,7 @@ Confirm that ego is able to stop safely when an animal jumps into the road ahead
3535
* And Animal0 is on the neighboring edge of the road, ahead of ego
3636

3737
* When Ego approaches Animal0 longitudinally, to within <dx_ego_animal0>
38-
* And later Animal0 enters the ego lane within the timespan of <time_cut_in_animal0>
38+
* And later Animal0 enters the ego lane within the time span of <time_cut_in_animal0>
3939
* Then Ego starts decelerating
4040
* And Ego reaches standstill
4141
* And Ego keeps its deceleration rate slower than <axmin_ego> at all times

0 commit comments

Comments
 (0)