Skip to content

Commit 15e0fed

Browse files
committed
Fix three typos.
1 parent 86a768c commit 15e0fed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ You may need to change the file permissions and/or extract it before running it:
298298
WMS Endpoint
299299
===================================================
300300
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).
303303

304304
Configure the WMS client via the ROS parameter server, or provide a YAML file when spinning up your node:
305305

@@ -320,7 +320,7 @@ WMS Proxy
320320
___________________________________________________
321321
If you already have a third party high-resolution aerial or satellite imagery endpoint available, you only need to
322322
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.
324324

325325
.. note::
326326
Commercial web-based map services are often

0 commit comments

Comments
 (0)