Skip to content

This is a repository for the assignments of the EEL 5934: Autonomous Robots course at the University of Florida. The assignments focus on key robotics concepts using ROS 2, OpenCV, and AI-based vision processing. Each assignment is organized into its own directory, containing code, documentation, and launch files for running in ROS 2.

License

Notifications You must be signed in to change notification settings

abisliouk/EEL5934-autonomous-robots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EEL 5934 - Autonomous Robots

This repository contains assignments for the EEL 5934 Autonomous Robots course at the University of Florida. The assignments focus on key robotics topics such as camera interfacing, image processing, and control.

📌 Assignments Overview

1st Assignment: Camera Interfacing in ROS

  • Implemented ROS 2 package image_processor to interface a USB camera.
  • Converted ROS 2 image messages to OpenCV images using cv_bridge.
  • Processed images using OpenCV to detect faces and draw bounding boxes.
  • Published processed images as a new ROS 2 topic /out/image.
  • Used rqt_image_view to visualize the processed image.
  • Created a launch file to start all necessary ROS 2 nodes.

📂 See Assignment 1 Details


📂 Repository Structure

About

This is a repository for the assignments of the EEL 5934: Autonomous Robots course at the University of Florida. The assignments focus on key robotics concepts using ROS 2, OpenCV, and AI-based vision processing. Each assignment is organized into its own directory, containing code, documentation, and launch files for running in ROS 2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages