Skip to content

AdelYoussef/gazebo_kinect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gazebo_kinect

A package utilizes machine vision tools and alogrithms in gazebo simulation environment.

the first approach was to utilize the HSV mask using openCV API, HSV masking is quite simple and isn't a computationally expensive algorithm

the second approach was to utilize the mobilenet model using tensorFlow API, similar to HSV masking it's relativly fast and quite easy to use

the main goal of the implemented algorithms was object detection, both alogrithms were capable of detecting the position of the detected objects

here HSV masking was used to detect the position of each cube according to it's color

the tensorFlow model uses mobilenet pretrained model to identify the class of the object and detect the object's position

launch

start the simulation by typing the following command in the terminal roslaunch camera camera.launch

the implemented model is chosen in the camera.launch file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages