File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,8 +298,8 @@ You may need to change the file permissions and/or extract it before running it:
298
298
WMS Endpoint
299
299
===================================================
300
300
The :class: `.BaseNode ` class gets map rasters for the estimated location of the vehicle from a WMS endpoint. The WMS
301
- client :class: `.WMSClient ` uses runs in a dedicated process, although it can be quite easily changed to run in a
302
- separate thread to reduce serialization overhead (no ROS oparameter option currently exists for this, however).
301
+ client :class: `.WMSClient ` runs in a dedicated process, although it can be quite easily changed to run in a
302
+ separate thread to reduce serialization overhead (no ROS parameter option currently exists for this, however).
303
303
304
304
Configure the WMS client via the ROS parameter server, or provide a YAML file when spinning up your node:
305
305
@@ -320,7 +320,7 @@ WMS Proxy
320
320
___________________________________________________
321
321
If you already have a third party high-resolution aerial or satellite imagery endpoint available, you only need to
322
322
proxy it through a WMS service. Follow the `gisnav-docker README.md <https://github.com/hmakelin/gisnav-docker >`_ to set
323
- up a WNS MapProxy using the provided Docker image.
323
+ up a WMS MapProxy using the provided Docker image.
324
324
325
325
.. note ::
326
326
Commercial web-based map services are often
You can’t perform that action at this time.
0 commit comments