All Projects → uuvsimulator → Uuv_simulator

uuvsimulator / Uuv_simulator

Licence: other
Gazebo/ROS packages for underwater robotics simulation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Uuv simulator

Robots
Collection of quadrupedal robots configured to work in CHAMP development framework
Stars: ✭ 59 (-82.34%)
Mutual labels:  ros, simulation
Mpc ros
Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (-58.08%)
Mutual labels:  ros, simulation
Autonomous Drone
This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
Stars: ✭ 87 (-73.95%)
Mutual labels:  ros, simulation
Plankton
Open source simulator for maritime robotics researchers
Stars: ✭ 51 (-84.73%)
Mutual labels:  ros, simulation
Virtual-Robot-Challenge
How-to on simulating a robot with V-REP and controlling it with ROS
Stars: ✭ 83 (-75.15%)
Mutual labels:  simulation, ros
Ros ship packages
USV simulator for ROS
Stars: ✭ 51 (-84.73%)
Mutual labels:  ros, simulation
Aws Robomaker Sample Application Deepracer
Use AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
Stars: ✭ 105 (-68.56%)
Mutual labels:  ros, simulation
Unity Robotics Hub
Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
Stars: ✭ 439 (+31.44%)
Mutual labels:  ros, simulation
smart grasping sandbox
A public sandbox for Shadow's Smart Grasping System
Stars: ✭ 69 (-79.34%)
Mutual labels:  simulation, ros
kr mav control
Code for quadrotor control
Stars: ✭ 31 (-90.72%)
Mutual labels:  simulation, ros
Neo simulation
Package to simulate Neobotix robots
Stars: ✭ 41 (-87.72%)
Mutual labels:  ros, simulation
ROS-TCP-Connector
No description or website provided.
Stars: ✭ 123 (-63.17%)
Mutual labels:  simulation, ros
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+157.78%)
Mutual labels:  ros, simulation
Mrsl quadrotor
Stars: ✭ 56 (-83.23%)
Mutual labels:  ros, simulation
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+43.11%)
Mutual labels:  ros, simulation
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+296.41%)
Mutual labels:  ros, simulation
Visual Gps Slam
This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
Stars: ✭ 175 (-47.6%)
Mutual labels:  ros, simulation
toy code
No description or website provided.
Stars: ✭ 78 (-76.65%)
Mutual labels:  simulation, ros
ros-docker-images
🐳 Bring ROS to any Linux distributions.
Stars: ✭ 15 (-95.51%)
Mutual labels:  simulation, ros
Finmath Lib
Mathematical Finance Library: Algorithms and methodologies related to mathematical finance.
Stars: ✭ 293 (-12.28%)
Mutual labels:  simulation

uuv_simulator: Unmanned Underwater Vehicle (UUV) simulation with Gazebo

Build Status GitHub issues License

Link to the uuv_simulator repository here

Link to the documentation page

Chat on Discord

The Unmanned Underwater Vehicle Simulator is a set of packages that include plugins and ROS applications that allow simulation of underwater vehicles in Gazebo.

If you are using this simulator for your publication, please cite:

@inproceedings{Manhaes_2016,
	doi = {10.1109/oceans.2016.7761080},
	url = {https://doi.org/10.1109%2Foceans.2016.7761080},
	year = 2016,
	month = {sep},
	publisher = {{IEEE}},
	author = {Musa Morena Marcusso Manh{\~{a}}es and Sebastian A. Scherer and Martin Voss and Luiz Ricardo Douat and Thomas Rauschenbach},
	title = {{UUV} Simulator: A Gazebo-based package for underwater intervention and multi-robot simulation},
	booktitle = {{OCEANS} 2016 {MTS}/{IEEE} Monterey}
}

In you are willing to contribute to this package, please check the instructions in CONTRIBUTING.

Features

Gazebo/ROS plugins

  • Implementation of Fossen's equations of motion for underwater vehicles
  • Thruster modules with implementations for thruster's angular velocity to output thrust force based on Yoerger el al., 1990 and Bessa et al., 2006
  • Lift and drag plugin for simulation of fins
  • Simulation of 3D current velocity models (constant or based on first-order Gauss-Markov processes)
  • Sensor plugins

Controllers

  • For AUVs
    • casadi-based effort allocation algorithm
    • Geometric tracking PD controller
  • For ROVs
  • Teleoperation nodes for AUVs and ROVs

Gazebo world models

  • Ocean wave shaders for wave animation
  • Scenarios from the SWARMs project demonstration locations (e.g. Mangalia, Romania and Trondheim, Norway)
  • Subsea BOP panel for manipulation tasks

Vehicle models

Installation

This packages has been released for the following ROS distributions

Once the ros-<distro>-desktop-full package for the desired distribution is installed, the uuv_simulator can be installed as

sudo apt install ros-kinetic-uuv-simulator
sudo apt install ros-lunar-uuv-simulator
sudo apt install ros-melodic-uuv-simulator

For instructions on how to install the package from source, check this instructions page

Purpose of the project

This software is a research prototype, originally developed for the EU ECSEL Project 662107 SWARMs.

The software is not ready for production use. However, the license conditions of the applicable Open Source licenses allow you to adapt the software to your needs. Before using it in a safety relevant setting, make sure that the software fulfills your requirements and adjust it according to any applicable safety standards (e.g. ISO 26262).

License

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

For a list of other open source components included in UUV Simulator, see the file 3rd-party-licenses.txt.

Releases

ROS Kinetic ROS Lunar ROS Melodic

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].