## For instruction on writing tutorials ## http://www.ros.org/wiki/WritingTutorials #################################### ##FILL ME IN #################################### ## for a custom note with links: ## note = ## for the canned note of "This tutorial assumes that you have completed the previous tutorials:" just add the links ## note.0= [[turtlebot/Tutorials/indigo/Turtlebot Installation|TurtleBot Installation]] ## descriptive title for the tutorial ## title = Gazebo Bringup Guide ## multi-line description to be displayed in search ## description = See the simulated turtlebot in Gazebo. ## the next tutorial description (optional) ## next = ## links to next tutorial (optional) ## next.0.link=[[turtlebot_gazebo/Tutorials/indigo/Explore the Gazebo world|Explore the Gazebo world]] ## next.1.link= ## what level user is this tutorial for ## level= BeginnerCategory ## keywords = gazebo, simulator #################################### <> ||Bringup Turtlebot.|| <> == Overview == In this tutorial, we will bring up the turtlebot in the Gazebo simulator. This tutorial assumes you have completed [[turtlebot/Tutorials/indigo/Turtlebot Installation|TurtleBot Installation]]. == Execution == The following command starts the turtlebot in the simulated world {{{ $ roslaunch turtlebot_gazebo turtlebot_world.launch }}} {{attachment:gazebo.png|alt text|width=500}} == Notes == * Note that Gazebo may update its model database when it is started for the first time. This may take a few minutes. * If your terminal is not already pre-configured with the ROS environment variables, you need to set them in each new terminal you open. Just execute this command *before* you execute any other ROS commands: {{{ $ source /opt/ros/indigo/setup.bash }}} == What Next? == * [[turtlebot_gazebo/Tutorials/indigo/Explore the Gazebo world|Explore the Gazebo world]] or return to [[Robots/TurtleBot|TurtleBot main page|&distro=indigo]]. ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE