Skip to content
Snippets Groups Projects
Commit 78edf8f7 authored by pjil27's avatar pjil27
Browse files

adding NewBrainsTwoWheels.py

parent 371e1b6b
No related merge requests found
from rocolib.api.components import Component
from rocolib.utils.utils import copyDecorations
class NewBrainsTwoWheels(Component):
def assemble(self):
copyDecorations(self, ("frightservoface", ("fright", "face0", -1, 0)),
("frightservosheath", ("sheath0", "face3", -1, 0)))
copyDecorations(self, ("bleftservoface", ("bleft", "face0", 2, 1)),
("bleftservosheath", ("sheath0", "face1", 0, -1)))
copyDecorations(self, ("brainface", ("holder", "face0", 0, 1)),
("brainsheath", ("sheath0", "face0", 1, 2)))
if __name__ == "__main__":
NewBrainsTwoWheels.test()
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment