eProsima / fastdds-visualizer-plugin

PlotJuggler plugin for Fast DDS
https://eprosima.com
GNU General Public License v2.0
7 stars 4 forks source link

[21571] Add missing supported types to plotjuggler #59

Closed Carlosespicur closed 1 month ago

Carlosespicur commented 2 months ago

This PR allows to show in Plotjuggler previously not supported members (maps, bitset, bitmask and union types). Main Changes

Comments Due to implementation of JSON serializer, it is compulsory to consider a type with a struct parent. The rest types are only supported as type members

This PR needs to be merged after: