Coder Social home page Coder Social logo

vincent1334 / ros-humble-bluerov2-driver Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 14.82 MB

This repository hosts a ROS 2 Humble driver for the BlueROV2. Additionally, it provides the capability to control the Tritech Micron Sonar via RS232 communication through ROS 2. This repository empowers your BlueROV2 with ROS 2 compatibility and Sonar functionality. ๐ŸŒŠ๐Ÿค–

License: MIT License

Python 24.35% Shell 12.19% PowerShell 3.42% C 20.35% C++ 16.73% CMake 22.96%
blueos bluerov2 ros2 ros2-humble sonar tritech-micron python3

ros-humble-bluerov2-driver's Introduction

๐Ÿข ROS Humble BlueRov2 Driver ๐ŸŒŠ

What is possible ?

  • ๐Ÿ“ท Video streaming using OpenCV
  • ๐Ÿ“œ Reading and writing data via the MAVLink protocol with PYMAVLINK
  • ๐ŸŽฎ Joystick interaction
  • ๐Ÿค– PID controller for automatic depth control and yaw, pitch, roll orientation
  • ๐ŸŒŠ Controlling the Tritech Micron sonar and outputting data as a point cloud

Getting Started

In this guide, we'll walk you through the process of setting up your development environment to work with ROS 2 Humble and a specific project repository on Ubuntu Jammy Jellyfish (22.04). Follow these steps to get started:

1. Install Ubuntu Jammy Jellyfish (22.04)

To begin, you'll need to install Ubuntu Jammy Jellyfish (22.04) on your computer. You can find installation instructions on the Ubuntu website or choose a suitable installation method for your system.

2. Install ROS 2 Humble

Next, you'll need to install ROS 2 Humble. Follow the official ROS 2 installation guide for Ubuntu development setup available at ROS Humble to install ROS 2 on your system.

3. Clone the Project Repository

Now that you have Ubuntu Jammy Jellyfish and ROS 2 Humble installed, you can proceed to clone the project repository to your computer. Open a terminal and run the following command:

git clone https://github.com/Vincent1334/ROS-Humble-BlueRov2-Driver.git

This will download the project's source code to your local machine.

4. Install ROS Dependencies

Navigate to your ROS workspace's root directory and install the ROS dependencies using ROS 2's package manager, 'rosdep' :

cd ~/ROS-Humble-BlueRov2-Driver
sudo rosdep init
rosdep update
rosdep install --from-paths src -y --ignore-src

5. Check Your BlueRov Configuration

Before you proceed further with the ROS 2 project, it's important to ensure that your BlueRov is configured correctly. Follow these steps to verify your BlueRov's configuration:

5.1 BlueOS Installation

Make sure that your BlueRov is running "BlueOS" or an equivalent operating system that supports ROS 2 integration. BlueOS is a popular choice for ROVs and provides the necessary infrastructure to work with ROS 2.

5.2 Mavlink Communication

ROS 2 relies on Mavlink communication to interact with your BlueRov. Ensure that your BlueRov is configured to establish Mavlink communication with your development environment. This typically involves configuring the communication settings on your ROV's companion computer or onboard computer.

ros-humble-bluerov2-driver's People

Contributors

vincent1334 avatar

Stargazers

 avatar

Watchers

 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.