Changeset 1092 for framspy/frams-test.py


Ignore:
Timestamp:
02/24/21 13:41:50 (4 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/frams-test.py

    r1089 r1092  
    5959print("Now water level is", frams.World.wrldwat)
    6060
    61 initial_genotype = 'X(X,RX(X[T],X[G]))'  # simple body with gyroscope and touch sensors
     61initial_genotype = 'X(X,RX(X[T],X[G]))'  # simple body with touch and gyroscope sensors
    6262print("Let's perform a few simulation steps of the initial genotype:", initial_genotype)
    6363frams.ExpProperties.initialgen = initial_genotype
Note: See TracChangeset for help on using the changeset viewer.