disaster-robotics-proalertas / usv_sim_lsa

Unmanned Surface Vehicle simulation on Gazebo with water current and winds
Apache License 2.0
311 stars 104 forks source link
boat disaster-response environmental-modelling gazebo hec-ras openfoam robotics-simulation ros-kinetic sailboat unmanned-surface-vehicle usv usv-sim usv-simulator water-simulation water-surface

Simulated enviroment for Unmanned Surface Vehicles (usv_sim_lsa) -- v0.3

Read the Docs DOI License

The primary motivation for this simulator is to provide a testbed where designers can test Unmanned Surface Vehicle (USV) navigation and control methods in a scenario closer to what might be found in a disaster scenario, where winds, current and waves can play a big impact in the USV mission performance.

This simulator uses a combination of multiple physics packages to build a test environment for USVs. We'll use it, at first, to develop and test control and trajectory strategies for USVs. but it can be easily adapted to other applications (e.g. for drones or underwater vehicles). It contains multiple robot models such as propeled boats (rudder boat, differential boat, airboat) and a sailboat. The boats are affected by waves, wind and water currents. To do that, we curently use UWsim for water surface modeling, we also load HEC-RAS output files with water speed of river and channel simulations. We simulate wind current with OpenFoam simulator. All those features alow to disturb the movement of boats in a realistic way.

Please refer to the main documentation for installation and testing.

Boat Models

There are 4 boat models preconfigured in package usv_sim:

4 boat models

The hull of all models above have been subdivided in 6 parts (see image above), so waves affects buoyancy of model in such way that boats present more realistic movement. If you want greater realism, you can subdivided the hull in more parts. To do that, you have to use geometric tools like Blender to model each part of hull. After that, you should configure links and joints in xacro files (like usv_sim/xacro/boat_subdivided4.xacro). As gazebo simulator combine fixed joints, you should define the joints of hull as of type revolution, but with zero value to upper and lower limits.

Boat hull subdivision

Existing simulation scenarios

On the main folder of usv_sim_lsa, there are some scripts that run testing scenarios on Diluvio's River in Porto Alegre, Brazil. Each scenario is configured to test the boat control on executing some common maneuveurs (see image below). Besides that, you can run the following scripts:

To execute water simulation to those scenarios, you should run the script named waterCurrentDiluvio.

Scenarios to test boats

Enrironmental disturbance types

The vehicles can be affected by 3 types of enrironmental disturbances: wind currents, water currents and waves. Each kind of disturbance is presented below.

Water current

To allow the water current affect vehicles differently across the space and time, the USV_SIM can load output simulations from the HEC-RAS hydrological simulator. The HEC-RAS is a CFD software (computational fluid dynamics) capable of modelling the water flow through natural rivers and channels. Below it is presented an image, and a video of HEC-RAS simulations used in USV_SIM. HEC-RAS can reproduce turbulence effects presented into rivers and other bodies of water.

HEC-RAS Simulation of Diluvio River, Porto Alegre, RS - Brazil

VIDEO - CLICK ON IMAGE TO PLAY IT

Diluvio River - HEC-RAS Simulation

Wind

The simulator can load wind currents generated by the CFD software OpenFoam, which it can solve continuum mechanics problems, and reproduce vortices and wind turbulence near, for example, bridges or buildings. Below it is presented some simulations that are avaliable in our robotic simulator.

Example of winds near bridges and buildings

OpenFOAM simulation of bridge over Diluvio River, Porto Alegre, RS - Brazil OpenFOAM simulation Porto Alegre, RS - Brazil

OpenFOAM simulation of Porto Alegre, RS - Brazil OpenFOAM simulation of Porto Alegre, RS - Brazil

P.S: The lines on the botton images have been integrated with runge kutta from wind current field.

VIDEO - CLICK ON IMAGE TO PLAY IT

Diluvio River - HEC-RAS Simulation

Waves and buoyance model

The integration with UWSim allows to reproduce waves to different configurations. Below is presented an differential boat travelling through waves. The following figure shows a simulation model with no how buoyance (a), a simplified buoyance model (b), and how it was implemented in usv_sim (c), providing more realism.

OpenFOAM simulation of Porto Alegre, RS - Brazil

Contributing

One can contribute to this project by deteting bugs, future features, and pull requests.

Versioning

Reference for citing USV_SIM

Other references

Authors

License

USV Simulator is open-sourced under the Apache-2.0 license. See the LICENSE file for details.

Acknowledgments