Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

uri-ocean-robotics/alpha_img_auv

Repository files navigation

Alpha Imaging AUV

This repository contains source codes for ALPHA Imaging AUV.

ALPHA AUV - CAD Model

Directory Structure

alpha_img_auv Meta Package for ALPHA AUV.

alpha_bringup Launch files for firing up the vehicle and simulator.

alpha_img_config Configuration files for devices, vehicle controller, mission controller, and etc.

alpha_img_description URDF descriptions, 3D Mesh, and launch files for the ALPHA AUV.

alpha_img_stonefish Stonefish descriptions for ALPHA AUV.

alpha_img_viz Contains configuration for RViZ.

Installation

MVP Installation

Currently MVP packages should be build from the source. Target platform must be Ubuntu 20.04 because of the dependencies.

Pull repository and other dependencies

git clone --single-branch --branch noetic-devel https://github.com/uri-ocean-robotics/mvp_msgs
git clone --single-branch --branch noetic-devel https://github.com/uri-ocean-robotics/mvp_control
git clone --single-branch --branch noetic-devel https://github.com/uri-ocean-robotics/mvp_mission
git clone --single-branch --branch noetic-devel https://github.com/uri-ocean-robotics/stonefish_mvp

ALPHA Imaging AUV Simulation and Hardware Installation

Pull repository and other dependencies

git clone https://github.com/uri-ocean-robotics/alpha_img_auv
cd alpha_img_auv
git submodule update --init --recursive

Install pip and setup python3 as default

sudo apt install python3-pip

Install Stonefish Simulator

Pull the stonefish simulator library repository in somewhere other than ROS workspace. Follow the installation instuctions at the Stonefish Readme.

git clone https://github.com/uri-ocean-robotics/stonefish

Install the dependencies

sudo apt install libglm-dev libsdl2-dev

Build the stonefish library and install it.

cd stonefish
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc)
sudo make install

Install Dependencies

Install dependencies

rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y

Test the installation

To run the simulation

roslaunch alpha_img_bringup bringup_simulation.launch

Citation

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

Note, this work is published in OCEANS 2022 conference. Once the paper is publicly available, bibtex entry will be updated with the one from IEEExplore.

@inproceedings{
    ALPHA_PAPER,
    title = {Acrobatic Low-cost Portable Hybrid AUV (ALPHA): System Design and Preliminary Results},
    author={Zhou, Mingxi and Gezer, Emir Cem and McConnell, William and Yuan, Chengzhi},
    booktitle={OCEANS 2022: Hampton Roads},
    year={2022},
    organization={IEEE}
}

Funding

This work is supported by the National Science Foundation award #2154901

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages