(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

TurtleBot in Stage Simulator

Description: How to start turtlebot stage simulation

Keywords: turtlebot stage simulator

Tutorial Level: BEGINNER

Next Tutorial: Customizing the Stage Simulator

Easy simulation to test TurtleBot 2D navigation

Goal

This instruction will guide to start TurtleBot in Stage simulation. Stage is a 2-D multi-robot simulator. It simulates a world as defined in a .world file. This file tells stage everything about the world, from obstacles (usually represented via a bitmap to be used as a kind of background), to robots and other objects

Installation Instructions

Follow the same instructions for the turtlebot debian install or source install.

Execute

It starts up stage simulator with turtlebot and rviz. Click 2D Nav Goal and command robot to navigate any location in the map.

 > roslaunch turtlebot_stage turtlebot_in_stage.launch

turtlebot_stage.png

What Next?

Wiki: turtlebot_stage/Tutorials/indigo/Bring up TurtleBot in stage (last edited 2015-03-18 10:14:12 by jihoonl)