Skip to Content
Hands-On ROS for Robotics Programming
book

Hands-On ROS for Robotics Programming

by Bernardo Ronquillo Japón
February 2020
Intermediate to advanced
432 pages
10h 50m
English
Packt Publishing
Content preview from Hands-On ROS for Robotics Programming

The rosbag command

This command allows you to save a session and play it back on demand. Let's look at how to do that:

T1 $ roslaunch mygopigo easyDistance.launchT2 $ rosbag record /distance_sensor/distance

Press Ctrl + C in the T2 terminal when you want to end the recording. Type rosbag info <bag filename> into T2 to get information about the recorded file (the default name for the file is composed by the sequence date-time-topic_name, and it is given the .bag extension):

T2 $ rosbag info 2019-08-15-20-36-36_distanceSensor.bagpath: 2019-08-15-20-36-36.bagversion: 2.0duration: 46.0sstart: Aug 15 2019 20:36:37.48 (1565894197.48)end: Aug 15 2019 20:37:23.50 (1565894243.50)size: 14.5 KBmessages: 47compression: none [1/1 chunks]types: sensor_msgs/Range ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering ROS for Robotics Programming

Mastering ROS for Robotics Programming

Lentin Joseph
ROS Robotics By Example - Second Edition

ROS Robotics By Example - Second Edition

Lentin Joseph, Carol Fairchild, Dr. Thomas L. Harman

Publisher Resources

ISBN: 9781838551308Supplemental Content