TrajectorySample
- class wpimath.TrajectorySample(*args, **kwargs)
Bases:
pybind11_objectRepresents a single sample in a trajectory.
Overloaded function.
__init__(self: wpimath._wpimath.TrajectorySample) -> None
Constructs a default TrajectorySample with all zero values.
__init__(self: wpimath._wpimath.TrajectorySample, time: wpimath.units.seconds) -> None
Constructs a TrajectorySample.
- Parameters:
time – The time of the sample relative to the trajectory start.