Skip to content

Telemetry

pathplannerlib Index / Pathplannerlib / Telemetry

Auto-generated documentation for pathplannerlib.telemetry module.

PPLibTelemetry

Show source in telemetry.py:6

Signature

class PPLibTelemetry: ...

PPLibTelemetry.setCurrentPath

Show source in telemetry.py:33

Signature

@staticmethod
def setCurrentPath(path: PathPlannerPath) -> None: ...

PPLibTelemetry.setCurrentPose

Show source in telemetry.py:25

Signature

@staticmethod
def setCurrentPose(pose: Pose2d) -> None: ...

PPLibTelemetry.setPathInaccuracy

Show source in telemetry.py:21

Signature

@staticmethod
def setPathInaccuracy(inaccuracy: float) -> None: ...

PPLibTelemetry.setTargetPose

Show source in telemetry.py:29

Signature

@staticmethod
def setTargetPose(pose: Pose2d) -> None: ...

PPLibTelemetry.setVelocities

Show source in telemetry.py:17

Signature

@staticmethod
def setVelocities(
    actual_vel: float,
    commanded_vel: float,
    actual_ang_vel: float,
    commanded_ang_vel: float,
) -> None: ...