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

Method __init__

limsim/utils/obstacles.py:106–108  ·  view source on GitHub ↗
(self, radius: float)

Source from the content-addressed store, hash-verified

104 """
105
106 def __init__(self, radius: float) -> None:
107 super().__init__()
108 self._radius: float = radius
109
110 @property
111 def radius(self) -> float:

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected