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:
2828 writing your robotics algorithms 😀
29294 . ** Custom control and localization algorithms** : Blue supports custom
3030controllers 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments