recording only header image_raw message
I would like to record using rosbag only the /usb_cam/image_raw/header topic excluding the data. Tried: rosbag record -a -x "/usb_cam1/image_raw/data" But looks like it is not working. I have more...
View ArticleHow to build a map from a recording with gmapping
I followed [this tutorial](http://wiki.ros.org/cn/slam_gmapping/Tutorials/MappingFromLoggedData) with the rosbag provided in the tutorial. Here is the map it produces:  and now I'm trying to build a map with this...
View ArticleSemantics of `%time` timestamp in `rostopic echo -p` from bagfile?
When I print the topic data using `rostopic echo -p -b filename.bag /topic_name`, there are two timestamps in the output. One comes from the header of the message (third column: `field.header.stamp`),...
View ArticleError in using pyrosbag?
Hello everyone I am trying make a bag file of rgb images and depth images that are saved in .mat file (h5py fomat), in Ubuntu 16.04 and ROS kinetic with pycharm IDE. import pyrosbag import h5py import...
View ArticleStoring rosbag::Bag in std::vector results in segfault
I am attempting to store some `rosbag::Bag`s in a `std::vector`, but calling: std::vector bags; bags.push_back(rosbag::Bag()); results in the following segfault: #0 0x00007ffff62c7c6d in...
View ArticleSource for downloading rosbag files containing pointclouds
Hey, Can anybody help me with the source from where I could download the rosbag file containing **point cloud data** ? It is very important . Please help!
View Articleany provision in python to read .mat data and store it in rosbag file format?...
Hiii, I am trying to store signal data from avi into a .mat file and again to store the .mat data into bag file using python. Please help me with that.
View ArticleHow to write python code to read pointcloud data from a bag file and display...
I've a bag file. I need to write a Python Application which reads that bag file and display on RVIZ. but i'm not finding any RVIZ APIs tutorial to use. Could you please help me how to proceed in this...
View Article