Skip to content

Commit

Permalink
Added link to paper and updated localization docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed May 13, 2024
1 parent 3709432 commit a5486c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion docs/docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ following features:
writing your robotics algorithms 😀
4. **Custom control and localization algorithms**: Blue supports custom
controllers implemented using [auv_controllers](https://github.com/Robotic-Decision-Making-Lab/auv_controllers)
and localization algorithms implemented using [marine_localization](https://github.com/Robotic-Decision-Making-Lab/marine_localization).
and localization algorithms implemented using [blue_localization](https://github.com/Robotic-Decision-Making-Lab/blue/tree/main/blue_localization).

:::info

The features implemented in `blue_localization` are currently being ported to
[marine_localization](https://github.com/Robotic-Decision-Making-Lab/marine_localization).
Keep an eye on that repository for the latest changes and updates.

:::

## Recommended workflow

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import CodeBlock from '@theme/CodeBlock';
regarding usage of Blue, please ask a question on our [Discussions](https://github.com/Robotic-Decision-Making-Lab/blue/discussions)
board! If you would like to contribute to Blue, please see our [contribution guidelines](/contributing).

If you find Blue to be helpful in your work, please consider citing our
paper:
If you find Blue to be helpful in your work, please consider citing
[our paper](https://research.engr.oregonstate.edu/rdml/sites/research.engr.oregonstate.edu.rdml/files/icra24_3342_fi.pdf):
</p>
<div className="front-matter-code">
<CodeBlock>
Expand Down

0 comments on commit a5486c2

Please sign in to comment.