💡
aColor-BlueRov2
  • aColor-BlueRov2 ROS implementation
  • Topside computer
    • Required configuration
    • File system and ROS architecture
    • Launch ROS implementation
    • ROS-MAVlink bridge
    • Controllers
      • Depth control
      • Heading control
      • Velocity control
      • Gamepad
    • Commander
    • Graphical User Interface (GUI)
      • GUI modification
    • Additional IMUs : client
  • Companion computer
    • Required configuration
    • Additional IMUs : server
  • ArduSub
    • ArduSub parameters
  • MAVlink message
    • Pymavlink
  • Configure new frame
    • Custom Ardusub 3.5
  • Bibliography
    • Bibliography
Powered by GitBook
On this page
  • Some useful acronyms
  • BlueRov2
  • Connection

Was this helpful?

aColor-BlueRov2 ROS implementation

ROS implementation and specific features implemented by Cyril and Nathan for the ROV BlueRov2

Some useful acronyms

  • ROV : Remotely Operated underwater Vehicles

  • AUV : Autonomous Underwater Vehicles

  • ROS : Robot Operating System

  • aColor : Autonomous and Collaborative Offshore Robotics

  • IMU : Inertial Measurement Units

  • DVL : Doppler Velocity Log

  • GPS : Global Positioning System

  • USBL : Ultra-short baseline

  • ESC : Electronic Speed Control

  • DOF : Degree Of Freedom

BlueRov2

The BlueRov2 is a small Remotely Operated Vehicle (ROV) made and sold by the company Bluerobotics. The BlueRov2 that we worked on has:

  • 6 Thrusters T200

  • 6 Basic Esc

  • 1 Bar30 pressure sensor

  • 2 Leak sensors

  • 4 Lumen Subsea Lights

  • 1 Raspberry Pi 3B, used as a companion computer

  • 1 camera

  • 1 servo for the camera tilt

  • 1 PixHawk (Px4-v2) : with internal 9 DOF IMU

  • 2 Adafruit LSM9DS1 9DOF

  • 1 Fathom ROV tether

Connection

According to the ArduSub documentation, the BlueRov2 requires a tether to be linked to a topside computer. Image 1 shows a diagram of how it is connected to a topside controller with the ROS implementation.

QGroundControl can be used to set up various parameters and to pilot manually the robot while having the view of the camera.

ROS is used to compute command laws from sensors data. These commands are PWM values for the motors inside the BlueROV2.

NextRequired configuration

Last updated 5 years ago

Was this helpful?

A more detailed list of the ROV component can be found at

https://bluerobotics.com/store/rov/bluerov2/bluerov2/
Image 1 : Connection model