Skip to content

Commit

Permalink
remove 'gps'
Browse files Browse the repository at this point in the history
  • Loading branch information
skyleilani committed Jan 18, 2024
1 parent 154ebee commit 729d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mobility/navigation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 729d6e5

Please sign in to comment.