Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
SimulationType.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Utilities.Enums {
5  public enum SimulationType {
10  Frame_dependent_, // TODO: Sometimes some frame seems to be dropped with the frame dependent configuration at high frame rates.
11 
16 
21 
26  }
27 }
Camera observers should be manually rendered to ensure validity and freshness with camera...
Camera observers should be manually rendered to ensure validity and freshness with camera...
Waiting for frame instead means stable physics(Multiple fixed updates) and camera has updated their r...
SimulationType
Determines the discrete timesteps of the simulation environment.