diff --git a/docs/mobility/motion/_index.md b/docs/mobility/motion/_index.md index e20f5096ac..0e8e4130b7 100644 --- a/docs/mobility/motion/_index.md +++ b/docs/mobility/motion/_index.md @@ -482,7 +482,7 @@ Use a [movement sensor](/components/movement-sensor/) to check the location of t Each successful `MoveOnGlobe()` call returns a unique `ExecutionID` which you can use to identify all plans generated during the `MoveOnGlobe()`. {{< alert title="Info" color="info" >}} -If you specify a goal pose or orientation and the robot's current position is already within the set `PlanDeviationM` or orientation, `MoveOnGlobe` returns an error. +If you specify a goal pose and the robot's current position is already within the set `PlanDeviationM`, `MoveOnGlobe` returns an error. {{< /alert >}} You can monitor the progress of the `MoveOnGlobe()` call by querying `GetPlan()` and `ListPlanStatuses()`.