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 1444074 commit 9bcf78b
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 @@ -479,7 +479,7 @@ Use a [movement sensor](/components/movement-sensor/) to check the location of t

`MoveOnGlobe()` is non blocking, meaning the motion service will move the component to the destination GPS point after `MoveOnGlobe()` returns.

Each successful `MoveOnGlobe()` call retuns a unique `ExecutionID` which you can use to identify all plans generated during the `MoveOnGlobe()`.
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 at the goal post or orientation, `MoveonMap` returns an error.
Expand Down

0 comments on commit 9bcf78b

Please sign in to comment.