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

Method length

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

Source from the content-addressed store, hash-verified

29
30 @property
31 def length(self) -> float:
32 return self._length
33
34 @property
35 def width(self) -> float:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected