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

Method yaw

limsim/utils/obstacles.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38 @property
39 def yaw(self) -> float:
40 return self._yaw
41
42 def get_vertexes(self, center: np.ndarray) -> np.ndarray:
43 points = np.array([[self.length, self.width],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected