rai icon indicating copy to clipboard operation
rai copied to clipboard

general context provider

Open jmatejcz opened this issue 3 months ago • 2 comments

Is your feature request related to a problem? Please describe. For now Context provider was implemented for megamin but it could be usefull as general feature for more agents https://github.com/RobotecAI/rai/pull/687

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

jmatejcz avatar Sep 15 '25 12:09 jmatejcz

Looks a bit like the get_state mechanism from StateBasedAgent

maciejmajek avatar Sep 15 '25 12:09 maciejmajek

Looks a bit like the get_state mechanism from StateBasedAgent

you are right, they work similar, but StateBasedConfig seems to be only for ros topics. General solution could probably be build based on both

jmatejcz avatar Sep 15 '25 13:09 jmatejcz