patrykcieslak / stonefish_ros2

ROS2 package implementing an interface for the Stonefish library.

Home Page:https://stonefish-ros2.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stonefish_ros2 package for ROS

This package delivers a ROS2 interface for the Stonefish library. It also includes a standard simulator node, which loads the simulation scenario from a scenario description file (XML). The included parser extends the standard functionality of the Stonefish library to enable search for files, resolution of parameters as well as a complete message interface.

Installation

  1. Install the open-source Stonefish library (the same version as the ROS2 package!).
  2. Clone the stonefish_ros2 package to your workspace.
  3. Compile the workspace.

Launching

To run the standard simulator node you have to include the 'stonefish_simulator.launch.py' file in your own launch file, overriding the default arguments. Please refer to the documentation for details.

Credits

This software was written and is continuously developed by Patryk Cieślak.

If you find this software useful in your research, please cite:

Patryk Cieślak, "Stonefish: An Advanced Open-Source Simulation Tool Designed for Marine Robotics, With a ROS Interface", In Proceedings of MTS/IEEE OCEANS 2019, June 2019, Marseille, France

@inproceedings{stonefish,
   author = {Cie{\'s}lak, Patryk},
   booktitle = {OCEANS 2019 - Marseille},
   title = {{Stonefish: An Advanced Open-Source Simulation Tool Designed for Marine Robotics, With a ROS Interface}},
   month = jun,
   year = {2019},
   doi={10.1109/OCEANSE.2019.8867434}}

Support

I offer paid support on setting up the simulation of your own systems, including necessary 3D modelling (simplification of CAD models for physics, preparation of accurate visualisations, etc.), setup of simulation scenarios, development of new sensors, actuators, and custom features that do not require significant changes to the code base. Please contact me at patryk.cieslak@udg.edu.

Funding

Currently there is no funding of this work. It is developed by the author following his needs and requests from other users.

License

This is free software, published under the General Public License v3.0.

About

ROS2 package implementing an interface for the Stonefish library.

https://stonefish-ros2.readthedocs.io

License:GNU General Public License v3.0


Languages

Language:C++ 95.9%Language:CMake 2.2%Language:Python 1.9%