Skip to content

Project developed for the RoboCup@Work 2024 autonomous mobile robotics competition by RMA - Semear.

Notifications You must be signed in to change notification settings

Grupo-SEMEAR-USP/Work_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomous Robotic System for CBR@Work 2024 🤖🏭

Team project for the CBR@Work 2024 competition, focused on autonomous industrial tasks and smart robotics.

Project OverviewInstallationUsageNavigation and Object ManipulationTask SequencingResultsLicenseAcknowledgements

This repository contains the code developed by the Autonomous Robotics Nucleus (RMA) of the SEMEAR group at the University of São Paulo (USP) - São Carlos, for the CBR@Work 2024 competition. The competition challenges teams to build autonomous robots capable of performing complex industrial tasks, such as transporting parts, precisely manipulating objects, and navigating dynamic industrial environments with obstacles. The goal is to optimize task sequencing based on provided orders, integrating navigation, recognition, and manipulation capabilities to operate in a realistic industrial setting.

Project Overview

Installation

System Requirements

To run this project, ensure the following software is installed:

  • Ubuntu 20.04: You can download it here.
  • ROS Noetic: Follow the official installation instructions here.

Setting Up the Workspace

  1. Create a Catkin Workspace: Set up your ROS workspace by following the official guide here.
  2. Clone the Project Repository: Clone this repository into your catkin_ws/src folder:
    cd ~/catkin_ws/src
  3. Build the Workspace: After cloning the repository, build the workspace:
    cd ~/catkin_ws
    catkin_make
  4. Source the Workspace: Don't forget to source the workspace:
    source ~/catkin_ws/devel/setup.bash

Usage

Soon... 👀

Navigation and Object Manipulation

Soon... 👀

Task Sequencing

Soon... 👀

Results

Soon... 👀

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Project developed for the RoboCup@Work 2024 autonomous mobile robotics competition by RMA - Semear.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published