From 729d6e5bf44981eb74df123f59541de7913f2ee5 Mon Sep 17 00:00:00 2001 From: sky leilani <45158875+skyleilani@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:36:06 -0500 Subject: [PATCH] remove 'gps' --- docs/mobility/navigation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mobility/navigation/_index.md b/docs/mobility/navigation/_index.md index 7f37fff68e..6ee7f368b2 100644 --- a/docs/mobility/navigation/_index.md +++ b/docs/mobility/navigation/_index.md @@ -447,7 +447,7 @@ Get information about the navigation service. **Returns:** -- [`MapType.ValueType`](https://python.viam.dev/autoapi/viam/proto/service/navigation/index.html#viam.proto.service.navigation.GetPropertiesResponse): Information about the type of map the service is using (GPS). +- [`MapType.ValueType`](https://python.viam.dev/autoapi/viam/proto/service/navigation/index.html#viam.proto.service.navigation.GetPropertiesResponse): Information about the type of map the service is using. ```python {class="line-numbers linkable-line-numbers"} my_nav = NavigationClient.from_robot(robot=robot, name="my_nav_service")