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

Feature request: Environment representation as single source of information #47

Open
alexander-sung opened this issue Mar 12, 2024 · 0 comments

Comments

@alexander-sung
Copy link
Contributor

We should design and implement an environment representation which completely describes the world state, especially for use by the planner. It should contain both static and dynamic information, and all other components should provide their information to the interfaces of this module, or query from its interfaces, respectively.

Motivation for this request comes from the intent to get rid of the create-on-demand functionality of objects (https://github.com/DFKI-NI/mobipick_labs/blob/noetic/tables_demo_planning/src/tables_demo_planning/components.py#L20), which outlived its usefullness and by now causes us more problems than it is helpful. Currently, we can't simply delete it as code would break, and it wouldn't make sense to define object creation somewhere in the executables since this as well caused us problems in the past and is prone to errors in the future.

For your information, @sebastianstock, @marcvinci, @mintar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant