File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,15 @@ following features:
28
28
writing your robotics algorithms 😀
29
29
4 . ** Custom control and localization algorithms** : Blue supports custom
30
30
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
+ :::
32
40
33
41
## Recommended workflow
34
42
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import CodeBlock from '@theme/CodeBlock';
22
22
regarding usage of Blue, please ask a question on our [ Discussions] ( https://github.com/Robotic-Decision-Making-Lab/blue/discussions )
23
23
board! If you would like to contribute to Blue, please see our [ contribution guidelines] ( /contributing ) .
24
24
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 ) :
27
27
</p >
28
28
<div className = " front-matter-code" >
29
29
<CodeBlock >
You can’t perform that action at this time.
0 commit comments