Open cburbridge opened 9 years ago
that service is there for bellbot things, however you can add whatever you want it will be stored in the meta information of the node, the only requirement is that your JSON string has a 'category' and a 'name', the query service is in my list though
I call the
/topological_map_manager/add_content_to_node
service with a waypoint name and a json dump of a dictionary{'hello':'world'}
. The service replies:but i dont see where the data is stored? it looks like it adds "contains=[]" to the meta data, but that is it.
How do I retrieve stored extra content?