Skip to content

Commit ae5892d

Browse files
committed
fix: default value
1 parent 1421320 commit ae5892d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driving_log_replayer/driving_log_replayer/localization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Evaluation(BaseModel):
7070
UseCaseFormatVersion: Literal["1.2.0", "1.3.0"]
7171
Conditions: Conditions
7272
InitialPose: InitialPose | None
73-
DirectInitialPose: str | None
73+
DirectInitialPose: str | None = None
7474

7575
@model_validator(mode="after")
7676
def mutually_exclusive(self) -> "Evaluation":

0 commit comments

Comments
 (0)