rxbag plot save to png fails [closed]

asked 2012-01-12 19:47:04 -0500

Enrique gravatar image

updated 2012-03-02 04:12:12 -0500

I've found that saving to *.PNG a plot obtained in rxbag (for a given topic) fails. It just doesn't save anything.

Have someone found this same problem?

I'm using diamondback on Ubuntu 10.10, by the way.

UPDATE Still fails in electric with Ubuntu oneiric.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2013-01-02 12:50:51

Comments

It works for electric on lucid in the one test case I tried (so at least it's not something generic).
dornhege gravatar image dornhege  ( 2012-01-12 20:01:32 -0500 )edit
It doesn't in my electric on oneiric, I have a seg fault. Could it be because I'm using my on msg type? Maybe, I forgot some serialization stuff. But, as far as I know, saving a png image is completely independent. Indeed, the plot is drawn, the problem is when I try to save it.
Enrique gravatar image Enrique  ( 2012-01-17 10:53:24 -0500 )edit
Do you do custom serialization? But it should be independent, when there is a plot. -- Does it just not work or does rxbag segfault, which it shouldn't. Maybe it's just some write permissions problem?
dornhege gravatar image dornhege  ( 2012-01-17 17:30:37 -0500 )edit
I use the python generated code for the msg I defined, so I don't write a single C++ line of code. So, no custom serialization, I realized after I wrote the comment. Last time I check it segfault, but usually it doesn't (I cannot check it again now). No permission problem, I select desktop folder.
Enrique gravatar image Enrique  ( 2012-01-17 19:00:00 -0500 )edit