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

TurtleBot navigation package [closed]

asked 2013-03-10 15:37:52 -0500

Chik gravatar image

updated 2013-03-10 15:53:59 -0500

(1) When I follow the tutorial to use the 2D Nav Goal in Rviz for TurtleBot, what navigation package is running (e.g. amcl_demo or move_base or what)?

(2) What is the most advanced autonomous navigation package for TurtleBot (e.g. avoid obstacles like PR2)?

Thank you very much.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Chik
close date 2013-03-11 15:28:19

2 Answers

Sort by » oldest newest most voted
1

answered 2013-03-10 21:22:36 -0500

fergs gravatar image

I assume you are following the Navigate In A Known Map tutorial.

If you look inside the launch file you start up, you'll quickly find that you are using components of the navigation stack, namely amcl for localization and move_base to control the movement and do obstacle avoidance. This is about as advanced as it gets.

edit flag offensive delete link more
0

answered 2013-03-10 16:59:54 -0500

Dereck gravatar image

Take a look at the Navigation Stack

Be prepared for some long frustrating nights. ^_^ 頑張って!

edit flag offensive delete link more

Comments

I suppose the package used in the tutorial is called move_base_simple, while the most advanced version is called move_base. Is that right?

Chik gravatar image Chik  ( 2013-03-10 19:45:05 -0500 )edit

I'm not sure what the turtlebot uses, but move_base is what you want if you are looking to do autonomous navigation.

Dereck gravatar image Dereck  ( 2013-03-11 05:59:56 -0500 )edit

Question Tools

Stats

Asked: 2013-03-10 15:37:52 -0500

Seen: 383 times

Last updated: Mar 10 '13