MCPcopy Create free account
hub / github.com/dartsim/dart / __init__

Method __init__

python/examples/atlas_puppet/main.py:147–153  ·  view source on GitHub ↗
(self, viewer, teleop, atlas, world)

Source from the content-addressed store, hash-verified

145
146class InputHandler(dart.gui.osg.GUIEventHandler):
147 def __init__(self, viewer, teleop, atlas, world):
148 super(InputHandler, self).__init__()
149 self.viewer = viewer
150 self.teleop = teleop
151 self.atlas = atlas
152 self.world = world
153 self.initialize()
154
155 def initialize(self):
156 self.rest_config = self.atlas.getPositions()

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected