sampozz / RoboticsProject

A mobile robot equipped with a 3D camera moves in a room with four circular areas, and it has to localise and classify four objects which are positioned inside every area. A robotic arm with 6-DoF picks up the object and places it in a basket according to its class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robotics Project - Group V

This repository contains the source files for the project of the course Fundamentals of Robotics at the University of Trento.

Project Report

The document project_report contains an exhaustive report including the complete description of the code architecture, the UR5 and Shelfino motion planning strategies, the robotic vision algorithm and the outcomes of the project.

Authors

Samuele Pozzani, Enea Strambini, Daniel Marcon, Giacomo Tezza.

Demo

The following videos on YouTube show the results of the project on the simulation environment. The measured KPIs and a final analysis are available in the project report. All the three assignments have been completed!

Note: the red circles on the floor represent the centers of the four known areas. Shelfino reaches those positions to find the objects which are placed within a distance of 2 meters.

During the tests in the laboratory, the UR5 robot was recorded while performing the finite state machine related to assignment 2, and Shelfino while searching the objects in the first two areas.

Getting started

The Locosim framework is required to run the project.

Clone this repository in your home folder, then cd into ros_ws and build the project by running the following commands:

$ catkin_make install
$ source devel/setup.bash

Install requirements for YOLOv5 image recognition algorithm:

$ cd ros_ws/src/robotic_vision/scripts/yolov5
$ pip install -r requirements.txt

To start the simulation environment (RVIZ + Gazebo) use Python:

$ python3 locosim/ur5_generic.py

Run the ROS nodes and start the simulation using:

$ roslaunch main_controller simulation.launch

Acknowledgments

Doxygen docs

To generate Doxygen documentation, install Doxygen and execute:

$ doxygen Doxyfile

HTML docs will be generated inside the docs folder.

Copyright

MIT Licence or otherwise specified. See license file for details.

About

A mobile robot equipped with a 3D camera moves in a room with four circular areas, and it has to localise and classify four objects which are positioned inside every area. A robotic arm with 6-DoF picks up the object and places it in a basket according to its class

License:MIT License


Languages

Language:Python 68.6%Language:C++ 16.8%Language:Jupyter Notebook 9.2%Language:CMake 2.5%Language:C 1.8%Language:Shell 0.7%Language:Dockerfile 0.5%