Changeset 1092 for framspy/frams-test.py
- Timestamp:
- 02/24/21 13:41:50 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/frams-test.py
r1089 r1092 59 59 print("Now water level is", frams.World.wrldwat) 60 60 61 initial_genotype = 'X(X,RX(X[T],X[G]))' # simple body with gyroscope and touchsensors61 initial_genotype = 'X(X,RX(X[T],X[G]))' # simple body with touch and gyroscope sensors 62 62 print("Let's perform a few simulation steps of the initial genotype:", initial_genotype) 63 63 frams.ExpProperties.initialgen = initial_genotype
Note: See TracChangeset
for help on using the changeset viewer.