Trajectory#
A Trajectory specialized for trajectory data representing the
evolution of a traffic participant. A trajectory is a collection of
:py:class:`Pose`s.
Serialization / IO / conversion#
|
Read a dictionary-alike object from a .csv file as a pandas DataFrame. |
|
Convert the trajectory to a geometric representation |
Indexing#
|
Filtering#
|
Select rows within a specific time range (include "since", exclude "until"). |
Analysis#
Attributes#
Returns the dataset attributes |
|
Returns the id in the pose |
|
Returns the time interval this object spans |
|
The unique timestamps in the dataframe |
|
Provides access to SMoS metric estimation methods |
Note
All pandas DataFrame methods are also available.