Science topic

Underwater Robotics - Science topic

Explore the latest questions and answers in Underwater Robotics, and find Underwater Robotics experts.
Questions related to Underwater Robotics
  • asked a question related to Underwater Robotics
Question
2 answers
We are working on Underwater robot. We used radio frequency for our remote control. But it doesn't work under one feet of water. I want the control of the robot which is under 4 to 6 feet of water. How can I control the robot in that case?
Relevant answer
Answer
Thanks. Let me go throught it.
  • asked a question related to Underwater Robotics
Question
4 answers
Can someone guide me through the entire procedure of publishing a technical design report based on Autonomous Underwater Vehicles? The domain of research is underwater robotics.
The report can be found on my profile for a read!
Relevant answer
Answer
You can go to Elsevier or Science-direct Journals and follow the steps after sign up to submit to your technical paper.
Kind Regards
Qamar Ul Islam
  • asked a question related to Underwater Robotics
Question
23 answers
I have an underwater robot. It has open loop system, that means if the system obtain an input signal as setpoint the robot will be divie to the seabed. For this reason the system has been closed. Since the tuning of the PID parameters and controller gains can be difficult, furthermore the underwater experiments are also more difficult.
So I'm looking for a method to tuning PID parameters practically.
Thanks in advance
Relevant answer
Answer
You can use fuzzy logic based online tuning of PID controller
Regards
  • asked a question related to Underwater Robotics
Question
3 answers
As a researcher, I am looking for a mathematical models of forces that can influence underwater robot motion and how they can be simulated in MATLAB.
Relevant answer
Answer
Thor Fossen's book is quite comprehensive on modeling dynamics of marine systems (at least for automatic control purposes):
Handbook of Marine Craft Hydrodynamics and Motion Control
  • asked a question related to Underwater Robotics
Question
5 answers
Hi
I want to use time based line of sight algorithm for path following of underwater robot. I have two inputs and two outputs and want to use Adaptive model predictive controller design for three dimensional path following. Can anyone send me a sample model predictive controller design for two inputs and two outputs ? How to convert the SISO MPC in Simulink model to MIMO MPC?
Best regards
Thank you
Relevant answer
Answer
Hi,
I would suggest also to have a look at the following References:
1) (A. Bemborad et al, 2004) Model Predictive Control: New Tools for Evaluation and Design
where it is described the MPC Tbx. in Matlab and a MIMO example.
2) L. Wang, 2009. Model Predictive Control System Design and Implementation Using MATLAB (Springer)
- there are step by step implementations of SISO/MIMO continuous and discrete time MPC (using Laguerre basis functions) and a design example on an industrial MIMO (2x2) process (extruder)
Good luck!
  • asked a question related to Underwater Robotics
Question
4 answers
Could you please explain the difference on cooperative navigation between Unmanned Surface Vehicles and Underwater Unmanned Vehicles ?
Relevant answer
Answer
  • asked a question related to Underwater Robotics
Question
13 answers
in the attached figure there two shapes of the same main dimensions but a slight difference is made to the nose of the first to be more like a dolphin nose, imagine the revolved 3D shape, and i want to know the shape of higher drag if both of them are put into water stream at 10 m/s for example.
Relevant answer
Answer
Filippo's first comment is quite interesting. The question is about a velocity of 10 m/s. And if the body is immersed in water, there is a difference between the situation in deep water or close to the surface. For shallow open water, there is an analogy to compressible flow. So, close to the water surface, the dolphin nose may actually provide less drag than the blunt body. But hey, there should be specialists round here, right?
  • asked a question related to Underwater Robotics
Question
7 answers
There is a small AUV(autonomous underwater vehicle) in our Lab,which is about 50kg and 1.2m length. and I want to know a convenient method to measure the  hydrodynamic coefficients conveniently in small AUV?
Relevant answer
Answer
Conventionally, there are three methods to measure hydrodynamic coefficients in small AUV:
1. Through experimental method (using towing tank test, turning circle test or PMM Test).
2. Through CFD analysis.
3. Through empirical estimation (some basic formulas of drag lift and moment coefficients based on standard size and shapes of AUV i.e. cylinder, sphere).
You can choose any one of them based on requirement, application, time and money.
There are several publications from MIT where people have suggested semi empirical methods towards determining hydrodynamic coefficients.
You can also read a paper from Dr. Ralf Bachmayer where they have determined hydrodynamic coefficient from the in situ operational data of small AUV.
Hope this small explanation helps !!
  • asked a question related to Underwater Robotics
