-
Notifications
You must be signed in to change notification settings - Fork 13
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
OperatorGraph in envire? #31
Comments
There is currently one operation in https://github.com/envire/slam-maps/tree/master/src/operations, some other operations are now essentially member functions of the map-types. I assume many operators have not been ported (yet) since they were not required (yet). I have no idea about the current state of graph-operators (if there any plans to add them, or if there are alternatives to them). Are you looking for some specific operator? |
Hi, |
Thanks! To give context, the application I am considering is related with navigation on a already done SLAM map and want to mix-and-match different layers/maps. for e.g. so the planner has the possibility to get, as example, Does it make sense to do the above within the graph? so that all the items in the chain are updated reactively whenever a new information is available. |
Hi,
Has there been any plans for use of operators and operator graph in envire? As far as I know, there are some operators in rock-slam/slam-envire/operators.
Are there any operators and the graph management for it for the newer envire/slam-maps?
The text was updated successfully, but these errors were encountered: