MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / CertesianState

Class CertesianState

limsim/utils/trajectory.py:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87@dataclass
88class CertesianState:
89 t: float = 1.0
90 x: float = 0.0
91 y: float = 0.0
92 yaw: float = 0.0
93 cur: float = 0.0
94 vel: float = 0.0
95 acc: float = 0.0
96
97
98@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected