(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Reading Bumper via Terminal

Description: Reading bumper sensor data using command window.

Tutorial Level: BEGINNER

Next Tutorial: Writing a Simple Subscriber for Bumper

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

Wiki: evarobot_bumper/Tutorials/indigo/Reading Bumper via Terminal (last edited 2015-09-17 08:33:29 by makcakoca)