MCPcopy Create free account
hub / github.com/google-deepmind/dm_control / _make_target_site

Method _make_target_site

dm_control/manipulation/reach.py:126–130  ·  view source on GitHub ↗
(self, parent_entity, visible)

Source from the content-addressed store, hash-verified

124 rgba=constants.BLUE, name='target_spawn_area')
125
126 def _make_target_site(self, parent_entity, visible):
127 return workspaces.add_target_site(
128 body=parent_entity.mjcf_model.worldbody,
129 radius=_TARGET_RADIUS, visible=visible,
130 rgba=constants.RED, name='target_site')
131
132 @property
133 def root_entity(self):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected