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

Separate Analyze, Plan, Execute and KB interface #152

Open
Rezenders opened this issue Dec 8, 2022 · 0 comments
Open

Separate Analyze, Plan, Execute and KB interface #152

Rezenders opened this issue Dec 8, 2022 · 0 comments
Labels
ARCH architecture design issue ros2 ros2

Comments

@Rezenders
Copy link
Contributor

Right now, the Analyze, Plan and Execute steps are executed sequentially in the RosReasoner main loop. The KB is loaded into the class variables and only exists there.

The steps should run async in parallel as separate nodes, this would allow replacing any of the steps by simply switching the node that is running. It would be necessary to make sure the interfaces between the steps are the same.

It would also be necessary to separate the KB, I suggest having a separate node that contains the KB and is responsible for reading/writing it. This node needs to have interfaces to provide/receive information to/from other nodes about the KB.

@Rezenders Rezenders added ARCH architecture design issue ros2 ros2 labels Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARCH architecture design issue ros2 ros2
Projects
None yet
Development

No branches or pull requests

1 participant