## 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 = Reading Bumper via Terminal
## multi-line description to be displayed in search
## description = Reading bumper sensor data using command window.
## the next tutorial description (optional)
## next =
## links to next tutorial (optional)
## next.0.link= [[evarobot_bumper/Tutorials/indigo/Writing a Simple Subscriber for Bumper|Writing a Simple Subscriber for Bumper]]
## next.1.link=
## what level user is this tutorial for
## level= BeginnerCategory
## keywords =
####################################
<<IncludeCSTemplate(TutorialCSHeaderTemplate)>>

## AUTOGENERATED DO NOT DELETE
## TutorialCategory
## FILL IN THE STACK TUTORIAL CATEGORY HERE

##begininclude
Execute synchronisation nodes, to reach evarobot ros master.
{{{
# pc
> roslaunch master_discovery_fkie master_discovery.launch
}}}
{{{
# pc
> roslaunch master_sync_fkie master_sync.launch
}}}

You can echo bumper topic,
{{{
# pc
> rostopic echo /bumper
}}}

To get information about bumper topic 
{{{
# pc
> rostopic info /bumper
}}}
##endinclude