All Projects → cybergalactic → Mss

cybergalactic / Mss

Licence: gpl-3.0
Marine Systems Simulator (MSS)

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Mss

Locationsimulator
MacOS 10.15 / 11.0 application to spoof your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
Stars: ✭ 157 (+10.56%)
Mutual labels:  simulation, navigation
bht-ams-playerstage
Player/Stage SLAM
Stars: ✭ 35 (-75.35%)
Mutual labels:  simulation, control-systems
signalo
A DSP toolbox with focus on embedded environments written in Rust.
Stars: ✭ 71 (-50%)
Mutual labels:  toolbox, control-systems
Andes
Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
Stars: ✭ 68 (-52.11%)
Mutual labels:  toolbox, simulation
Mpc ros
Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (-1.41%)
Mutual labels:  simulation, navigation
Componentarrays.jl
Arrays with arbitrarily nested named components.
Stars: ✭ 72 (-49.3%)
Mutual labels:  control-systems, simulation
Codeatlasvsix
A graph-based code navigation plugin for Visual Studio
Stars: ✭ 133 (-6.34%)
Mutual labels:  navigation
Fast Reid
SOTA Re-identification Methods and Toolbox
Stars: ✭ 2,287 (+1510.56%)
Mutual labels:  toolbox
D Tools
d-tools is a toolbox for developers.Formatter, Base64, Regex test,Host manager and so on.
Stars: ✭ 131 (-7.75%)
Mutual labels:  toolbox
Cam2bev
TensorFlow Implementation for Computing a Semantically Segmented Bird's Eye View (BEV) Image Given the Images of Multiple Vehicle-Mounted Cameras.
Stars: ✭ 129 (-9.15%)
Mutual labels:  simulation
Nrn
NEURON Simulator
Stars: ✭ 140 (-1.41%)
Mutual labels:  simulation
React Command Palette
An accessible browser compatible javascript command palette
Stars: ✭ 140 (-1.41%)
Mutual labels:  navigation
Pydy Tutorial Human Standing
PyDy tutorial materials for MASB 2014, PYCON 2014, and SciPy 2014/2015.
Stars: ✭ 135 (-4.93%)
Mutual labels:  simulation
Qdriverstation
Cross-platform clone of the FRC Driver Station
Stars: ✭ 133 (-6.34%)
Mutual labels:  control-systems
Galsim
The modular galaxy image simulation toolkit. Documentation:
Stars: ✭ 138 (-2.82%)
Mutual labels:  simulation
Python toolbox
A collection of useful Python tools
Stars: ✭ 131 (-7.75%)
Mutual labels:  toolbox
Osvvm
OSVVM Utility Library: AlertLogPkg, CoveragePkg, RandomPkg, ScoreboardGenericPkg, MemoryPkg, TbUtilPkg, TranscriptPkg, ...
Stars: ✭ 140 (-1.41%)
Mutual labels:  simulation
Navigator
Android Multi-module navigator, trying to find a way to navigate into a modularized android project
Stars: ✭ 131 (-7.75%)
Mutual labels:  navigation
Phy Net
compressing physics with neural networks
Stars: ✭ 133 (-6.34%)
Mutual labels:  simulation
Webgl Fluid Simulation
Play with fluids in your browser (works even on mobile)
Stars: ✭ 11,621 (+8083.8%)
Mutual labels:  simulation

MSS (Marine Systems Simulator)

The Marine Systems Simulator (MSS) is a Matlab and Simulink library for marine systems. It includes models for ships, underwater vehicles, unmanned surface vehicles and floating structures. The library also contains guidance, navigation, and control (GNC) blocks for real-time simulation. The algorithms are described in:

T. I. Fossen (2021). Handbook of Marine Craft Hydrodynamics and Motion Control. 2nd. Edition, Wiley. ISBN-13: 978-1119575054

which serves as documentation for the toolbox. Please include the following reference when using the MSS libraries:

T. I. Fossen and T. Perez (2004). Marine Systems Simulator (MSS)
URL: https://github.com/cybergalactic/MSS

Copy the folder /MSS to your Matlab folder and "add the path with subfolders" to Matlab. Then type:

help MSS

Examples and demo files are located under the catalogs:

/MSS/mssExamples/                       Textbook m-file examples (Fossen 2021)  
/MSS/mssDemos/                          GNC m-file demos
/MSS/SIMULINK/mssSimulinkDemos/         Simulink demos  
/MSS/SIMULINK/mssWamitShipXTemplates/   Simulink templates for simulation of WAMIT and ShipX vessel and RAO data

The Simulink library (R2020b) is loaded by typing:

mssSimulink  

GNC Library

Basic libraries and system examples for GNC. The library contains:

  • M-file functions (kinematics and kinetics) and examples for time-domain GNC applications.
  • M-file library with vessels models, maneuvering trials and dynamic simulation.
  • User editable m-files for simulation and control of marine craft including ships, semisubmersibles, autonomous underwater vehicles (AUVs), remotely operated vehicles (ROVs) and unmanned surface vehicles (USVs).
  • User editable m-files for model-based and inertial navigation systems.

Hydro Library

The toolbox reads output data files generated by hydrodynamic programs and processes the data for use in Matlab. MSS Hydrodynamics includes several example vessels. In order to build your own model, you need a license for one of the following programs:

  • 2D strip theory programs - ShipX (Veres) by SINTEF OCEAN AS
  • 3D potential theory programs - WAMIT by WAMIT Inc.

The processed data can be used in real-time simulation of marine vessels in 6 DOFs exposed to 1st- and 2nd-order wave loads (motion and force RAO transfer functions) using the Simulink templastes located under /MSS/SIMULINK/mssWamitShipXTemplates/.

FDI Toolbox

This is a stand-alone toolbox for identification of radiation-force models and fluid-memory effects of marine structures such as marine craft and wave energy converters. Please include the following reference when you use the MSS FDI toolbox:

T. Perez and T. I. Fossen (2009). A Matlab Tool for Parametric Identification of Radiation-Force Models of Ships and Offshore Structures. 
Modelling, Identification and Control, MIC-30(1):1-15. DOI: https://doi.org/10.4173/mic.2009.1.1 
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].