general context provider
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.
Looks a bit like the get_state mechanism from StateBasedAgent
Looks a bit like the
get_statemechanism 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