Skip to content

Commit a5486c2

Browse files
committed
Added link to paper and updated localization docs
1 parent 3709432 commit a5486c2

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/docs/overview.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ following features:
2828
writing your robotics algorithms 😀
2929
4. **Custom control and localization algorithms**: Blue supports custom
3030
controllers implemented using [auv_controllers](https://github.com/Robotic-Decision-Making-Lab/auv_controllers)
31-
and localization algorithms implemented using [marine_localization](https://github.com/Robotic-Decision-Making-Lab/marine_localization).
31+
and localization algorithms implemented using [blue_localization](https://github.com/Robotic-Decision-Making-Lab/blue/tree/main/blue_localization).
32+
33+
:::info
34+
35+
The features implemented in `blue_localization` are currently being ported to
36+
[marine_localization](https://github.com/Robotic-Decision-Making-Lab/marine_localization).
37+
Keep an eye on that repository for the latest changes and updates.
38+
39+
:::
3240

3341
## Recommended workflow
3442

docs/docs/welcome.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import CodeBlock from '@theme/CodeBlock';
2222
regarding usage of Blue, please ask a question on our [Discussions](https://github.com/Robotic-Decision-Making-Lab/blue/discussions)
2323
board! If you would like to contribute to Blue, please see our [contribution guidelines](/contributing).
2424

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

0 commit comments

Comments
 (0)