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
# TODO: Centralize configuration data into the Universe class
# We should have a single source of truth for all configuration, including the simulation app settings, world settings,
# and any other settings that are used in the simulation. This will make it easier to manage and query the settings.
frompxrimportUsdfrom ..baseimportBaseObjectfrom ..globalsimportLIGHTS_PATH, PHYSICS_PATHfrom ..typesimportConfig, Mode# TODO: Centralize configuration data into the Universe class# We should have a single source of truth for all configuration, including the simulation app settings, world settings,# and any other settings that are used in the simulation. This will make it easier to manage and query the settings.classUniverse(SimulationContext):
The text was updated successfully, but these errors were encountered:
We should have a single source of truth for all configuration, including the simulation app settings, world settings,
and any other settings that are used in the simulation. This will make it easier to manage and query the settings.
newton-isaac-sim/core/universe/universe.py
Lines 13 to 15 in 89ae062
The text was updated successfully, but these errors were encountered: