Papers for

underwater robot operators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Underwater robot orbits targets despite losing visual contact

AquaOrbit: Sim-to-Real Reinforcement Learning for Underwater Target Orbiting under Intermittent Visual Feedback

Abstract: Intermittent visual loss disrupts target-relative feedback during underwater orbiting, making it difficult to maintain coordinated motion and reacquire a moving target. We present AquaOrbit, a reinforcement-learning controller with a recovery module for underwater target orbiting under interrupted visual feedback. During detection loss, the recovery module uses latched line-of-sight, roll, and depth references to support stabilization and target reacquisition. We train the controller in Isaac Sim with dynamics, observation, and vision-loss randomization. Evaluated without retraining in Gazebo/ROS2 under a different physics engine and perception perturbations, AquaOrbit completes 20/20 orbiting trials in each of the static- and moving-target conditions on an unseen variable-depth 3-D trajectory. In the moving-target condition, it reduces mean line-of-sight error by approximately 46% relative to a PID-based visual servoing controller with recovery while maintaining comparable path-tracking accuracy; removing the recovery module reduces completion to 9/20. Zero-shot physical deployment with fully onboard perception and control demonstrates elliptical, figure-eight, and variable-depth circular trajectories, including the latter two trajectory types absent from training. The robot maintains attitude stability during manual occlusions lasting up to 8s and reacquires the target within 2.5s in the reported attitude-induced field-of-view loss events.

Mon 21 SeptRobotics
The gist
Losing sight of a moving target underwater makes it hard for robots to keep circling around it and find it again. The authors developed AquaOrbit, a controller that helps underwater robots continue orbiting even when vision cuts out temporarily by using past information about the target’s position and robot’s motion. They trained this system entirely in simulation and showed it works well on real robots without extra training, handling different target movements and vision interruptions. Their system outperforms traditional control methods, especially when vision is lost for several seconds.
Open 2609.24054v1

Underwater robot navigates and grasps objects without training

AquaCap: A Training-Free Underwater Embodied Agent with Code-as-Policy

Abstract: Recent advances in vision-language-action models have stimulated growing interest in underwater embodied intelligence. However, their reliance on large-scale interaction data limits their applicability underwater, where data collection is costly and scarce. To address this challenge, we present AquaCap, a training-free Code-as-Policy framework for autonomous underwater navigation and manipulation. AquaCap employs a dual-layer agent that translates task instructions and environmental observations into condition-aware plans and executable control programs. Structured perception then provides the agent with semantic, geometric, and reliability-aware observations under degraded underwater conditions. A failure-aware memory diagnoses unsuccessful actions and supports closed-loop replanning and code revision. This design enables online adaptation without task-specific training or parameter updates. AquaCap achieves a 66.43% success rate in simulation. Real-world experiments further demonstrate autonomous grasping and object transport with an ROV, including the manipulation of targets displaced by hydrodynamic disturbances.

Sat 19 SeptRobotics
The gist
Collecting data to train underwater robots is very expensive and difficult, which limits their abilities. The authors created AquaCap, a system that can understand instructions and its environment to plan actions and control an underwater robot without needing any pre-training. It uses detailed perception and remembers failed attempts to adjust its plans in real time. AquaCap was tested in simulations with a good success rate and showed it could grab and move objects underwater despite water disturbances.
Open 2609.23133v1