Skip to content

Commit

Permalink
deploy: bc8a76b
Browse files Browse the repository at this point in the history
  • Loading branch information
LSinterbotix authored and LSinterbotix committed Nov 2, 2023
1 parent 1a76048 commit 247dad0
Show file tree
Hide file tree
Showing 15 changed files with 923 additions and 7 deletions.
44 changes: 42 additions & 2 deletions _sources/ros1_packages/landmark_based_navigation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Landmark-Based Navigation
<a href="https://github.com/Interbotix/interbotix_ros_rovers/tree/main/interbotix_ros_xslocobots/examples/interbotix_xslocobot_landmark_nav"
class="docs-view-on-github-button"
target="_blank">
<img src="../_static/GitHub-Mark-Light-32px.png"
<img src="../../_static/GitHub-Mark-Light-32px.png"
class="docs-view-on-github-button-gh-logo">
View Package on GitHub
</a>
Expand All @@ -17,7 +17,47 @@ Overview

This package builds on top of the `interbotix_xslocobot_nav`, `interbotix_landmark_modules`, and
`interbotix_perception_modules` packages to provide a method to traverse the map towards points of
interest (landmarks) marked by AprilTags.
interest (landmarks) marked by AprilTags. You are provided a set of AprilTag including the ones
below with their corresponding descriptions:

.. list-table::
:align: center
:header-rows: 1

* - Tag Image
- Tag ID
- Description

* - .. raw:: html

<object data="../_static/tag5.svg" type="image/svg+xml"/>

- 5
- Face w/ Two Eyes
* - .. raw:: html

<object data="../_static/tag413.svg" type="image/svg+xml"/>

- 413
- Up Arrow
* - .. raw:: html

<object data="../_static/tag820.svg" type="image/svg+xml"/>

- 820
- Face w/ One Eye
* - .. raw:: html

<object data="../_static/tag875.svg" type="image/svg+xml"/>

- 875
- U
* - .. raw:: html

<object data="../_static/tag1050.svg" type="image/svg+xml"/>

- 1050
- Face w/ No Eyes

Structure
=========
Expand Down
84 changes: 84 additions & 0 deletions _static/tag1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions _static/tag1050.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 247dad0

Please sign in to comment.