How to publish map continously?
I am using map_server
out-of-the-box to publish a pre generated map on the topic /map
. But it only publishes the map once on the topic. I believe for my application I need it to continuously publish on the topic at a specific rate.
I want to know the following things :
1) What do I do to publish this map continuously? Is there any quick thing I can do with the map_server or do I need to create a node to subscribe and republish?
2) Is it not a good practice to publish a map on a topic synchronously?
Thanks