gridmap icon indicating copy to clipboard operation
gridmap copied to clipboard

Classes in __main__ modules will not work as arguments.

Open dan-blanchard opened this issue 11 years ago • 1 comments

I'm not sure if this is a bug or just a limitation at this point, but if you have an executable script that defines a class in it, and then you try to pass an object of that type to grid_map, you will run into a pickling error, because it can't find the __main__ module when it tries to unpickle it.

dan-blanchard avatar May 07 '14 19:05 dan-blanchard

I'm more convinced this is just simply a limitation of pickling at this point, so I'm no longer marking it a bug.

dan-blanchard avatar Aug 04 '14 15:08 dan-blanchard