## 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= ## descriptive title for the tutorial ## title = Basic GUI usage ## multi-line description to be displayed in search ## description = THis tutorial explains how to load a map from the STDR GUI and how to spawn a robot in it. ## the next tutorial description (optional) ## next = ## links to next tutorial (optional) ## next.0.link=[[stdr_simulator/Tutorials/Robot click functionalities]] ## next.1.link= ## what level user is this tutorial for ## level= BeginnerCategory ## keywords = #################################### <<IncludeCSTemplate(TutorialCSHeaderTemplate)>> <<TableOfContents(4)>> === Load a map === If a map is not already loaded you can load it through STDR GUI by following these steps: * Press the "Load map" button of the tollbar * Choose the map to load (yaml file) GUI will send the map to server and receive it back. A demonstration follows : {{attachment:load_map.gif|alt text|width=750}} === Load a robot in a map === In a similar way you can add a robot in the loaded map: * Press the "Add robot" button of the toolbar * Go to the robots/ folder * Choose the robot to add * Click in the map {{attachment:add_robot.gif|alt text|width=750}} ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE