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

segmentation fault when converting rxbag to csv

asked 2013-04-28 18:32:37 -0500

Rizqa gravatar image

updated 2013-04-28 18:33:08 -0500

Hi ROS fans..

I try to export data from a bagfile using rxbag. After plotting without problems, then I do right click-> export to csv and after naming the file everything crashes with just a seg fault:

Does anybody know why does this happen and how to solve this?

I'm on Ubuntu 11.10 and rxbag crashes both in ROS electric

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-04-29 06:04:47 -0500

updated 2013-04-29 15:29:52 -0500

Not exactly sure why you are getting the segfault. I don't experience this problem on Fuerte. One potential workaround would be to instead use rostopic to produce your csv file.

rostopic echo -p -b BAG_NAME TOPIC_NAMES > output.csv

will produce a nicely formatted csv file. I prefer this technique over rxbag because it is easier to automate. More can be read here.

edit flag offensive delete link more

Comments

it works fine.. thanks @jarvisschultz

Rizqa gravatar image Rizqa  ( 2013-04-29 07:17:05 -0500 )edit

Question Tools

Stats

Asked: 2013-04-28 18:32:37 -0500

Seen: 112 times

Last updated: Apr 29 '13