mas_domestic_robotics
mas_domestic_robotics copied to clipboard
Moving the navigation goals to the ontology
Since navigation goals can be considered encyclopedic information that is currently stored in YAML files (e.g. here), it makes sense to consider storing the information in the ontology instead in order to centralise the knowledge in one place. An alternative to storing the poses in the ontology is storing them in the topological map.
This would require minor modifications to the move_base
action and the navigation goal visualiser, which currently read the goals from the previously mentioned YAML file, as well as the map annotation tool, which creates the YAML file.
I don't foresee this to be a lot of work, so when I have some time, I could draft these modifications in order to show in action how I have imagined the workflow.