Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crush-Depth MATE ROV Code 2025

Summary

MATE ROV Code is the foundational software for piloting and communicating with the ROV. It defines the logic for thruster control using PWM (Pulse Width Modulation) to send signals to all 8 thrusters, enabling precise maneuverability. The code also includes functionality to control the claw, allowing for both opening/closing and rotational movement, making it easy to grab or move objects underwater. Additionally, it employs concurrency to ensure a robust and reliable multithreaded system that continuously processes user commands in real time.

The code in this repo is clear and easy to read. External links are provided for additional repositories that must be downloaded to ensure all dependencies work correctly and the ROV navigates the pool as intended.

Dependencies

  • Eigen3 (Linear Algebra)
  • Boost asio (Server)
  • matrix.h (Calculates Motor Power for Thrusters)
  • thruster.h (Control Electronic Speed Controllers)

Installation Instructions

Clone Repo:

git clone https://github.com/CCC-Engineering-Renaissance/ROV-code2025.git

Git Clone External Libraries Provided Below:

Install Dependencies:

sudo apt-get update
sudo apt-get install libeigen3-dev libboost-all-dev

Cd Into:

ROV-code2025

Run:

make
./a.out

Start Submerging 🌊

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages