All Projects → uji-ros-pkg → Underwater_simulation

uji-ros-pkg / Underwater_simulation

UWSim-NET, the Underwater Simulator

Projects that are alternatives of or similar to Underwater simulation

ROS-TCP-Connector
No description or website provided.
Stars: ✭ 123 (+95.24%)
Mutual labels:  robotics, simulation
Hexapod
Blazing fast hexapod robot simulator for the web.
Stars: ✭ 370 (+487.3%)
Mutual labels:  robotics, simulation
RAWSim-O
A simulation framework for Robotic Mobile Fulfillment Systems
Stars: ✭ 82 (+30.16%)
Mutual labels:  robotics, simulation
smart grasping sandbox
A public sandbox for Shadow's Smart Grasping System
Stars: ✭ 69 (+9.52%)
Mutual labels:  robotics, simulation
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+1266.67%)
Mutual labels:  robotics, simulation
bht-ams-playerstage
Player/Stage SLAM
Stars: ✭ 35 (-44.44%)
Mutual labels:  robotics, simulation
Gym Miniworld
Simple 3D interior simulator for RL & robotics research
Stars: ✭ 338 (+436.51%)
Mutual labels:  robotics, simulation
Difftaichi
10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
Stars: ✭ 2,024 (+3112.7%)
Mutual labels:  robotics, simulation
Dart
Dynamic Animation and Robotics Toolkit
Stars: ✭ 596 (+846.03%)
Mutual labels:  robotics, simulation
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+658.73%)
Mutual labels:  robotics, simulation
Awesome Real World Rl
Great resources for making Reinforcement Learning work in Real Life situations. Papers,projects and more.
Stars: ✭ 234 (+271.43%)
Mutual labels:  robotics, simulation
Sdformat
Simulation Description Format (SDFormat) parser and description files.
Stars: ✭ 51 (-19.05%)
Mutual labels:  robotics, simulation
Rigidbodydynamics.jl
Julia implementation of various rigid body dynamics and kinematics algorithms
Stars: ✭ 184 (+192.06%)
Mutual labels:  robotics, simulation
robotic-warehouse
Multi-Robot Warehouse (RWARE): A multi-agent reinforcement learning environment
Stars: ✭ 62 (-1.59%)
Mutual labels:  robotics, simulation
Mjrl
Reinforcement learning algorithms for MuJoCo tasks
Stars: ✭ 162 (+157.14%)
Mutual labels:  robotics, simulation
ros-docker-images
🐳 Bring ROS to any Linux distributions.
Stars: ✭ 15 (-76.19%)
Mutual labels:  robotics, simulation
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+2977.78%)
Mutual labels:  robotics, simulation
Assistive Gym
Assistive Gym, a physics-based simulation framework for physical human-robot interaction and robotic assistance.
Stars: ✭ 150 (+138.1%)
Mutual labels:  robotics, simulation
Gazebo
Open source robotics simulator.
Stars: ✭ 404 (+541.27%)
Mutual labels:  robotics, simulation
Bullet3
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
Stars: ✭ 8,714 (+13731.75%)
Mutual labels:  robotics, simulation

UWSim-NET: UWSim with Network Simulator

Build Status

The new version of UWSim intregates a Network Simulator to be used along with the dccomms API. This simulator uses the NS3 libraries and the AquaSimNG as a NS3 module. The documentation related to simulate communications is a work in progress and will be included in the Wiki as soon as we can (please, be patience).

Wiki

http://www.irs.uji.es/uwsim/wiki/index.php?title=Main_Page

Citations

  • Prats, M.; Perez, J.; Fernandez, J.J.; Sanz, P.J., "An open source tool for simulation and supervision of underwater intervention missions", 2012 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pp. 2577-2582, 7-12 Oct. 2012
  • Centelles, D.; Soriano-Asensi, A.; Martí, J.V.; Marín, R.; Sanz, P.J. Underwater Wireless Communications for Cooperative Robotics with UWSim-NET. Appl. Sci. 2019, 9, 3526.

Issues

Exception GeographicLib::GeographicErr when starting uwsim

If you are getting the following error output when executing rosrun uwsim uwsim:

 ...
 data/objects/gun.osg
 Starting UWSim...
 Loading SimulatedDevices plugin: 'AcousticCommsDevice_Factory'
 Loading SimulatedDevices plugin: 'CustomCommsDevice_Factory'
 Loading SimulatedDevices plugin: 'DredgeTool_Factory'
 Loading SimulatedDevices plugin: 'ForceSensor_Factory'
 Loading SimulatedDevices plugin: 'SimDev_Echo_Factory'
  . Setting localized world: 7.1e-05s
 terminate called after throwing an instance of 'GeographicLib::GeographicErr'
  what():  File not readable /usr/share/GeographicLib/geoids/egm96-5.pgm
 /opt/ros/melodic/lib/uwsim/uwsim: line 23:  1452 Aborted                 (core dumped) rosrun uwsim uwsim_binary --dataPath ~/.uwsim/data [email protected]

Run the following commands to fix it:

  wget https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh
  chmod u+x install_geographiclib_datasets.sh
  sudo ./install_geographiclib_datasets.sh
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].