Fast-DDS-python icon indicating copy to clipboard operation
Fast-DDS-python copied to clipboard

Multidimensional arrays do not generate proper python bindings

Open haarisr opened this issue 2 years ago • 0 comments

An idl file with a multi dimensional array creates a wrong size in the python generated bindings

struct Foo{
    long example[3][4];
};

The above creates a single dimensional array of size 34 in python.

haarisr avatar Jan 20 '24 23:01 haarisr