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 27, 2024
1 parent 95b4799 commit d422fbb
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 @@ -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()`.
Expand Down

0 comments on commit d422fbb

Please sign in to comment.