## 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= [[sr_hand/Tutorials/Simulation in Gazebo|Simulation in Gazebo]] ## descriptive title for the tutorial ## title = Using Simulated Tactile Sensors ## multi-line description to be displayed in search ## description = Learn how to use the two different simulated tactile sensors: the dummy tactile sensors, and the simulated tactile sensors in the Gazebo simulator. ## the next tutorial description (optional) ## next = See how you can access the data being published in the next tutorial: ## links to next tutorial (optional) ## next.0.link= [[sr_tactile_sensors/Tutorials/Getting Data|Getting Data]] ## next.1.link= ## what level user is this tutorial for ## level= BeginnerCategory ## keywords = #################################### <> <> ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE == Compiling == Just run {{{ $ rosmake sr_tactile_sensors }}} == Dummy Sensors == To start the dummy sensors, run: {{{ $ roslaunch sr_tactile_sensors sr_tactile_virtual.launch }}} == Gazebo == We assume you've followed this [[sr_hand/Tutorials/Simulation in Gazebo|tutorial]] and know how to start the Hand interface for Gazebo. To start the simulated sensors, run: {{{ $ roslaunch sr_tactile_sensors sr_tactile_gazebo.launch }}} This will get the data published by the Gazebo tactile sensors and format it for you to have the same interface for the 3 different sensor modes.