You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow disabling frame timeout in simulation by setting None (null in .yaml) as the max_frame_time config value. This fixes #15.
Fix erroneous duplication of frame timeout value for all frames. Timeout is only prolonged for the first frame -- initialization requires more time than the following frames. Sim property files are updated to reproduce earlier behavior with erroneous timeout duplication