Closed dirk-thomas closed 7 years ago
This replaces #37 and fixes #36. The second commit only updates the code style a bit. The second commit fixes a problem with unbounded sequences since the .idl parsers seem to not support >>. Changing the generated code to > > works.
.idl
>>
> >
The numerous new test failures are unrelated to this patch (all for rmw_fastrtps) and like a result of a recent change in FastRTPS (https://github.com/eProsima/Fast-RTPS/commit/9d655e0b02affdc86218f8ccaabf206efc5f4c64).
rmw_fastrtps
Since it has been a while I ran another set of CI jobs:
Since they look good I will go ahead and merge this.
This replaces #37 and fixes #36. The second commit only updates the code style a bit. The second commit fixes a problem with unbounded sequences since the
.idl
parsers seem to not support>>
. Changing the generated code to> >
works.The numerous new test failures are unrelated to this patch (all for
rmw_fastrtps
) and like a result of a recent change in FastRTPS (https://github.com/eProsima/Fast-RTPS/commit/9d655e0b02affdc86218f8ccaabf206efc5f4c64).