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

Turtlebot obstacles

asked 2012-05-06 09:40:55 -0500

ZeroCool gravatar image

I would like to make my turtlebot navigate (by itself) through a room (where i give him the destination). The current solution builds a map using gmapping and then I use rviz to give it a destination on the map.

It works but now i would like to add sticky notes (of different colors) on obstacles.

Turtlebot has to detect the sticky note (from point cloud) and move itself in the right direction (based on color. For example if the sticky note is red it should go to the right, if it is green it should go to the left).

Which packages can we use? Any recommendations?

I'm a beginner with ROS and I would appreciate a point in the right direction.

Thanks.

edit retag flag offensive close merge delete

Comments

do you need to navigate by color or would some other form of identifier be okay? like http://ros.org/wiki/ar_pose

mmwise gravatar image mmwise  ( 2012-05-06 21:23:58 -0500 )edit

We need to navigate by color.

ZeroCool gravatar image ZeroCool  ( 2012-05-06 23:59:43 -0500 )edit

I suggest you to go with the ar_pose as indicated by mwise_wg. Doing it with color may have many distortions because of the environment and it must be ideal environment.

karthik gravatar image karthik  ( 2012-05-07 17:29:46 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
3

answered 2012-05-07 05:29:55 -0500

Dustin gravatar image

updated 2012-05-07 05:30:41 -0500

OpenCV would be a worthy tool for this job. It packages a lot of image processing algorithms into one library and supports a wide variety of cameras. I haven't personally used it with ROS but my experience on other projects has been good.

edit flag offensive delete link more
-2

answered 2012-06-22 03:16:49 -0500

JET gravatar image

Im trying to do the same thing. Use gmapping to build the map and then set a destination for the turtlebot to navigate to. But were having problems with our kinect. It doesnt seem to be outputting any data on rviz. Can you shed some light on your process of getting the gmapping working and giving the turtlebot a destination? Thank you!!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-06 09:40:55 -0500

Seen: 808 times

Last updated: Jun 22 '12