(!) 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 Odometry via Terminal

Description: Reading odometry data of Evarobot using command window.

Tutorial Level: BEGINNER

Next Tutorial: Writing a Simple Subscriber for Odometry

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 odom topic

# pc
> rostopic echo /odom

To get information about the topic

# pc
> rostopic info /odom

Wiki: evarobot_odometry/Tutorials/indigo/Reading Odometry via Terminal (last edited 2015-09-17 08:14:07 by makcakoca)