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

ETS-Dronolab's profile - activity

2022-05-12 09:18:51 -0500 received badge  Great Question (source)
2020-12-08 05:34:15 -0500 received badge  Good Question (source)
2020-09-15 02:19:30 -0500 marked best answer Is there a way to save all rosbag data into a .csv or text file ?

Hi all!

I would like to extract the data from the rosbag and convert it into text or .csv file to use the data into Matlab and Excel. Is this possible ?

2020-09-15 02:18:37 -0500 received badge  Nice Question (source)
2019-02-06 07:59:25 -0500 received badge  Great Question (source)
2018-09-06 03:02:28 -0500 marked best answer How to associate Rosbag time with data

Hello everyone!

I have saved some flight data using rosbag record, but the header of my topic /odom doesn't contain the time. When I extract the data using rostopic echo -b foo.bag -p /odom > odom.csv, the column %time is always 0.

I was wondering how can the rosbag and rxbag can synchronize the data... I would like to know the mechanic and how I can get the rosbag time to associate it with the data.

2018-05-05 09:19:55 -0500 received badge  Good Question (source)
2017-07-18 07:42:25 -0500 received badge  Nice Question (source)
2016-07-29 16:42:42 -0500 received badge  Nice Question (source)
2016-05-10 08:29:18 -0500 received badge  Famous Question (source)
2016-05-10 08:29:18 -0500 received badge  Notable Question (source)
2016-01-20 10:35:01 -0500 received badge  Great Question (source)
2015-09-11 03:58:46 -0500 received badge  Popular Question (source)
2015-09-01 07:40:51 -0500 received badge  Famous Question (source)
2015-07-21 14:27:03 -0500 commented answer How to change rosbag record rate - how to undersample messages

Thats what I think also. I think that it should be a good tool to have. I supose this is not possible since if you broadcast back the bag in the system, it would not have the right rate.

2015-07-21 13:01:14 -0500 asked a question How to change rosbag record rate - how to undersample messages

Hi,

I am running a complex system on ROS using an Asctec Pelican multirotor helicopter. I have node runing on the Asctec Atom Board and on ground station computers. The system transfert data over wifi. I have a multitude of message that I will want to record using rosbag.

Many messages such as /pose and /imu are at 250hz for control purpose. Using rosbag to record this data is kind of CPU heavy. Since I am not required to record the data at the computed rate (250hz) for display my results, is there a way to tell rosbag to record the data at a lower rate; is there a way to undersample the data ?

Best regards,

2015-06-09 22:46:36 -0500 received badge  Notable Question (source)
2015-05-03 06:41:20 -0500 received badge  Popular Question (source)
2015-04-30 12:43:20 -0500 marked best answer How to use CATKIN_IGNORE file correctly

Hello everyone

I have a catkin_ws that is composed of all the node for my project. I am working with a UAV. So some of the nodes (such as rqt_pluggins and other GCS nodes) doesn't need to be compiled on the UAV computer. My question is this, how to tell catkin make to ignore those package automaticly (yes I am aware of the command catkin_make -DCATKIN_BLACKLIST_PACKAGES="foo;bar" but it is not very usefull if i want to ignore 2 or more nodes)

Best regards,