TrajectoryPublic#

digraph inheritance10070df79f { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ABC" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Helper class that provides a standard way to create an ABC using"]; "AsORMMixin" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "ABC" -> "AsORMMixin" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AsTASIMixin" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "ABC" -> "AsTASIMixin" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Base" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "DataFrameConversionMixin" -> "Base" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SQLModel" -> "Base" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SchemaByEnvironmentVariableMixin" -> "Base" [arrowsize=0.5,style="setlinewidth(0.5)"]; "BaseModel" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="!!! abstract \"Usage Documentation\""]; "DataFrameConversionMixin" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "FromTASIMixin" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "PublicEntityMixin" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "AsORMMixin" -> "PublicEntityMixin" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AsTASIMixin" -> "PublicEntityMixin" [arrowsize=0.5,style="setlinewidth(0.5)"]; "FromTASIMixin" -> "PublicEntityMixin" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SQLModel" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "BaseModel" -> "SQLModel" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SchemaByEnvironmentVariableMixin" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "TrajectoryPublic" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "Base" -> "TrajectoryPublic" [arrowsize=0.5,style="setlinewidth(0.5)"]; "PublicEntityMixin" -> "TrajectoryPublic" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

A Trajectory specialized for trajectory data representing the state of a traffic participant over a period of time.

Factory methods#

TrajectoryPublic.from_orm(obj[, update])

TrajectoryPublic.from_tasi(obj, **kwargs)

TrajectoryPublic.model_validate(obj, *[, ...])

Validate a pydantic model instance.

Conversion#

TrajectoryPublic.as_orm(**kwargs)

Convert to its ORM representation

TrajectoryPublic.as_tasi([as_record])

Convert to a TASI internal representation

TrajectoryPublic.as_geo()

Convert to its GeoObject-based representation

Attributes#

TrajectoryPublic.poses

The poses of the trajectory

TrajectoryPublic.traffic_participant

A reference to the traffic participant