|
SELAB3 Python Code
|
Class that represents an arm. More...
Public Member Functions | |
| None | __init__ (self, Optional[Genome] genome=None) |
| The Arm class initializer. More... | |
| def | urdf (self) |
Class that represents an arm.
| None arm.Arm.__init__ | ( | self, | |
| Optional[Genome] | genome = None |
||
| ) |
The Arm class initializer.
| genome | Representation of the arm as a phenotype. If genome is None, self.genome is a random Genome. |