Code Monkey home page Code Monkey logo

ariac_2023's Introduction

ARIAC 2023 - Group 3

Overview

This repository contains the code for the Course ENPM663 - Building a Manufacturing Robotic Software System The course will focus on the development of a simulation-based control system that will address challenges presented in the Agile Robotics for Industrial Automation Competition(ARIAC)

Team Members

  • Sanchit Kedia (UID: 119159620)
  • Adarsh Malapaka (UID: 118119625)
  • Tanmay Haldankar (UID: 119175460)
  • Sahruday Patti (UID: 118218366)
  • Kshitij Karnawat (UID: 119188651)

Dependencies

Build Package

source /opt/ros/galactic/setup.bash
source <Your workspace>/install/setup.bash
cd <Your ROS2 workspace src folder>
git clone https://github.com/Sanchitkedia/ARIAC_2023.git group3
cd ..
rosdep update --include-eol-distros
rosdep install --from-paths src -y --ignore-src
colcon build --packages-select group3

Run Package

source /opt/ros/galactic/setup.bash
source <Your workspace>/install/setup.bash
# For RWA3
ros2 launch ariac_gazebo ariac.launch.py trial_name:=rwa3 competitor_pkg:=group3 sensor_config:=group3_sensors
    
# For RWA4
ros2 launch ariac_gazebo ariac.launch.py trial_name:=rwa4 competitor_pkg:=group3 sensor_config:=group3_sensors
    
# Launch the group3 node
ros2 launch group3 group3.launch.py

Note: If your computer has OpenCV 4.7.0 installed, you might run into issues with cv::ArucoDetector which is meant for older versions of OpenCV like 4.2.0. In such a case, uncomment lines 23-24 and comment out 27-30 in tray_id_detect.cpp and rerun the demo.

Package Structure

.
├─ CMakeLists.txt
├─ LICENSE.md
├─ README.md
├─ config
│  └─ group3_sensors.yaml   # Sensor YAML file for RWA3/RWA4
├─ document
│  ├─ Activity_Diagram_v1.jpg      # Activity Diagram for RWA2
│  ├─ Activity_Diagram_v2.jpg      # Activity Diagram for RWA3/4
│  ├─ Class_Diagram_v1.jpg         # Class Diagram for RWA2
│  └─ Class_Diagram_v2.jpg         # Class Diagram for RWA3/4
├─ etc
│  ├─ instructions.txt             # Instructions to run the package for RWA3/4
│  ├─ rwa3.yaml
│  └─ rwa4.yaml
├─ group3
│  └─ __init__.py
├─ include
│  └─ group3
│     ├─ ariac_competition.hpp
│     ├─ map_poses.hpp
│     ├─ part_type_detect.hpp
│     └─ tray_id_detect.hpp
├─ launch
│  └─ group3.launch.py             # Launch file for RWA3/4
├─ msg
│  ├─ Part.msg                     # Message for Type Part
│  └─ Parts.msg                    # Message for Type Parts
├─ nodes
│  ├─ .placeholder
│  └─ part_detector.py             # To detect the Part using OpenCV
├─ package.xml
├─ rviz
│  └─ ariac.rviz
└─ src
   ├─ ariac_competition.cpp
   ├─ map_poses.cpp
   ├─ part_type_detect.cpp  
   └─ tray_id_detect.cpp           # To detect the Tray ID using OpenCV

ariac_2023's People

Contributors

sanchitkedia avatar adarshmalapaka avatar kshitijkarnawat avatar xtan99 avatar saahu27 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.