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

Autonomous Turtlebot map building

asked 2012-02-15 23:54:46 -0500

MarkStodden gravatar image

G'day, I'm looking to have my turtlebot autonomously build a map of an area, without needing to be manually teleoperated or working on an existing map.

I see this as a logical extension of the tutorial: "SLAM Map Building with TurtleBot", with the addition of some basic behaviour to seek out "unknown" areas instead of relying on teleoperation.

Just wondering if anyone else has already done something like this to serve as a starting point.

In general with ROS I find the low level tasks quite intuitive and well covered in tutorials (for example all of the turtlebot tutorials) but haven't seen any good examples of how these might all come together in "higher level robot behaviour". For instance it would be great to see some code examples for a robot that can play a game that involves sensing, planning and execution. A turtlebot that could play RoboCup soccer would be a perfect example.

Mark

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-02-16 01:16:58 -0500

Lorenz gravatar image

There is the exploration stack. I never tried it out though.

I think the problem with high-level applications is that they are very environment and robot specific. For the PR2, a few examples come into my mind: tabletop manipulation, beer fetching (quite outdated I think), the pool billiard demo (also quite outdated), and a few more.

edit flag offensive delete link more

Comments

I tried running the exploration stack on the PR2 once, with moderate success. It does exactly what you're looking for, if works.

ahendrix gravatar image ahendrix  ( 2012-02-16 05:59:06 -0500 )edit

Thanks, this is exactly what I was after! I'll post back with my findings when I try this stack with my Turtlebot. And even if I have troubles with it, the stack will be an excellent starting point for writing something similar myself

MarkStodden gravatar image MarkStodden  ( 2012-02-17 17:55:30 -0500 )edit

what is your experience with /explore so far? it's been a hit and miss for us. we would like to build autonomous map building for our robot too.

d gravatar image d  ( 2014-07-27 02:04:53 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2012-02-15 23:54:46 -0500

Seen: 1,823 times

Last updated: Feb 16 '12