Skip to content

Commit

Permalink
Update docs/mobility/motion/_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Feb 29, 2024
1 parent d422fbb commit 4b1c794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mobility/motion/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.
Expand Down

0 comments on commit 4b1c794

Please sign in to comment.