GithubHelp home page GithubHelp logo

gso-soslab / eca_a9_plankton Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uuvsimulator/eca_a9

4.0 1.0 3.0 263 KB

Vehicle model description and configuration files for the ECA A9 AUV.

Home Page: https://soslab.wordpress.com/

License: Apache License 2.0

CMake 8.83% Python 25.72% Shell 65.45%

eca_a9_plankton's Introduction

Plankton port for ECA A9

UUV simulator ported and named Plankton. This repo contains migrated version of eca_a9 AUV and original source code is here.

Version table

  • Ubuntu 20.04
  • ROS2 Foxy
  • Gazebo 11
  • Plankton version 0.6.1, commit #877bd6b

ECA A9 AUV

Build Status GitHub issues License

Link to the eca_a9 repository here

Link to the documentation page

Chat on Discord

This repository contains the robot description and necessary launch files to simulate the ECA A9 autonomous underwater vehicle. This repository is complementary to the Unmanned Underwater Vehicle Simulator (UUV Simulator), an open-source project extending the simulation capabilities of the robotics simulator Gazebo to underwater vehicles and environments. For installation and usage instructions, please refer to the documentation pages.

ECA A9 AUV

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).

Requirements

To simulate the ECA A9 AUV, please refer to the UUV Simulator repository and follow the installation instructions of the package. Then you can clone this package in the src folder of you catkin workspace

cd ~/catkin_ws/src
git clone https://github.com/uuvsimulator/eca_a9.git

and then build your catkin workspace

cd ~/catkin_ws
catkin_make # or <catkin build>, if you are using catkin_tools

Example of usage

To run a demonstration with the vehicle with teleoperation, you can run a UUV simulator Gazebo scenario, such as

roslaunch uuv_gazebo_worlds ocean_waves.launch

and then

roslaunch eca_a9_gazebo start_demo_teleop.launch joy_id:=0

The teleoperation nodes are pre-configured per default for the XBox 360 controller.

Configuration of the Gazebo world

The simulation with the fin plugins have shown better results by configuring the Gazebo's .world file with the following parameters for the physics engine:

<physics name="default_physics" default="true" type="ode">
  <max_step_size>0.01</max_step_size>
  <real_time_factor>1</real_time_factor>
  <real_time_update_rate>100</real_time_update_rate>
  <ode>
    <solver>
      <type>quick</type>
      <iters>50</iters>
      <sor>1.2</sor>
    </solver>
  </ode>
</physics>

Check the Mangalia world file to see an example.

License

ECA A9 package is open-sourced under the Apache-2.0 license. See the LICENSE file for details.

eca_a9_plankton's People

Contributors

incebellipipo avatar

Stargazers

Wanghailin2019 avatar  avatar Han Bo avatar Daniil Khaninaev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.