Skip to content

Commit a0bd14c

Browse files
authored
Update navigation.py (#977)
1 parent 625086f commit a0bd14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/services/navigation/navigation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ async def add_waypoint(self, point: GeoPoint, *, timeout: Optional[float]):
141141
await my_nav.add_waypoint(point=location)
142142
143143
Args:
144-
point (navigation.GeoPoint): The current location of the robot in the navigation service,
145-
represented in a GeoPoint with latitude and longitude values.
144+
point (navigation.GeoPoint): A waypoint represented in a GeoPoint with
145+
latitude and longitude values.
146146
timeout (Optional[float]): An option to set how long to wait (in seconds)
147147
before calling a time-out and closing the underlying RPC call.
148148

0 commit comments

Comments
 (0)