From d422fbbe2b37b009c1f0c817c1c3264039b8791e Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:55:57 +0100 Subject: [PATCH] Update docs/mobility/motion/_index.md --- docs/mobility/motion/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mobility/motion/_index.md b/docs/mobility/motion/_index.md index c6af6b09a4..e20f5096ac 100644 --- a/docs/mobility/motion/_index.md +++ b/docs/mobility/motion/_index.md @@ -364,7 +364,7 @@ Move a [base](/components/base/) component to a destination [`Pose`](https://pyt Each successful `MoveOnMap()` call returns a unique `ExecutionID` which you can use to identify all plans generated during the `MoveOnMap()` call. {{< alert title="Info" color="info" >}} -If you specify a goal pose or orientation and the robot's current position is already at the goal post or orientation, `MoveonMap` returns an error. +If you specify a goal pose and the robot's current position is already within the set `PlanDeviationM`, then `MoveOnMap` returns an error. {{< /alert >}} You can monitor the progress of the `MoveOnMap()` call by querying `GetPlan()` and `ListPlanStatuses()`.