## page was renamed from stdr_simulator/Tutorials/Basic usage ## 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 = Running STDR Simulator ## multi-line description to be displayed in search ## description = How to start the STDR Simulator, using launchers. ## the next tutorial description (optional) ## next = ## links to next tutorial (optional) ## next.0.link= [[stdr_simulator/Tutorials/How to load a map]] ## next.1.link= ## what level user is this tutorial for ## level= BeginnerCategory ## keywords = #################################### <<IncludeCSTemplate(TutorialCSHeaderTemplate)>> <<TableOfContents(4)>> === Using provided launchers === The `stdr_simulator` provides a number of launchers (included in `stdr_launchers` package) to cover basic usage scenarios. ==== Simple use case, server, gui and a robot ==== You will need one terminal to run the following command: {{{ $ roslaunch stdr_launchers server_with_map_and_gui_plus_robot.launch }}} A new window running the `STDR GUI` will come up and you should see something like this: {{attachment:gui.png|gui|width=760}} ==== Using Rviz to visualize robot, sensor measurements ==== You can run `rviz` and subscribe to necessary topics or use the provided launcher: {{{ $ roslaunch stdr_launchers rviz.launch }}} This is a very good example to understand what topics are published and which tf transforms are available: {{attachment:rviz.png|rviz|width=760}} ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE