Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centralize configuration data into the Universe class #100

Open
github-actions bot opened this issue Jan 8, 2025 · 0 comments
Open

Centralize configuration data into the Universe class #100

github-actions bot opened this issue Jan 8, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@github-actions
Copy link

github-actions bot commented Jan 8, 2025

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.

# 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.

from pxr import Usd
from ..base import BaseObject
from ..globals import LIGHTS_PATH, PHYSICS_PATH
from ..types import Config, 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.


class Universe(SimulationContext):
@AugustDG AugustDG added the enhancement New feature or request label Jan 8, 2025
@AugustDG AugustDG moved this to Backlog in The Newton Capstone Jan 8, 2025
@AugustDG AugustDG added this to the Complete First Walk milestone Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant