Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-1681-emphasize cartographer algorithm #2595

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/mobility/slam/cartographer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ aliases:
To use Cartographer with the Viam {{< glossary_tooltip term_id="slam" text="SLAM" >}} service, you can use the [`cartographer`](https://app.viam.com/module/viam/cartographer) {{< glossary_tooltip term_id="modular-resource" text="modular resource" >}}.
See the [Use Modules](/registry/#use-modules) section for instructions on using a module from the Viam registry on your machine.

This module utilizes the Cartographer SLAM algorithm to provide tools for generating SLAM maps.
If you want to use a SLAM algorithm outside of Cartographer, you can create a new module to suit your needs.

The source code for this module is available on the [`viam-cartographer` GitHub repository](https://github.com/viamrobotics/viam-cartographer).

{{% alert title="Info" color="info" %}}
Expand Down
Loading