Skip to content

Commit

Permalink
Add navigation tutorial to service page (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Oct 6, 2023
1 parent fa06e74 commit 3672d7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/services/navigation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,3 +705,11 @@ You can use linear acceleration readings to determine the rate of change of the

To get linear acceleration, [configure a capable movement sensor](/components/movement-sensor/#configuration) on your robot.
Then use the movement sensor API's [`GetLinearAcceleration()`](/components/movement-sensor/#getlinearacceleration) method to get linear acceleration readings from the sensor.

## Next steps

If you would like to see the navigation service in action, check out this tutorial:

{{< cards >}}
{{% card link="/tutorials/services/navigate-with-rover-base/" %}}
{{< /cards >}}

0 comments on commit 3672d7a

Please sign in to comment.