Coder Social home page Coder Social logo

varadhkaushik / autonomous-kinect-robot Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 0.0 87.46 MB

An advanced robotics initiative harnessing Kinect's computer vision capabilities for precise object detection and manipulation, coupled with robust autonomous navigation and path planning technologies. Powered by an Arduino for seamless hardware control and real-time responsiveness.

License: MIT License

C++ 2.36% Python 46.28% PowerShell 0.13% Jupyter Notebook 51.23%
arduino autonomous-robots computer-vision kinect-v2 machine-learning manipulator-robotics mask-rcnn navigation object-detection object-manipulation path-planning real-time-systems robotics sensor-fusion tech-demo

autonomous-kinect-robot's Introduction

Autonomous Object Manipulating Robot

This project details the development of an autonomous robot capable of identifying and manipulating specific objects within a given space using advanced computer vision and path planning techniques. Designed as part of the CS5335/4610 course, the robot showcases integration of mechanical design, software programming, sensor technologies, and real-time operational functionalities.

Project Overview

The primary goal of this project is to develop a robotic system that can autonomously identify objects from a predefined list and manipulate them by moving to a designated area. This involves both hardware setup and software development to ensure seamless operation and interaction within dynamic environments.

Technical Specifications

Hardware Components

  • Base Vehicle: 2-wheel drive robot controlled by an Arduino Uno.
  • Sensing: Xbox Kinect camera for RGB and depth image capture.
  • Manipulation Mechanism: Features barriers to stabilize and manipulate the objects during movement.

Software and Libraries

  • Main Control Script: Python script for high-level operations including object detection, path planning, and robot control.
  • Object Detection and Vision Processing:
    • Vision System: Utilizes RGB and depth images from Kinect.
    • Model: Mask R-CNN with a ResNet-50-FPN backbone, fine-tuned on a RGB-D dataset.
    • Libraries: PyKinect2 for interfacing with Kinect, PyTorch and TorchVision for model operations, and OpenCV for image processing.

Path Planning

  • Algorithm: Rapidly-exploring Random Tree (RRT) algorithm for path planning.
  • Execution: Real-time path calculation to maneuver towards and manipulate designated objects.

Setup and Installation

Requirements

  • Python 3.x
  • Arduino IDE
  • Libraries: PyKinect2, PyTorch, TorchVision, OpenCV, PyQtGraph

Installation Guide

  1. Clone the repository:
    git clone https://github.com/VaradhKaushik/CS5335-4610-Project.git
  2. Install the required Python libraries:
    pip install -r requirements.txt
  3. Setup Arduino environment according to the schematics provided in the Arduino_Omega folder.

Usage

  1. Connect the Kinect and Arduino to your system.
  2. Run the main script to start the robot:
    python main.py

Demonstration

The robot has been demonstrated to identify objects placed randomly within an environment and interact with them effectively. The demonstration includes object detection, navigation, and object manipulation sequences.

Click on the image to watch the project demonstration!!

Watch the video

Challenges and Solutions

  • Hardware Weight Management: Adjustments made by adding supplementary wheels.
  • Software Compatibility: Transitioned from Conda to Python virtual environments due to package conflicts.

Future Work

Enhancements such as real-time video processing, consistent locomotion improvement, and sophisticated object manipulation mechanisms are considered for future iterations of the project.

Contributors

  • Varadh Kaushik
  • Shrey Patel
  • Michael Ambrozie

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

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.