eProsima / Fast-DDS-Gen

Fast-DDS IDL code generator tool. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
77 stars 58 forks source link

Fix nested sequences [17650] #164

Closed richiware closed 1 year ago

richiware commented 1 year ago

This PR fixes python generated code with nested sequences like:

struct Test{
    sequence<sequence<double> >  data;
};

Fixes #157 .