项目作者: uuvsimulator

项目描述 :
Vehicle model description and configuration files for the RexROV 2 test underwater vehicle.
高级语言: Shell
项目地址: git://github.com/uuvsimulator/rexrov2.git
创建时间: 2017-09-28T08:55:01Z
项目社区:https://github.com/uuvsimulator/rexrov2

开源协议:Apache License 2.0

下载


RexROV 2

Build Status
GitHub issues
License

Link to the rexrov2 repository here

Link to the documentation page

Chat on Discord

This repository contains the robot description and necessary launch files to
simulate the RexROV 2 unmanned 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.

The dimensions and parameters for the RexROV 2 are derived from the published
model parameters for the SF 30k ROV [1].

[1] Berg, Viktor. Development and Commissioning of a DP system for ROV SF 30k. MS thesis. Institutt for marin teknikk, 2012.

RexROV 2

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 RexROV 2 vehicle, 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

  1. cd ~/catkin_ws/src
  2. git clone https://github.com/uuvsimulator/rexrov2.git

and then build your catkin workspace

  1. cd ~/catkin_ws
  2. 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

  1. roslaunch rexrov2_gazebo start_demo_pid_controller.launch teleop_on:=true joy_id:=0

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

License

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