Question
2 answers
Hi, recently I am trying to deal with the problem of how to do visual perception underwater? For example, LSD-SLAM works well in the urban experiments, ratslam also succeed in visual navigation. Which is more suitable for underwater visual perception or navigation when applying to underwater vehicle? If the code of method is open source,  it will be much better. Thank you.
Relevant answer
Answer
@ Vinh Quang Trinh
Hello,
Thank you very much for this answer. I have got what you mean in the answer, but it is not available when applied to underwater vehicle because of the serious implementation. 
Camera image is the data I get collect from vehicle. when fuse image with imu and depth sensor datas,  the method that  can estimate or percept environment is what I am looking for .
Regards.
  • asked a question related to Underwater Robotics
Question
13 answers
I am trying to make a underwater robot which an movement by learning from sensors, I have no idea about methods to be used in robot evolution, and is there some codes for reference. Thank you.
Relevant answer
Answer
Let's say for example that you have a simple line follower robot with a light sensor in the front and a motor on each side. The robot must follow a line on the floor from point A to point B. Instead of using a single black line on white floor let's use a gradient line, i.e. a line composed of several gray-scale lines (from white to black).
This system has a single analog input (0 - black to 1 - white) and two outputs (motor left, motor right). Let's use a PWM output that goes from 0 (no speed) to 1 (full motor speed). A simple controller could have 4 parameters:
Out_right = k1*(input - i0_1)
Out_left = k2*(input - i0_2)
where k1, k2 are linear gains and i0_1, i0_2 are desired input values. Then you can encode a simple genome g = [k1, i0_1, k2, i0_2]. You can make a more complex controller if you look at the difference between the current reading and the one before (like PD controller), then you get 6 genes: g=[k1, i0_1, k2, i0_2, k3, k4].
The encoding in this case is quite easy. Each gene is a floating point number with a given range, e.g. -100 to 100 or 0 to 1.
The choice of fitness function depends on what you want to achieve with the controller. You could integrate the distance of the robot to the line over a certain period of time (or until it reaches point B). You could use the time it took to reach B as another fitness, or how much control effort it used.
When you have several fitness functions you can use a weighted sum of all the functions to sort your population or you can use a pareto front approach, like I used in my latest publication. This method gives you a range of optimized solutions rather than a single one, .e.g some will be very fast, some very efficient.
Good luck!
Best,
Jonathan
  • asked a question related to Underwater Robotics
Question
3 answers
concepts of it's faults in modelling
Relevant answer
Answer
By defining the constraints on various parameters you could find the violations/faults.
~Sri
  • asked a question related to Underwater Robotics
Question
5 answers
Need to know about OPNET and QUALNET softwares.
Relevant answer
Answer
@Naresh Kumar....thanks for your response....can we configure all these channel characteristics in qualnet?
  • asked a question related to Underwater Robotics
Question
6 answers
Who has done that recently?
Relevant answer
Answer
Hi Victor,
There are some solutions with directive lasers. High communication bandwidth van be achieved, but the positionnement precision , and stability of the station keeping requirements are important.
  • asked a question related to Underwater Robotics
Question
4 answers
I have recently become interested in enhancing underwater images and videos. After reading the paper "Enhancing Underwater Images and Videos by Fusion," I want to learn the paper's algorithm because of its very good results. So, please send me the resource matlab codes by email:ali8345@gmail.com
paper link for download:
Relevant answer
Answer
I think first of all, you should read the paper carefully. then you can start implementing the proposed method of the paper, if you need any help you can contact to the authors of paper.
So, if you want to learn something, you should understand it first.
  • asked a question related to Underwater Robotics
Question
17 answers
I want to choose a simulator for simulation UWSN (Underwater Wireless Sensor Network) and I don't know which one to select as the best simulator between several of them. What do you base your choices on? Any recommendations?
Relevant answer
Answer
You can use following simulators based on your specifications for conducting experiment.
NS-2, QualNet and Aqua-Sim but I can go with qua-Sim that is easy to use with enough features supported by NS2.
  • asked a question related to Underwater Robotics
Question
8 answers
We are building an unmanned underwater vehicle. So we need help on how to go about with the calculations with water as the medium.
Relevant answer
With the relatively inexpensive Broglio Drag Balance, you can directly measure the force acting on your unmanned underwater vehicle. This balance was developed by Broglio to measure the drag of operating satellites.
  • asked a question related to Underwater Robotics
Question
5 answers
Underwater imaging has some recent applications such as fish-pond monitor , bed-sediment microscope, hand-held stereocam, fix error concrete columns and fix dams.
Are there any other new applications?
Relevant answer
Hi Tyuen, I guess that by your question you mean that what are the applications of Underwater imaging. Underwater imaging has a wide variety of applications. Like you said to study about fishes, coral reefs, to study about seafloor hydrothermal vents, to capture 3D bathymetry of seafloor terrain etc. For example in one of my present project we are using 3D vision based mapping technique combined with an acoustic sensor to measure the volumetric distribution of manganese crusts. You can check details about this project here http://ocean.iis.u-tokyo.ac.jp/research.html .