ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Detect an object of a certain color and move to it

asked 2018-12-14 12:18:25 -0500

Elric gravatar image

I'm using Gazebo 9.5.0 and ROS Melodic on an Ubuntu 18.04.

I'm newbie with Gazebo and ROS, and I only need suggestions about how to do this:

Use a Pioneer3AT robot with a vision system that is able to detect an object of a certain color and move to it.

Is there any plugin that can detect objects of a color and move to it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-06-16 12:52:13 -0500

Alireza_msb gravatar image

I'm so late in replying, but for people who might see this message in future: You can achieve this with PCL(point cloud library), meaning that you need a depth sensor. The following link is exactly what was asked here: https://pointclouds.org/documentation...

You can get the position of the object with this package, and then use navigation stack for moving the mobile robot to it.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2018-12-14 12:18:25 -0500

Seen: 375 times

Last updated: Jun 16 '21