File tree Expand file tree Collapse file tree 5 files changed +15
-16
lines changed Expand file tree Collapse file tree 5 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,11 @@ Several vehicle models have been implemented and tested with Blue in
7272 proposed by [ Reach Robotics] ( https://reachrobotics.com/ ) to enable
7373 integration of a small manipulator for intervention tasks.
7474 </Vehicle >
75- <Vehicle name = " BlueROV2 Heavy RDML" img = { BlueROV2HeavyReach } >
76- The BlueROV2 Heavy RDML modifies the BlueROV2 Heavy Reach by adding
77- a second payload bay and an additional bottle. This model is a custom
78- design used by the [ Robotic Decision Making Lab] ( https://research.engr.oregonstate.edu/rdml/ )
79- for research.
80- </Vehicle >
8175</div >
8276
83- ## Alternative projects
77+ ## Related projects
8478
85- If you find that Blue does not meet your needs, we recommend exploring the following alternative projects:
79+ If you find that Blue does not meet your needs, we recommend exploring the following related projects:
8680
8781- [ Orca4] ( https://github.com/clydemcqueen/orca4 )
8882- [ Marine Vehicle Packages (MVP)] ( https://github.com/uri-ocean-robotics/mvp_readme )
Original file line number Diff line number Diff line change 11---
22sidebar_position : 4
3+ title : Localization
34---
45
5- # Supported Sensors
6-
7- This page provides documents ROS drivers for sensors that are commonly used in underwater
8- robotics research.
6+ This page provides documents supported ROS drivers for sensors that are commonly used in underwater
7+ robotics research. The [ first-party sensors] ( #first-party-sensors ) can be integrated with ROS 2
8+ packages such as [ robot_localization] ( https://github.com/cra-ros-pkg/robot_localization ) for localization.
99
1010## First-Party Sensors
1111
@@ -14,15 +14,14 @@ Below is a list of sensor drivers developed by our lab that are supported by Blu
1414| Sensor | Driver | Supported ROS Versions |
1515| --------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ---------------------- |
1616| [ Water Linked DVL-A50] ( https://waterlinked.com/dvl ) | [ waterlinked_dvl] ( https://github.com/Robotic-Decision-Making-Lab/waterlinked_dvl ) | Jazzy |
17- | [ Water Linked Underwater GPS] ( https://waterlinked.com/underwater-gps ) | [ waterlinked_ugps] ( https://github.com/Robotic-Decision-Making-Lab/waterlinked_dvl ) | Jazzy |
17+ | [ Water Linked Underwater GPS] ( https://waterlinked.com/underwater-gps ) | [ waterlinked_ugps] ( https://github.com/Robotic-Decision-Making-Lab/waterlinked_ugps ) | Jazzy |
1818| [ Barlus UW-S5-3PBX10 Underwater Camera] ( https://barluscam.com/ ) | [ barlus_underwater_camera] ( https://github.com/Robotic-Decision-Making-Lab/barlus_underwater_camera ) | Jazzy |
1919
2020## Third-Party Sensors
2121
2222Below is a list of underwater sensor drivers that have been developed by the community. This list is
2323not exhaustive and not all drivers have been tested with Blue; however, we encourage you to try them out
24- and provide feedback to the authors. If you have developed a driver for an underwater sensor and would like
25- to have it listed here, please [ submit a pull request] ( /contributing ) .
24+ and provide feedback to the authors.
2625
2726| Sensor | Driver | Supported ROS Versions | Authors |
2827| --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------- |
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ underwater simulation options that can be used with ROS 2 include:
1414* [ HoloOcean] ( https://holoocean.readthedocs.io/en/master/ )
1515
1616We recommend exploring each simulation option to determine what best fits your
17- project's needs.
17+ project's needs. You can find more information about recent underwater simulators
18+ in our ICRA 2025 workshop [ AQ²UASIM: Advancing Quantitative and Qualitative
19+ Simulators for Marine Applications] ( https://sites.google.com/view/aq2uasim )
1820
1921<img src = { Sim } alt = " Simulation demo gif" style = { { width: ' 100%' , maxWidth: 700 }} />
2022
Original file line number Diff line number Diff line change @@ -3,11 +3,15 @@ sidebar_position: 3
33title : Teleoperation
44---
55
6+ import Teleop from ' @site/static/gif/teleop.gif' ;
7+
68This page provides a collection of tutorials that describe how to teleoperate
79a simulated or real vehicle. Prior to starting these tutorials, you should have
810completed the [ Running Blue in Simulation] ( /tutorials/simulation ) tutorial and
911the [ Integrating Custom Controllers] ( /tutorials/control ) tutorial.
1012
13+ <img src = { Teleop } alt = " Teleoperation demo gif" style = { { width: ' 100%' , maxWidth: 700 }} />
14+
1115## Keyboard teleoperation
1216
1317This tutorial describes how to teleoperate a simulated BlueROV2 using your
You can’t perform that action at this time.
0 commit comments