ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Extract topic value from .bag file

asked 2023-05-15 06:59:51 -0500

Lilipop gravatar image

Hello ROS community,

I am new to this ROS thing, using ROS melodic ditribution. I have been given a .bag file containing data recorded from a lidar. For my work, I need to get the data values (ie the lidar points that were stored) however using rosbag play command isn't giving me the proper value.

How can I get my points please ?

Thanks and regards, Lilia.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-15 12:01:12 -0500

tfoote gravatar image

There are command line tools for interacting with rosbags as well as python and c++ APIs documented on the rosbag homepage: http://wiki.ros.org/rosbag

edit flag offensive delete link more

Comments

Thanks for the answer ! I got to read my topics simply using a rostopic echo.

Lilia.

Lilipop gravatar image Lilipop  ( 2023-06-01 03:41:56 -0500 )edit

Question Tools

Stats

Asked: 2023-05-15 06:59:51 -0500

Seen: 180 times

Last updated: May 15 '23