How to Save map from Web Page

Hi All,

I am following Developing Web Interfaces for ROS Course. In unit 5 we are gnerating a map using a web page. How to add a Save the map to pgm button which will then call the Save the map service from map_saver action server ?

Hi,

There are many ways but one way would be to create a service call through the roslib js to call the map server save. Then connect that to an html simple bitton, we have created a few inside the example, have a look at that ;).

1 Like